summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-27db: more fix for read-only cache remountingTimo Teräs3-18/+15
2011-05-27db: remount read-only after the file handles have been closedNatanael Copa1-6/+6
2011-05-23state: fix commit order of packagesTimo Teräs1-6/+17
2011-05-23db: fix post-install script error message formattingTimo Teräs1-2/+2
2011-04-26state: make some of the interactive messages line up with apt which weren't a...William Pitcock1-3/+3
2011-04-22db: remount ro cache to rw earlier for update to workTimo Teräs1-15/+16
2011-04-22apk: default screen width 70 if ioctl says 0 as widthTimo Teräs1-1/+1
2011-04-14db: Allow override arch when using --rootNatanael Copa3-2/+11
2011-04-09state: make the progress bar look niceWilliam Pitcock1-3/+3
2011-04-09upgrade: Improve english messages on apk-tools/baselibs upgrade transaction.William Pitcock1-2/+2
2011-04-07fetch: fix fetching of packages with archTimo Teräs3-19/+24
2011-04-04pkg: add origin, maintainer, build_time and commit id to indexTimo Teräs2-1/+37
2011-04-04index: support rewriting of architectureTimo Teräs1-2/+13
2011-03-31state: late locking for install_if package selectionTimo Teräs1-0/+6
2011-03-30state: use db in own struc when committingNatanael Copa6-8/+8
2011-03-29state, info: implement install_if (fixes #443)Timo Teräs2-60/+185
2011-03-29apk-tools-2.1.0_pre1v2.1.0_pre1Timo Teräs1-4/+3
2011-03-29fetch: fix package version printTimo Teräs1-3/+4
2011-03-27apk: fix gcc 4.6 warningsTimo Teräs1-2/+1
2011-03-27state: fix late locking of packagesTimo Teräs1-1/+1
2011-03-19apk: improve progress barTimo Teräs3-12/+29
2011-03-19upgrade: reset world dependencies during traversalTimo Teräs2-24/+14
2011-03-19state: lock package late for names specified on command lineTimo Teräs1-4/+11
2011-03-16db: relocate from /var/lib/apkTimo Teräs3-47/+91
2011-03-16db: move lock file to /var/lockTimo Teräs1-2/+4
2011-03-16apk: show progress bar by default for tty controlled runsTimo Teräs2-7/+12
2011-03-16db: fix cache tmpfs detectionTimo Teräs1-1/+1
2011-03-16db, cache: automatically remount cache read-write when neededTimo Teräs3-14/+104
2011-03-16db: handle arch similarly to stable branchTimo Teräs3-16/+26
2011-03-16db: detect tmpfs betterTimo Teräs1-1/+4
2011-03-11url: try wget from $PATH first and fallback to busybox wgetNatanael Copa1-0/+4
2011-01-21db: fix package cachingTimo Teräs1-2/+2
2011-01-05add: use default arch instead of noarch, improve errorsTimo Teräs2-3/+4
2011-01-04db: check and initiailize required package fields before addition to dbTimo Teräs1-0/+5
2011-01-04pkg: recognize install_ifTimo Teräs4-26/+55
2011-01-03pkg, db: allow index with unsupported features to be loadedTimo Teräs5-24/+60
2011-01-03version: fix evaluation order to make valgrind happyTimo Teräs1-2/+2
2011-01-01pkg: dependencies to specific package checksumTimo Teräs7-29/+48
2011-01-01various: use APK_DEPMASK_REQUIRE where applicableTimo Teräs2-3/+3
2011-01-01upgrade: perform upgrade of apk-tools first if availableTimo Teräs5-7/+61
2011-01-01index: remove support of old index formatTimo Teräs3-14/+0
2011-01-01various: fix breakage from converting dependency versions to atomsTimo Teräs5-2/+8
2011-01-01url: use always busybox wgetTimo Teräs1-1/+1
2010-12-17gunzip: fix ordering of boundary callbacksTimo Teräs1-8/+24
2010-12-15info: return error if owning package was not foundNatanael Copa1-3/+6
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs15-109/+184
2010-12-14pkg, db: add preliminary support for arch fieldTimo Teräs5-8/+33
2010-12-10db: remove support for unsigned repository indexTimo Teräs3-40/+11
2010-12-10pkg: remove support for obsolete APKv1 (alpine-1.8 and earlier)Timo Teräs1-63/+0
2010-12-09db: print full url/filename of the failing packageTimo Teräs1-24/+27