| Commit message (Expand) | Author | Age | Files | Lines |
* | version: add support for fuzzy version matching | William Pitcock | 2017-05-27 | 1 | -4/+10 |
* | package: add more secure signature methods | Timo Teräs | 2017-02-28 | 1 | -20/+31 |
* | add support for pre and post commit hooks | Henrik Riomar | 2017-02-15 | 1 | -22/+2 |
* | pkg: reset umask for package scripts | Timo Teräs | 2016-08-23 | 1 | -0/+1 |
* | commit: self-conflict error and satisfies printing | Timo Teräs | 2015-12-10 | 1 | -6/+6 |
* | for completeness free all arrays before exit | Timo Teräs | 2015-06-12 | 1 | -0/+1 |
* | rename file info related functions for consistency | Timo Teräs | 2015-03-10 | 1 | -1/+1 |
* | rework error handling for read streams | Timo Teräs | 2015-03-10 | 1 | -1/+3 |
* | package: do not report duplicate reverse dependencies | Timo Teräs | 2014-04-10 | 1 | -1/+4 |
* | apk: new option --no-scripts | Timo Teräs | 2013-09-10 | 1 | -2/+2 |
* | solver: fix pinning+cache to work | Timo Teräs | 2013-06-20 | 1 | -3/+2 |
* | commit, db: make file conflicts and script errors non-fatal | Timo Teräs | 2013-06-20 | 1 | -23/+18 |
* | db: store repository tag names including leading @ | Timo Teräs | 2013-06-18 | 1 | -5/+7 |
* | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 2013-06-18 | 1 | -6/+9 |
* | all: various conversions to foreach_array_item, and simplifications of code | Timo Teräs | 2013-06-18 | 1 | -32/+23 |
* | db: refactor repository file construction | Timo Teräs | 2013-06-17 | 1 | -23/+0 |
* | pkg: apk_pkg_foreach_* add matching generation | Timo Teräs | 2013-06-15 | 1 | -6/+27 |
* | lua: use apk_dep_analyze | Timo Teräs | 2013-06-15 | 1 | -22/+0 |
* | solver, errors: fix few additional test cases and clean ups | Timo Teräs | 2013-06-13 | 1 | -8/+6 |
* | pkg: add global reverse dependency iterator helpers and use them | Timo Teräs | 2013-06-13 | 1 | -2/+57 |
* | errors: rewrite the logic how errors are reported | Timo Teräs | 2013-06-13 | 1 | -0/+34 |
* | index: add sensible error message if metadata is too long | Timo Teräs | 2013-05-30 | 1 | -3/+6 |
* | pkg: honor --allow-untrusted when installing non-repository packages | Timo Teräs | 2012-04-03 | 1 | -13/+21 |
* | solver, test: make conflicts unconditional | Timo Teräs | 2012-02-29 | 1 | -29/+22 |
* | all: introduce apk_provides and use it in apk_name | Timo Teräs | 2012-02-24 | 1 | -11/+74 |
* | pkg: add field for provides as 'p' | Timo Teräs | 2012-02-24 | 1 | -1/+7 |
* | pkg, db: use 's' for source repository tags instead of 'p' | Timo Teräs | 2012-02-24 | 1 | -1/+1 |
* | pkg: fix writing of versioned conflicts | Timo Teräs | 2012-02-23 | 1 | -1/+1 |
* | solver: implement backwards jumping and various other optimizations | Timo Teräs | 2012-02-21 | 1 | -2/+11 |
* | solver, db: repository pinning improvements | Timo Teräs | 2012-02-15 | 1 | -1/+1 |
* | db: record file uid/gid/mode in installed db | Timo Teräs | 2012-02-14 | 1 | -0/+1 |
* | blob: optimize spn and cspn | Timo Teräs | 2012-02-08 | 1 | -4/+13 |
* | pkg, db: fix signature checking for files without control part | Timo Teräs | 2012-01-31 | 1 | -7/+24 |
* | db: support line feed as 'world' dependency separator | Timo Teräs | 2012-01-12 | 1 | -49/+39 |
* | pkg: fix writing of deps with tag and version specifier | Timo Teräs | 2012-01-06 | 1 | -4/+4 |
* | solver: report number of (mega)bytes used | Timo Teräs | 2011-12-27 | 1 | -2/+5 |
* | solver, db: implement repository pinning | Timo Teräs | 2011-10-29 | 1 | -9/+16 |
* | solver, pkg: implement versioned conflicts | Timo Teräs | 2011-10-24 | 1 | -10/+14 |
* | pkg: introduce "replaces_priority" | Timo Teräs | 2011-10-19 | 1 | -1/+1 |
* | pkg, info: remember installed packages "replaces" | Timo Teräs | 2011-10-18 | 1 | -25/+50 |
* | pkg: fix dependency checking against non-installed packages | Timo Teräs | 2011-09-27 | 1 | -0/+5 |
* | all: update copyright year statement | Timo Teräs | 2011-09-13 | 1 | -1/+1 |
* | pkg: consider script failure as non-fatal | Timo Teräs | 2011-09-09 | 1 | -2/+6 |
* | applets: start using solver code | Timo Teräs | 2011-09-09 | 1 | -1/+0 |
* | index: handle errors instead of silently failing | Timo Teräs | 2011-06-28 | 1 | -4/+14 |
* | pkg: add origin, maintainer, build_time and commit id to index | Timo Teräs | 2011-04-04 | 1 | -0/+34 |
* | pkg: recognize install_if | Timo Teräs | 2011-01-04 | 1 | -21/+38 |
* | pkg, db: allow index with unsupported features to be loaded | Timo Teräs | 2011-01-03 | 1 | -3/+13 |
* | pkg: dependencies to specific package checksum | Timo Teräs | 2011-01-01 | 1 | -7/+29 |
* | various: use APK_DEPMASK_REQUIRE where applicable | Timo Teräs | 2011-01-01 | 1 | -1/+1 |