summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.alpinelinux.org/apk-toolsmasterNatanael Copa2011-04-200-0/+0
|\
| * db: Allow override arch when using --rootNatanael Copa2011-04-143-2/+11
* | db: Allow override arch when using --rootNatanael Copa2011-04-143-2/+11
|/
* state: make the progress bar look niceWilliam Pitcock2011-04-091-3/+3
* upgrade: Improve english messages on apk-tools/baselibs upgrade transaction.William Pitcock2011-04-091-2/+2
* fetch: fix fetching of packages with archTimo Teräs2011-04-073-19/+24
* apk-tools-2.1.0_rc1Timo Teräs2011-04-061-1/+1
* pkg: add origin, maintainer, build_time and commit id to indexTimo Teräs2011-04-042-1/+37
* index: support rewriting of architectureTimo Teräs2011-04-041-2/+13
* state: late locking for install_if package selectionTimo Teräs2011-03-311-0/+6
* state: use db in own struc when committingNatanael Copa2011-03-306-8/+8
* state, info: implement install_if (fixes #443)Timo Teräs2011-03-292-60/+185
* apk-tools-2.1.0_pre1Timo Teräs2011-03-292-5/+4
* fetch: fix package version printTimo Teräs2011-03-291-3/+4
* apk: fix gcc 4.6 warningsTimo Teräs2011-03-271-2/+1
* state: fix late locking of packagesTimo Teräs2011-03-271-1/+1
* apk: improve progress barTimo Teräs2011-03-193-12/+29
* upgrade: reset world dependencies during traversalTimo Teräs2011-03-192-24/+14
* state: lock package late for names specified on command lineTimo Teräs2011-03-191-4/+11
* db: relocate from /var/lib/apkTimo Teräs2011-03-163-47/+91
* db: move lock file to /var/lockTimo Teräs2011-03-161-2/+4
* apk: show progress bar by default for tty controlled runsTimo Teräs2011-03-162-7/+12
* db: fix cache tmpfs detectionTimo Teräs2011-03-161-1/+1
* db, cache: automatically remount cache read-write when neededTimo Teräs2011-03-163-14/+104
* db: handle arch similarly to stable branchTimo Teräs2011-03-163-16/+26
* db: detect tmpfs betterTimo Teräs2011-03-161-1/+4
* url: try wget from $PATH first and fallback to busybox wgetNatanael Copa2011-03-111-0/+4
* db: fix package cachingTimo Teräs2011-01-211-2/+2
* add: use default arch instead of noarch, improve errorsTimo Teräs2011-01-052-3/+4
* Makefile: include config.mk if existsNatanael Copa2011-01-041-0/+2
* db: check and initiailize required package fields before addition to dbTimo Teräs2011-01-041-0/+5
* pkg: recognize install_ifTimo Teräs2011-01-044-26/+55
* pkg, db: allow index with unsupported features to be loadedTimo Teräs2011-01-035-24/+60
* version: fix evaluation order to make valgrind happyTimo Teräs2011-01-031-2/+2
* pkg: dependencies to specific package checksumTimo Teräs2011-01-017-29/+48
* various: use APK_DEPMASK_REQUIRE where applicableTimo Teräs2011-01-012-3/+3
* upgrade: perform upgrade of apk-tools first if availableTimo Teräs2011-01-015-7/+61
* index: remove support of old index formatTimo Teräs2011-01-013-14/+0
* various: fix breakage from converting dependency versions to atomsTimo Teräs2011-01-015-2/+8
* url: use always busybox wgetTimo Teräs2011-01-011-1/+1
* gunzip: fix ordering of boundary callbacksTimo Teräs2010-12-171-8/+24
* info: return error if owning package was not foundNatanael Copa2010-12-151-3/+6
* various: use 'atoms' for certain package field and misc fixesTimo Teräs2010-12-1415-109/+184
* pkg, db: add preliminary support for arch fieldTimo Teräs2010-12-145-8/+33
* db: remove support for unsigned repository indexTimo Teräs2010-12-103-40/+11
* pkg: remove support for obsolete APKv1 (alpine-1.8 and earlier)Timo Teräs2010-12-101-63/+0
* apk-tools-2.0.7v2.0.7Timo Teräs2010-12-091-1/+1
* db: print full url/filename of the failing packageTimo Teräs2010-12-091-24/+27
* io: enhance istream/bstreams with pipe to forked childTimo Teräs2010-12-097-22/+84
* blob: fix segfault on x86_64 with --virtualNatanael Copa2010-11-231-1/+1