Age | Commit message (Expand) | Author | Files | Lines |
2012-02-10 | db: smarter handling of directory owner, group and mode | Timo Teräs | 1 | -14/+69 |
2012-02-08 | blob: optimize spn and cspn | Timo Teräs | 1 | -2/+7 |
2012-02-08 | db: increase hash sizes | Timo Teräs | 1 | -4/+4 |
2012-02-01 | db: do not abort on bad repositories | Natanael Copa | 1 | -5/+0 |
2012-02-01 | db: fix bug with --repository | Natanael Copa | 1 | -9/+9 |
2012-01-31 | pkg, db: fix signature checking for files without control part | Timo Teräs | 1 | -20/+23 |
2012-01-17 | solver, upgrade: properly detect missing repository tags | Timo Teräs | 1 | -15/+24 |
2012-01-17 | db: print dependencies referring to missing tags instead of tags | Timo Teräs | 1 | -6/+11 |
2012-01-16 | db: fix loading of world after previous commits | Timo Teräs | 1 | -3/+3 |
2012-01-12 | db: support line feed as 'world' dependency separator | Timo Teräs | 1 | -4/+8 |
2012-01-12 | solver: print repository tag when committing package changes | Timo Teräs | 1 | -0/+11 |
2012-01-12 | db, solver: refuse committing changes if there is missing tags | Timo Teräs | 1 | -1/+9 |
2012-01-06 | db: properly detect when pkg install trigger needs executing | Timo Teräs | 1 | -1/+1 |
2011-12-27 | solver: report number of (mega)bytes used | Timo Teräs | 1 | -12/+14 |
2011-10-29 | solver, db: implement repository pinning | Timo Teräs | 1 | -11/+42 |
2011-10-19 | pkg: convert struct apk_install_package flags to bitfield | Timo Teräs | 1 | -2/+2 |
2011-10-19 | pkg: introduce "replaces_priority" | Timo Teräs | 1 | -10/+30 |
2011-10-18 | pkg, info: remember installed packages "replaces" | Timo Teräs | 1 | -19/+24 |
2011-09-14 | solver, db: run triggers in dependency order | Timo Teräs | 1 | -8/+5 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2011-09-09 | applets: start using solver code | Timo Teräs | 1 | -6/+1 |
2011-07-16 | apk_database: move APK_DEFAULT_ARCH to headers so that we can use it in versi... | William Pitcock | 1 | -8/+0 |
2011-06-28 | index: handle errors instead of silently failing | Timo Teräs | 1 | -6/+13 |
2011-05-27 | db: more fix for read-only cache remounting | Timo Teräs | 1 | -17/+14 |
2011-05-27 | db: remount read-only after the file handles have been closed | Natanael Copa | 1 | -6/+6 |
2011-05-23 | db: fix post-install script error message formatting | Timo Teräs | 1 | -2/+2 |
2011-04-22 | db: remount ro cache to rw earlier for update to work | Timo Teräs | 1 | -15/+16 |
2011-04-14 | db: Allow override arch when using --root | Natanael Copa | 1 | -2/+5 |
2011-04-07 | fetch: fix fetching of packages with arch | Timo Teräs | 1 | -16/+20 |
2011-03-27 | apk: fix gcc 4.6 warnings | Timo Teräs | 1 | -2/+1 |
2011-03-16 | db: relocate from /var/lib/apk | Timo Teräs | 1 | -47/+59 |
2011-03-16 | db: move lock file to /var/lock | Timo Teräs | 1 | -2/+4 |
2011-03-16 | db: fix cache tmpfs detection | Timo Teräs | 1 | -1/+1 |
2011-03-16 | db, cache: automatically remount cache read-write when needed | Timo Teräs | 1 | -13/+100 |
2011-03-16 | db: handle arch similarly to stable branch | Timo Teräs | 1 | -14/+23 |
2011-03-16 | db: detect tmpfs better | Timo Teräs | 1 | -1/+4 |
2011-01-21 | db: fix package caching | Timo Teräs | 1 | -2/+2 |
2011-01-05 | add: use default arch instead of noarch, improve errors | Timo Teräs | 1 | -3/+3 |
2011-01-04 | db: check and initiailize required package fields before addition to db | Timo Teräs | 1 | -0/+5 |
2011-01-04 | pkg: recognize install_if | Timo Teräs | 1 | -4/+15 |
2011-01-03 | pkg, db: allow index with unsupported features to be loaded | Timo Teräs | 1 | -19/+32 |
2010-12-14 | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 1 | -33/+20 |
2010-12-14 | pkg, db: add preliminary support for arch field | Timo Teräs | 1 | -6/+20 |
2010-12-10 | db: remove support for unsigned repository index | Timo Teräs | 1 | -33/+7 |
2010-12-09 | db: print full url/filename of the failing package | Timo Teräs | 1 | -24/+27 |
2010-10-08 | db: fix the previous commit | Timo Teräs | 1 | -2/+2 |
2010-10-08 | io, db: id cache should be specific to database root, not system root | Timo Teräs | 1 | -9/+13 |
2010-09-22 | db: optionally remove dirs when unref | Natanael Copa | 1 | -13/+15 |
2010-08-30 | Fix building on eglibc | Natanael Copa | 1 | -0/+1 |
2010-06-15 | db: reinitialize trigger_pkg_list node after deletion | Timo Teräs | 1 | -0/+1 |