summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* state: fix world dependencies to be honored alwaysTimo Teras2009-08-046-39/+117
* db: return hard error if repository opening failsTimo Teras2009-08-041-6/+10
* del: add '-r' to remove top-level dependencies recursivelyTimo Teras2009-08-043-11/+46
* archive: compile fixNatanael Copa2009-08-031-0/+1
* db: jump through hoops to get checksums for hardlinksTimo Teras2009-07-311-18/+60
* audit: sanitize --systemTimo Teras2009-07-311-32/+79
* db: load cache's installed index only if cache is activeTimo Teras2009-07-311-4/+6
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-3119-341/+360
* io: fix corruption of big files on mmap writeTimo Teras2009-07-311-14/+13
* db: allow update of untrusted indexNatanael Copa2009-07-301-1/+2
* verify: report missing files rather than segfaultNatanael Copa2009-07-301-0/+7
* db: fix checksum storing to dbTimo Teras2009-07-302-6/+9
* apk-tools-2.0_pre17apk-tools-2.0_pre17Timo Teras2009-07-301-1/+1
* audit: protection mask for "symlinks only"Timo Teras2009-07-304-7/+27
* io: keep static pointer to copying bufferTimo Teras2009-07-301-6/+6
* io: fix mmap writing to actually workTimo Teras2009-07-302-5/+7
* apk-tools-2.0_pre16apk-tools-2.0_pre16Timo Teras2009-07-291-1/+1
* db: fix protected directory handling (fixes #89)Timo Teras2009-07-291-5/+10
* io: use mmap to write archive entries to diskTimo Teras2009-07-291-11/+28
* tar: make checksumming of inner files conditionalTimo Teras2009-07-295-12/+19
* build: make install depend on main targetsTimo Teras2009-07-293-4/+3
* tar: don't call digest finalization twiceTimo Teras2009-07-291-0/+3
* apk-tools-2.0_pre15apk-tools-2.0_pre15Timo Teras2009-07-241-1/+1
* add, fetch: make handling of special options more logicalTimo Teras2009-07-242-41/+44
* apk: add -i/--interactive option (fixes #60)Timo Teras2009-07-243-1/+8
* db: fix repository write lockingTimo Teras2009-07-241-4/+4
* pkg: remove implicit bb dependency when install script is presentTimo Teras2009-07-241-14/+0
* db: increase required verbosity for filename printsTimo Teras2009-07-241-6/+6
* db: remove APK_NAME_VIRTUAL flagTimo Teras2009-07-243-3/+2
* db: create cache index with non-repository packagesTimo Teras2009-07-243-67/+122
* archive: append .apk-new to hard link targetsNatanael Copa2009-07-231-1/+5
* index: fully process archive when reading index for signature checkTimo Teras2009-07-231-5/+5
* index: more informative error messageTimo Teras2009-07-234-10/+16
* apk: add --purge option (fixes #61)Timo Teras2009-07-223-1/+12
* audit: add --system optionTimo Teras2009-07-221-15/+21
* signing: verify and generate identityTimo Teras2009-07-223-2/+9
* add: fixes to installing non-repository packageTimo Teras2009-07-224-5/+27