summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* upgrade: warn (do not fail) on missing top-level package namesTimo Teräs2010-06-151-3/+23
* state: handle properly packages which are installedTimo Teräs2010-06-151-0/+3
* apk-tools-2.0.4v2.0.4Timo Teräs2010-06-151-1/+1
* test: initial testsuiteNatanael Copa2010-06-1517-0/+422
* db: reinitialize trigger_pkg_list node after deletionTimo Teräs2010-06-151-0/+1
* Makefile: Don't build or install the libapk and lua module by defaultNatanael Copa2010-06-141-10/+29
* db: --simulate never needs write access to dbTimo Teräs2010-06-121-0/+4
* archive: honor username/groupname instead of uid/gidTimo Teräs2010-06-125-1/+140
* various: use O_CLOEXEC and add some error checkingTimo Teräs2010-06-116-31/+30
* build: fix CFLAGS, and use pkg-config for luaTimo Teräs2010-06-111-5/+4
* print: clean up after copy-pasteNatanael Copa2010-06-113-5/+2
* db: make apk_wait a part of dboptsNatanael Copa2010-06-113-8/+8
* lua: initial lua moduleNatanael Copa2010-06-113-3/+76
* First steps for libapkNatanael Copa2010-06-1125-77/+165
* db: do not free trigger list after package is unpackedNatanael Copa2010-06-101-6/+6
* apk-tools-2.0.3v2.0.3Timo Teräs2010-06-081-1/+1
* info: fix usage of arraysTimo Teräs2010-06-081-4/+4
* state: fix error printingTimo Teräs2010-06-082-2/+6
* db: fix usage of apk_name_array in install_ctxTimo Teräs2010-06-071-4/+4
* all: rework how arrays workTimo Teräs2010-06-0514-121/+137
* state: fix a crash in error printingTimo Teräs2010-06-031-1/+1
* db, pkg: fix triggers related crashTimo Teräs2010-06-012-8/+11