Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | fix, simplify and document upgrade --ignore | Timo Teräs | 1 | -7/+3 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2019-12-29 | del: report non-matching names and install-if rule non-deletion | Timo Teräs | 1 | -0/+1 |
2018-10-26 | add support for openssl 1.1 | Timo Teräs | 1 | -1/+1 |
2017-11-02 | solver: implement support for choosing default virtuals | William Pitcock | 1 | -0/+1 |
2017-05-27 | version: add support for fuzzy version matching | William Pitcock | 1 | -1/+2 |
2015-12-10 | commit: self-conflict error and satisfies printing | Timo Teräs | 1 | -0/+1 |
2015-04-17 | make file install errors non-fatal, and xattr errors hidden | Timo Teräs | 1 | -0/+1 |
2014-05-19 | solver: fix installation of non-repository packages during tmpfs boot | Timo Teräs | 1 | -1/+2 |
2013-06-28 | various: applet help text and comment fixes | Dubiousjim | 1 | -1/+1 |
2013-06-20 | solver: fix pinning+cache to work | Timo Teräs | 1 | -2/+1 |
2013-06-20 | commit, db: make file conflicts and script errors non-fatal | Timo Teräs | 1 | -6/+8 |
2013-06-19 | all: few behavioural regression fixes | Timo Teräs | 1 | -0/+1 |
2013-06-18 | all: various conversions to foreach_array_item, and simplifications of code | Timo Teräs | 1 | -4/+2 |
2013-06-17 | fetch: implement progress (fixes #1170) | Timo Teräs | 1 | -1/+1 |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 1 | -2/+2 |
2013-06-15 | pkg: apk_pkg_foreach_* add matching generation | Timo Teräs | 1 | -8/+12 |
2013-06-15 | lua: use apk_dep_analyze | Timo Teräs | 1 | -1/+0 |
2013-06-13 | pkg: add global reverse dependency iterator helpers and use them | Timo Teräs | 1 | -5/+21 |
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -0/+6 |
2013-06-13 | solver: prune broken world dependencies with --force | Timo Teräs | 1 | -0/+1 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -2/+2 |
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 |