Age | Commit message (Expand) | Author | Files | Lines |
2013-05-30 | db: unify handling of special packages | Timo Teräs | 1 | -1/+0 |
2012-10-08 | solver: optimize backjumping | Timo Teräs | 1 | -1/+2 |
2012-02-29 | solver, test: make conflicts unconditional | Timo Teräs | 1 | -1/+1 |
2012-02-24 | all: introduce apk_provides and use it in apk_name | Timo Teräs | 1 | -1/+9 |
2012-02-24 | pkg: add field for provides as 'p' | Timo Teräs | 1 | -1/+1 |
2012-02-22 | db, solver, io: scan cache items at startup | Timo Teräs | 1 | -1/+2 |
2012-02-15 | solver, db: repository pinning improvements | Timo Teräs | 1 | -0/+1 |
2012-01-12 | db: support line feed as 'world' dependency separator | Timo Teräs | 1 | -1/+1 |
2011-10-29 | solver, db: implement repository pinning | Timo Teräs | 1 | -3/+5 |
2011-10-24 | solver, pkg: implement versioned conflicts | Timo Teräs | 1 | -1/+2 |
2011-10-19 | pkg: convert struct apk_install_package flags to bitfield | Timo Teräs | 1 | -3/+1 |
2011-10-19 | pkg: introduce "replaces_priority" | Timo Teräs | 1 | -0/+1 |
2011-10-18 | pkg, info: remember installed packages "replaces" | Timo Teräs | 1 | -7/+7 |
2011-09-14 | solver: make state pointers completely internal | Timo Teräs | 1 | -0/+1 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2011-08-05 | solver: move topology sorting to solver code | Timo Teräs | 1 | -1/+4 |
2011-07-26 | solver: new package selection logic (which is not yet used) | Timo Teräs | 1 | -0/+1 |
2011-04-04 | pkg: add origin, maintainer, build_time and commit id to index | Timo Teräs | 1 | -1/+3 |
2011-01-04 | pkg: recognize install_if | Timo Teräs | 1 | -1/+1 |
2011-01-03 | pkg, db: allow index with unsupported features to be loaded | Timo Teräs | 1 | -0/+2 |
2011-01-01 | pkg: dependencies to specific package checksum | Timo Teräs | 1 | -4/+1 |
2011-01-01 | index: remove support of old index format | Timo Teräs | 1 | -1/+0 |
2010-12-14 | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 1 | -6/+9 |
2010-12-14 | pkg, db: add preliminary support for arch field | Timo Teräs | 1 | -1/+1 |
2010-10-08 | io, db: id cache should be specific to database root, not system root | Timo Teräs | 1 | -2/+3 |
2010-06-01 | state: improve error messages from dependency failures | Timo Teräs | 1 | -0/+2 |
2009-08-13 | db: implement triggers (fixes #45) | Timo Teras | 1 | -3/+4 |
2009-08-12 | db, pkg: separate structure for fields of installed packages | Timo Teras | 1 | -25/+27 |
2009-08-04 | db: support "replaces" directive (fixes #113) | Timo Teras | 1 | -0/+1 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -1/+4 |
2009-07-22 | signing: verify and generate identity | Timo Teras | 1 | -0/+1 |
2009-07-22 | various: more informative error messages | Timo Teras | 1 | -2/+2 |
2009-07-22 | various: misc fixes | Timo Teras | 1 | -3/+5 |
2009-07-20 | db: signed index loading (ref #46) | Timo Teras | 1 | -4/+9 |
2009-07-17 | digest: use oneshot context flag where approriate | Timo Teras | 1 | -1/+2 |
2009-07-17 | verify: new applet (ref #46) | Timo Teras | 1 | -3/+29 |
2009-07-16 | various: new style index generation | Timo Teras | 1 | -1/+5 |
2009-07-16 | pkg: remove support for the deprecated .INSTALL script | Timo Teras | 1 | -1/+0 |
2009-07-15 | cache: make cache cleaning work again properly | Timo Teras | 1 | -0/+2 |
2009-07-14 | db: live with sha1 and md5 | Timo Teras | 1 | -2/+4 |
2009-06-20 | ver: only compare the given packages, show version | Natanael Copa | 1 | -0/+2 |
2009-06-16 | add: support for forced versions | Natanael Copa | 1 | -0/+4 |
2009-04-16 | pkg: clean up writing of dependencies | Timo Teras | 1 | -3/+1 |
2009-04-16 | pkg: apk_deps_del helper introduced | Timo Teras | 1 | -0/+2 |
2009-04-14 | state: rework changeset calculation algorithm | Timo Teras | 1 | -3/+10 |
2009-03-17 | pkg: write dependencies directly file instead of buffer | Timo Teras | 1 | -0/+1 |
2009-01-16 | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 1 | -5/+2 |
2009-01-06 | db: restructure in-memory organization | Timo Teras | 1 | -1/+1 |
2008-11-28 | io: apk_ostream stuff | Timo Teras | 1 | -1/+1 |
2008-11-28 | add: add support to install packages not in a repository | Timo Teras | 1 | -0/+1 |