summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2010-05-19search: add search for reverse dependencies in indexTimo Teräs1-57/+91
2010-05-12upgrade: reset versioned deps in world when doing upgrade -aNatanael Copa1-2/+7
2010-05-05info: fix querying of removed, but referenced packagesTimo Teras1-1/+1
2010-03-16apk-tools-2.0.2v2.0.2Timo Teras1-1/+1
2010-03-15state: virtual packages are always installableTimo Teras1-0/+2
2010-03-10state: check package availability alwaysTimo Teras1-7/+16