| Commit message (Expand) | Author | Age | Files | Lines |
* | db: Allow override arch when using --root | Natanael Copa | 2011-04-14 | 1 | -2/+5 |
* | fetch: fix fetching of packages with arch | Timo Teräs | 2011-04-07 | 1 | -16/+20 |
* | apk: fix gcc 4.6 warnings | Timo Teräs | 2011-03-27 | 1 | -2/+1 |
* | db: relocate from /var/lib/apk | Timo Teräs | 2011-03-16 | 1 | -47/+59 |
* | db: move lock file to /var/lock | Timo Teräs | 2011-03-16 | 1 | -2/+4 |
* | db: fix cache tmpfs detection | Timo Teräs | 2011-03-16 | 1 | -1/+1 |
* | db, cache: automatically remount cache read-write when needed | Timo Teräs | 2011-03-16 | 1 | -13/+100 |
* | db: handle arch similarly to stable branch | Timo Teräs | 2011-03-16 | 1 | -14/+23 |
* | db: detect tmpfs better | Timo Teräs | 2011-03-16 | 1 | -1/+4 |
* | db: fix package caching | Timo Teräs | 2011-01-21 | 1 | -2/+2 |
* | add: use default arch instead of noarch, improve errors | Timo Teräs | 2011-01-05 | 1 | -3/+3 |
* | db: check and initiailize required package fields before addition to db | Timo Teräs | 2011-01-04 | 1 | -0/+5 |
* | pkg: recognize install_if | Timo Teräs | 2011-01-04 | 1 | -4/+15 |
* | pkg, db: allow index with unsupported features to be loaded | Timo Teräs | 2011-01-03 | 1 | -19/+32 |
* | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 2010-12-14 | 1 | -33/+20 |
* | pkg, db: add preliminary support for arch field | Timo Teräs | 2010-12-14 | 1 | -6/+20 |
* | db: remove support for unsigned repository index | Timo Teräs | 2010-12-10 | 1 | -33/+7 |
* | db: print full url/filename of the failing package | Timo Teräs | 2010-12-09 | 1 | -24/+27 |
* | db: fix the previous commit | Timo Teräs | 2010-10-08 | 1 | -2/+2 |
* | io, db: id cache should be specific to database root, not system root | Timo Teräs | 2010-10-08 | 1 | -9/+13 |
* | db: optionally remove dirs when unref | Natanael Copa | 2010-09-22 | 1 | -13/+15 |
* | Fix building on eglibc | Natanael Copa | 2010-08-30 | 1 | -0/+1 |
* | db: reinitialize trigger_pkg_list node after deletion | Timo Teräs | 2010-06-15 | 1 | -0/+1 |
* | db: --simulate never needs write access to db | Timo Teräs | 2010-06-12 | 1 | -0/+4 |
* | various: use O_CLOEXEC and add some error checking | Timo Teräs | 2010-06-11 | 1 | -10/+12 |
* | db: make apk_wait a part of dbopts | Natanael Copa | 2010-06-11 | 1 | -4/+3 |
* | First steps for libapk | Natanael Copa | 2010-06-11 | 1 | -1/+6 |
* | db: do not free trigger list after package is unpacked | Natanael Copa | 2010-06-10 | 1 | -6/+6 |
* | db: fix usage of apk_name_array in install_ctx | Timo Teräs | 2010-06-07 | 1 | -4/+4 |
* | all: rework how arrays work | Timo Teräs | 2010-06-05 | 1 | -34/+26 |
* | db, pkg: fix triggers related crash | Timo Teräs | 2010-06-01 | 1 | -8/+10 |
* | fetch: do not include installed non-repository files in search | Timo Teras | 2010-03-04 | 1 | -2/+3 |
* | db: fix previous commit | Timo Teras | 2010-03-01 | 1 | -0/+1 |
* | db: read also non-repository package index if reading repository indexes | Timo Teras | 2010-03-01 | 1 | -8/+8 |
* | db: keep packages with no files with installed status | Timo Teras | 2009-12-25 | 1 | -6/+10 |
* | db: make fdb load package description before calling pkg_install | Timo Teras | 2009-12-22 | 1 | -5/+5 |
* | db: check the overlay files package name rather than the ovl file itself | Natanael Copa | 2009-12-21 | 1 | -1/+1 |
* | db: honor overlay file even for protected paths | Timo Teras | 2009-12-21 | 1 | -14/+12 |
* | apk: remove the unneeded --never-overwrite | Timo Teras | 2009-12-21 | 1 | -5/+3 |
* | db: accept files in overlay without directory | Timo Teras | 2009-12-21 | 1 | -5/+2 |
* | db: use proper instance for overlay file entries | Timo Teras | 2009-12-21 | 1 | -25/+33 |
* | apk: --overlay-from-stdin | Timo Teras | 2009-12-21 | 1 | -3/+49 |
* | db: read time only once when writing scriptsdb | Timo Teras | 2009-12-21 | 1 | -1/+3 |
* | db: check if target exist before renaming tempfile | Natanael Copa | 2009-11-24 | 1 | -3/+10 |
* | db: fix migration and pruning of symlinks to dirs | Timo Teras | 2009-10-26 | 1 | -2/+4 |
* | index, version: support for repository descriptions (fixes #141) | Timo Teras | 2009-09-03 | 1 | -6/+10 |
* | db: cache needs to be on non-tmpfs | Timo Teras | 2009-08-13 | 1 | -1/+1 |
* | db: fix script arguments | Timo Teras | 2009-08-13 | 1 | -4/+8 |
* | add, del, db: fix various bugs introduced by earlier commits | Timo Teras | 2009-08-13 | 1 | -11/+9 |
* | db: implement triggers (fixes #45) | Timo Teras | 2009-08-13 | 1 | -17/+135 |