aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apk-tools-2.1.0_pre1v2.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
* db: fix hash lookups on 64-bit machinesTimo Teräs2010-11-231-1/+1
* db: fix the previous commitTimo Teräs2010-10-082-3/+3
* io, db: id cache should be specific to database root, not system rootTimo Teräs2010-10-0810-63/+93
* apk-tools-2.0.6v2.0.6Timo Teräs2010-09-231-1/+1
* archive: resolve uid, gid for file informationTimo Teräs2010-09-231-6/+3
* db: optionally remove dirs when unrefNatanael Copa2010-09-221-13/+15
* Fix building on eglibcNatanael Copa2010-08-304-0/+4
* static build: do not use openssl enginesTimo Teräs2010-06-304-1/+8
* Makefile: do not require lua pkgconfig unless you intend build lua moduleNatanael Copa2010-06-161-5/+6
* apk-tools-2.0.5v2.0.5Timo Teräs2010-06-161-1/+1
* test: check if upgrade works when package is missing in repoNatanael Copa2010-06-151-0/+7
* test: dont run sh manually but respect #!/bin/sh in each testNatanael Copa2010-06-159-10/+13