summaryrefslogtreecommitdiffstats
path: root/src/database.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* db: fix some (unimportant) memory leaksTimo Teras2009-08-121-1/+9
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-121-69/+138
* io: better error handling when writing stuff outTimo Teras2009-08-121-25/+37
* archive: update for new place of checksum in tar headerTimo Teras2009-08-111-10/+0
* db, audit: audit symlinks (by hash of the link target)Timo Teras2009-08-111-1/+11
* db: fix checking of non-repository files from cacheTimo Teras2009-08-111-13/+32
* pkg, db: execute scripts from /var/cache/misc (fixes #129)Timo Teras2009-08-111-0/+2
* db: fix previous commitTimo Teras2009-08-111-2/+2
* db: ignore empty lines in /etc/apk/repositoriesNatanael Copa2009-08-111-1/+1
* db, pkg: fix package verification during installationTimo Teras2009-08-101-0/+3
* state: do not look into world in state_newTimo Teras2009-08-061-3/+0
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-061-8/+37
* all: implement database open optionsTimo Teras2009-08-061-17/+25
* db: make missing index non-fatalTimo Teras2009-08-061-1/+1