summaryrefslogtreecommitdiffstats
path: root/src/database.c
Commit message (Expand)AuthorAgeFilesLines
* db: Allow override arch when using --rootNatanael Copa2011-04-141-2/+5
* fetch: fix fetching of packages with archTimo Teräs2011-04-071-16/+20
* apk: fix gcc 4.6 warningsTimo Teräs2011-03-271-2/+1
* db: relocate from /var/lib/apkTimo Teräs2011-03-161-47/+59
* db: move lock file to /var/lockTimo Teräs2011-03-161-2/+4
* db: fix cache tmpfs detectionTimo Teräs2011-03-161-1/+1
* db, cache: automatically remount cache read-write when neededTimo Teräs2011-03-161-13/+100
* db: handle arch similarly to stable branchTimo Teräs2011-03-161-14/+23
* db: detect tmpfs betterTimo Teräs2011-03-161-1/+4
* db: fix package cachingTimo Teräs2011-01-211-2/+2
* add: use default arch instead of noarch, improve errorsTimo Teräs2011-01-051-3/+3
* db: check and initiailize required package fields before addition to dbTimo Teräs2011-01-041-0/+5
* pkg: recognize install_ifTimo Teräs2011-01-041-4/+15
* pkg, db: allow index with unsupported features to be loadedTimo Teräs2011-01-031-19/+32
* various: use 'atoms' for certain package field and misc fixesTimo Teräs2010-12-141-33/+20
* pkg, db: add preliminary support for arch fieldTimo Teräs2010-12-141-6/+20
* db: remove support for unsigned repository indexTimo Teräs2010-12-101-33/+7
* db: print full url/filename of the failing packageTimo Teräs2010-12-091-24/+27
* db: fix the previous commitTimo Teräs2010-10-081-2/+2
* io, db: id cache should be specific to database root, not system rootTimo Teräs2010-10-081-9/+13
* db: optionally remove dirs when unrefNatanael Copa2010-09-221-13/+15
* Fix building on eglibcNatanael Copa2010-08-301-0/+1
* db: reinitialize trigger_pkg_list node after deletionTimo Teräs2010-06-151-0/+1
* db: --simulate never needs write access to dbTimo Teräs2010-06-121-0/+4
* various: use O_CLOEXEC and add some error checkingTimo Teräs2010-06-111-10/+12
* db: make apk_wait a part of dboptsNatanael Copa2010-06-111-4/+3
* First steps for libapkNatanael Copa2010-06-111-1/+6
* db: do not free trigger list after package is unpackedNatanael Copa2010-06-101-6/+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-051-34/+26
* db, pkg: fix triggers related crashTimo Teräs2010-06-011-8/+10
* fetch: do not include installed non-repository files in searchTimo Teras2010-03-041-2/+3
* db: fix previous commitTimo Teras2010-03-011-0/+1
* db: read also non-repository package index if reading repository indexesTimo Teras2010-03-011-8/+8
* db: keep packages with no files with installed statusTimo Teras2009-12-251-6/+10
* db: make fdb load package description before calling pkg_installTimo Teras2009-12-221-5/+5
* db: check the overlay files package name rather than the ovl file itselfNatanael Copa2009-12-211-1/+1
* db: honor overlay file even for protected pathsTimo Teras2009-12-211-14/+12
* apk: remove the unneeded --never-overwriteTimo Teras2009-12-211-5/+3
* db: accept files in overlay without directoryTimo Teras2009-12-211-5/+2
* db: use proper instance for overlay file entriesTimo Teras2009-12-211-25/+33
* apk: --overlay-from-stdinTimo Teras2009-12-211-3/+49
* db: read time only once when writing scriptsdbTimo Teras2009-12-211-1/+3
* db: check if target exist before renaming tempfileNatanael Copa2009-11-241-3/+10
* db: fix migration and pruning of symlinks to dirsTimo Teras2009-10-261-2/+4
* index, version: support for repository descriptions (fixes #141)Timo Teras2009-09-031-6/+10
* db: cache needs to be on non-tmpfsTimo Teras2009-08-131-1/+1
* db: fix script argumentsTimo Teras2009-08-131-4/+8
* add, del, db: fix various bugs introduced by earlier commitsTimo Teras2009-08-131-11/+9
* db: implement triggers (fixes #45)Timo Teras2009-08-131-17/+135