summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apk-tools-2.0_rc5v2.0_rc5Timo Teras2009-09-031-1/+1
* index: do not segfault if there are no descriptionNatanael Copa2009-09-031-5/+7
* index, version: support for repository descriptions (fixes #141)Timo Teras2009-09-038-25/+89
* apk-tools-2.0_rc4v2.0_rc4Timo Teras2009-08-201-1/+1
* state: require an available package for re-installsTimo Teras2009-08-191-1/+2
* fix: upgrade also mentioned package (fixes #136)Timo Teras2009-08-171-7/+9
* version: fix comparison against empty versionTimo Teras2009-08-171-9/+14
* apk-tools-2.0_rc3v2.0_rc3Timo Teras2009-08-131-1/+1
* db: cache needs to be on non-tmpfsTimo Teras2009-08-131-1/+1
* todo: file deleted, use bug trackerTimo Teras2009-08-131-39/+0
* db: fix script argumentsTimo Teras2009-08-131-4/+8
* add, del, db: fix various bugs introduced by earlier commitsTimo Teras2009-08-134-22/+21
* add: refuse to add bad dependencies to worldTimo Teras2009-08-133-22/+26
* fix: parse pkgfile properly (fixes #132)Timo Teras2009-08-132-24/+35
* db: implement triggers (fixes #45)Timo Teras2009-08-137-32/+155
* info: clean ups, print triggers (ref #45)Timo Teras2009-08-131-96/+113
* db: fix some (unimportant) memory leaksTimo Teras2009-08-121-1/+9
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-129-203/+292
* io: better error handling when writing stuff outTimo Teras2009-08-125-45/+106
* archive: update for new place of checksum in tar headerTimo Teras2009-08-112-19/+26
* db, audit: audit symlinks (by hash of the link target)Timo Teras2009-08-115-10/+34
* db: fix checking of non-repository files from cacheTimo Teras2009-08-111-13/+32
* pkg, db: execute scripts from /var/cache/misc (fixes #129)Timo Teras2009-08-112-5/+12
* db: fix previous commitTimo Teras2009-08-111-2/+2
* db: ignore empty lines in /etc/apk/repositoriesNatanael Copa2009-08-111-1/+1
* apk-tools-2.0_rc2v2.0_rc2Timo Teras2009-08-101-1/+1
* db, pkg: fix package verification during installationTimo Teras2009-08-102-4/+11
* state: installed package does not need downloadingTimo Teras2009-08-061-3/+2
* add: world needs to be updated before state instantiationTimo Teras2009-08-061-2/+1
* state: bug fixTimo Teras2009-08-062-3/+3
* state: do not look into world in state_newTimo Teras2009-08-062-21/+25
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-068-29/+67
* state: indent package listsTimo Teras2009-08-063-19/+25
* state, update: fixesTimo Teras2009-08-062-2/+4
* all: implement database open optionsTimo Teras2009-08-0617-220/+189
* db: make missing index non-fatalTimo Teras2009-08-061-1/+1
* audit: do not load repositoriesTimo Teras2009-08-061-2/+5
* state: ignore missing world dependencies with --force and --quietTimo Teras2009-08-061-1/+1
* db: command line repositories take preferenceTimo Teras2009-08-061-75/+70
* audit: fix --backupTimo Teras2009-08-061-1/+4
* info: fix a --exists to work if the name is non-existantTimo Teras2009-08-051-0/+3
* apk-tools-2.0_rc1v2.0_rc1Timo Teras2009-08-051-2/+1
* build: update make rulesTimo Teras2009-08-051-1/+8
* info: support dependency style tests in package existance checkingTimo Teras2009-08-051-11/+18
* io: flag for following symlinks on fstatTimo Teras2009-08-053-5/+11
* fetch: --link is -L for short, not -lTimo Teras2009-08-051-1/+1
* state: world might be emptyTimo Teras2009-08-051-1/+1
* index: root is needed for signing keysTimo Teras2009-08-051-1/+1
* db: support "replaces" directive (fixes #113)Timo Teras2009-08-043-15/+58
* fix: new applet to reinstall and fix packageTimo Teras2009-08-045-20/+143