Age | Commit message (Expand) | Author | Files | Lines |
2012-07-16 | audit: fix protection mask of non-db directories | Timo Teräs | 1 | -3/+2 |
2012-05-01 | db: strip leading and trailing slashes from protected path spec | Timo Teräs | 1 | -0/+6 |
2012-04-27 | db: fix has_protected_children setup on leaf path entries | Timo Teräs | 1 | -1/+1 |
2012-02-24 | solver, dot: elementary provides fixes | Timo Teräs | 1 | -2/+11 |
2012-02-24 | all: introduce apk_provides and use it in apk_name | Timo Teräs | 1 | -7/+12 |
2012-02-24 | pkg, db: use 's' for source repository tags instead of 'p' | Timo Teräs | 1 | -1/+2 |
2012-02-23 | db: keep architecture in $ROOT/etc/apk/arch | Timo Teräs | 1 | -6/+19 |
2012-02-23 | audit, db: add etc/apk/protected_files.d and new audit features | Timo Teräs | 1 | -46/+125 |
2012-02-22 | db: fix repositories.d to be loaded only without --repositories-file | Timo Teräs | 1 | -3/+7 |
2012-02-22 | db, io: load repositories also from etc/apk/repositories.d/*.list | Timo Teräs | 1 | -12/+31 |
2012-02-22 | db: merge identical repositories | Timo Teräs | 1 | -5/+17 |
2012-02-22 | db, solver, io: scan cache items at startup | Timo Teräs | 1 | -25/+80 |
2012-02-17 | apk: fix some unharmful leaks reported by valgrind | Timo Teräs | 1 | -0/+1 |
2012-02-15 | solver, db: repository pinning improvements | Timo Teräs | 1 | -12/+8 |
2012-02-14 | db: record file uid/gid/mode in installed db | Timo Teräs | 1 | -2/+26 |
2012-02-10 | db: allow directory to have sticky bit, and suid/sgid bits set | Timo Teräs | 1 | -1/+1 |
2012-02-10 | db, fix: more secure way to choose effective directory permissions | Timo Teräs | 1 | -10/+12 |
2012-02-10 | db: fix directory permissions recalculation | Timo Teräs | 1 | -5/+8 |
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 |