summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-11db: fix checking of non-repository files from cacheTimo Teras1-13/+32
2009-08-11pkg, db: execute scripts from /var/cache/misc (fixes #129)Timo Teras2-5/+12
2009-08-11db: fix previous commitTimo Teras1-2/+2
2009-08-11db: ignore empty lines in /etc/apk/repositoriesNatanael Copa1-1/+1
2009-08-10db, pkg: fix package verification during installationTimo Teras2-4/+11
2009-08-06state: installed package does not need downloadingTimo Teras1-3/+2
2009-08-06add: world needs to be updated before state instantiationTimo Teras1-2/+1
2009-08-06state: bug fixTimo Teras2-3/+3
2009-08-06state: do not look into world in state_newTimo Teras2-21/+25
2009-08-06db: prefer local repositories, and implement --no-networkTimo Teras8-29/+67
2009-08-06state: indent package listsTimo Teras3-19/+25
2009-08-06state, update: fixesTimo Teras2-2/+4
2009-08-06all: implement database open optionsTimo Teras17-220/+189
2009-08-06db: make missing index non-fatalTimo Teras1-1/+1
2009-08-06audit: do not load repositoriesTimo Teras1-2/+5
2009-08-06state: ignore missing world dependencies with --force and --quietTimo Teras1-1/+1
2009-08-06db: command line repositories take preferenceTimo Teras1-75/+70
2009-08-06audit: fix --backupTimo Teras1-1/+4
2009-08-05info: fix a --exists to work if the name is non-existantTimo Teras1-0/+3
2009-08-05info: support dependency style tests in package existance checkingTimo Teras1-11/+18
2009-08-05io: flag for following symlinks on fstatTimo Teras3-5/+11
2009-08-05fetch: --link is -L for short, not -lTimo Teras1-1/+1
2009-08-05state: world might be emptyTimo Teras1-1/+1
2009-08-05index: root is needed for signing keysTimo Teras1-1/+1
2009-08-04db: support "replaces" directive (fixes #113)Timo Teras3-15/+58
2009-08-04fix: new applet to reinstall and fix packageTimo Teras5-20/+143
2009-08-04state: fix world dependencies to be honored alwaysTimo Teras6-39/+117
2009-08-04db: return hard error if repository opening failsTimo Teras1-6/+10
2009-08-04del: add '-r' to remove top-level dependencies recursivelyTimo Teras3-11/+46
2009-08-03archive: compile fixNatanael Copa1-0/+1
2009-07-31db: jump through hoops to get checksums for hardlinksTimo Teras1-18/+60
2009-07-31audit: sanitize --systemTimo Teras1-32/+79
2009-07-31db: load cache's installed index only if cache is activeTimo Teras1-4/+6
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras19-341/+360
2009-07-31io: fix corruption of big files on mmap writeTimo Teras1-14/+13
2009-07-30db: allow update of untrusted indexNatanael Copa1-1/+2
2009-07-30verify: report missing files rather than segfaultNatanael Copa1-0/+7
2009-07-30db: fix checksum storing to dbTimo Teras2-6/+9
2009-07-30audit: protection mask for "symlinks only"Timo Teras4-7/+27
2009-07-30io: keep static pointer to copying bufferTimo Teras1-6/+6
2009-07-30io: fix mmap writing to actually workTimo Teras2-5/+7
2009-07-29db: fix protected directory handling (fixes #89)Timo Teras1-5/+10
2009-07-29io: use mmap to write archive entries to diskTimo Teras1-11/+28
2009-07-29tar: make checksumming of inner files conditionalTimo Teras5-12/+19
2009-07-29build: make install depend on main targetsTimo Teras1-1/+1
2009-07-29tar: don't call digest finalization twiceTimo Teras1-0/+3
2009-07-24add, fetch: make handling of special options more logicalTimo Teras2-41/+44
2009-07-24apk: add -i/--interactive option (fixes #60)Timo Teras3-1/+8
2009-07-24db: fix repository write lockingTimo Teras1-4/+4
2009-07-24pkg: remove implicit bb dependency when install script is presentTimo Teras1-14/+0