aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.c
Commit message (Expand)AuthorAgeFilesLines
...
* applets: start using solver codeTimo Teräs2011-09-091-6/+1
* apk_database: move APK_DEFAULT_ARCH to headers so that we can use it in versi...William Pitcock2011-07-161-8/+0
* index: handle errors instead of silently failingTimo Teräs2011-06-281-6/+13
* db: more fix for read-only cache remountingTimo Teräs2011-05-271-17/+14
* db: remount read-only after the file handles have been closedNatanael Copa2011-05-271-6/+6
* db: fix post-install script error message formattingTimo Teräs2011-05-231-2/+2
* db: remount ro cache to rw earlier for update to workTimo Teräs2011-04-221-15/+16
* 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