summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-09io: enhance istream/bstreams with pipe to forked childTimo Teräs7-22/+84
2010-11-23blob: fix segfault on x86_64 with --virtualNatanael Copa1-1/+1
2010-11-23db: fix hash lookups on 64-bit machinesTimo Teräs1-1/+1
2010-10-08db: fix the previous commitTimo Teräs2-3/+3
2010-10-08io, db: id cache should be specific to database root, not system rootTimo Teräs10-63/+93
2010-09-23archive: resolve uid, gid for file informationTimo Teräs1-6/+3
2010-09-22db: optionally remove dirs when unrefNatanael Copa1-13/+15
2010-08-30Fix building on eglibcNatanael Copa4-0/+4
2010-06-30static build: do not use openssl enginesTimo Teräs3-1/+7
2010-06-16Makefile: do not require lua pkgconfig unless you intend build lua moduleNatanael Copa1-5/+6
2010-06-15upgrade: warn (do not fail) on missing top-level package namesTimo Teräs1-3/+23
2010-06-15state: handle properly packages which are installedTimo Teräs1-0/+3
2010-06-15db: reinitialize trigger_pkg_list node after deletionTimo Teräs1-0/+1
2010-06-14Makefile: Don't build or install the libapk and lua module by defaultNatanael Copa1-10/+29
2010-06-12db: --simulate never needs write access to dbTimo Teräs1-0/+4
2010-06-12archive: honor username/groupname instead of uid/gidTimo Teräs5-1/+140
2010-06-11various: use O_CLOEXEC and add some error checkingTimo Teräs6-31/+30
2010-06-11build: fix CFLAGS, and use pkg-config for luaTimo Teräs1-5/+4
2010-06-11print: clean up after copy-pasteNatanael Copa3-5/+2
2010-06-11db: make apk_wait a part of dboptsNatanael Copa3-8/+8
2010-06-11lua: initial lua moduleNatanael Copa2-2/+74
2010-06-11First steps for libapkNatanael Copa22-74/+142
2010-06-10db: do not free trigger list after package is unpackedNatanael Copa1-6/+6
2010-06-08info: fix usage of arraysTimo Teräs1-4/+4
2010-06-08state: fix error printingTimo Teräs2-2/+6
2010-06-07db: fix usage of apk_name_array in install_ctxTimo Teräs1-4/+4
2010-06-05all: rework how arrays workTimo Teräs14-121/+137
2010-06-03state: fix a crash in error printingTimo Teräs1-1/+1
2010-06-01db, pkg: fix triggers related crashTimo Teräs2-8/+11
2010-06-01state: print missing package names on errorTimo Teräs2-8/+23
2010-06-01state: improve error messages from dependency failuresTimo Teräs10-88/+197
2010-05-27state: modify reinstallation printsTimo Teräs1-8/+11
2010-05-27state: show changed packages as upgradesTimo Teräs1-2/+10
2010-05-27state: fix deletion of obsoleted dependenciesTimo Teräs1-1/+2
2010-05-26package: don't leak signing key file fdTimo Teräs1-1/+1