summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-01apk-tools-2.0.10v2.0.102.0-stableTimo Teräs1-1/+1
2012-02-01pkg, db: fix signature checking for files without control partTimo Teräs3-29/+47
2011-03-02apk-tools-2.0.9v2.0.9Timo Teräs1-1/+1
2011-03-01db: fetch files from proper URL using Arch if availableTimo Teräs3-12/+24
2011-03-01index: do not generate indexes with Arch fieldTimo Teräs3-12/+13
2011-02-26apk-tools-2.0.8v2.0.8Timo Teräs1-1/+1
2011-02-26pkg, db: add preliminary mini support for arch fieldTimo Teräs5-2/+24
2011-01-25pkg, db: allow index with unsupported features to be loadedTimo Teräs5-24/+60
2011-01-25version: fix evaluation order to make valgrind happyTimo Teräs1-2/+2
2011-01-25Makefile: include config.mk if existsNatanael Copa1-0/+2
2011-01-25db: fix package cachingTimo Teräs1-2/+2
2011-01-25url: use always busybox wgetTimo Teräs1-1/+1
2011-01-25gunzip: fix ordering of boundary callbacksTimo Teräs1-8/+24
2011-01-25info: return error if owning package was not foundNatanael Copa1-3/+6
2010-12-09apk-tools-2.0.7v2.0.7Timo Teräs1-1/+1
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-23apk-tools-2.0.6v2.0.6Timo Teräs1-1/+1
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äs4-1/+8
2010-06-16Makefile: do not require lua pkgconfig unless you intend build lua moduleNatanael Copa1-5/+6
2010-06-16apk-tools-2.0.5v2.0.5Timo Teräs1-1/+1
2010-06-15test: check if upgrade works when package is missing in repoNatanael Copa1-0/+7
2010-06-15test: dont run sh manually but respect #!/bin/sh in each testNatanael Copa9-10/+13
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-15apk-tools-2.0.4v2.0.4Timo Teräs1-1/+1
2010-06-15test: initial testsuiteNatanael Copa17-0/+422
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 Copa3-3/+76
2010-06-11First steps for libapkNatanael Copa25-77/+165
2010-06-10db: do not free trigger list after package is unpackedNatanael Copa1-6/+6
2010-06-08apk-tools-2.0.3v2.0.3Timo Teräs1-1/+1
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