Age | Commit message (Expand) | Author | Files | Lines |
2020-10-07 | various changes to make clang not give warnings | Timo Teräs | 1 | -1/+1 |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -9/+9 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2020-01-24 | Harden signature verification process | Reid Rankin | 1 | -14/+19 |
2020-01-24 | Improve documentation of signature verification process | Reid Rankin | 1 | -7/+19 |
2020-01-11 | archive: make apk_tar_parse check and close input stream | Timo Teräs | 1 | -10/+4 |
2020-01-11 | convert remaining locations to use istream instead of bstream | Timo Teräs | 1 | -6/+5 |
2020-01-11 | istream, archive, db: convert db and tar function to use istream | Timo Teräs | 1 | -10/+7 |
2020-01-11 | archive: remove support for old packages without xattr checksums | Timo Teräs | 1 | -1/+1 |
2019-12-29 | del: report non-matching names and install-if rule non-deletion | Timo Teräs | 1 | -18/+17 |
2018-10-26 | add support for openssl 1.1 | Timo Teräs | 1 | -18/+19 |
2018-09-10 | rework unpacking of packages and harden package file format requirements | Timo Teräs | 1 | -7/+4 |
2018-07-02 | Invalidate id cache after script execution | Jussi Kukkonen | 1 | -0/+4 |
2017-11-02 | solver: implement support for choosing default virtuals | William Pitcock | 1 | -0/+8 |
2017-10-04 | package: remove package script after use (fixes #7974) | Timo Teräs | 1 | -6/+9 |
2017-06-23 | io: make io vtables const struct, and add accessors for them | Timo Teräs | 1 | -15/+8 |
2017-05-27 | version: add support for fuzzy version matching | William Pitcock | 1 | -4/+10 |
2017-02-28 | package: add more secure signature methods | Timo Teräs | 1 | -20/+31 |
2017-02-15 | add support for pre and post commit hooks | Henrik Riomar | 1 | -22/+2 |
2016-08-23 | pkg: reset umask for package scripts | Timo Teräs | 1 | -0/+1 |
2015-12-10 | commit: self-conflict error and satisfies printing | Timo Teräs | 1 | -6/+6 |
2015-06-12 | for completeness free all arrays before exit | Timo Teräs | 1 | -0/+1 |
2015-03-10 | rename file info related functions for consistency | Timo Teräs | 1 | -1/+1 |
2015-03-10 | rework error handling for read streams | Timo Teräs | 1 | -1/+3 |
2014-04-10 | package: do not report duplicate reverse dependencies | Timo Teräs | 1 | -1/+4 |
2013-09-10 | apk: new option --no-scripts | Timo Teräs | 1 | -2/+2 |
2013-06-20 | solver: fix pinning+cache to work | Timo Teräs | 1 | -3/+2 |
2013-06-20 | commit, db: make file conflicts and script errors non-fatal | Timo Teräs | 1 | -23/+18 |
2013-06-18 | db: store repository tag names including leading @ | Timo Teräs | 1 | -5/+7 |
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 1 | -6/+9 |
2013-06-18 | all: various conversions to foreach_array_item, and simplifications of code | Timo Teräs | 1 | -32/+23 |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 1 | -23/+0 |
2013-06-15 | pkg: apk_pkg_foreach_* add matching generation | Timo Teräs | 1 | -6/+27 |
2013-06-15 | lua: use apk_dep_analyze | Timo Teräs | 1 | -22/+0 |
2013-06-13 | solver, errors: fix few additional test cases and clean ups | Timo Teräs | 1 | -8/+6 |
2013-06-13 | pkg: add global reverse dependency iterator helpers and use them | Timo Teräs | 1 | -2/+57 |
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -0/+34 |
2013-05-30 | index: add sensible error message if metadata is too long | Timo Teräs | 1 | -3/+6 |
2012-04-03 | pkg: honor --allow-untrusted when installing non-repository packages | Timo Teräs | 1 | -13/+21 |
2012-02-29 | solver, test: make conflicts unconditional | Timo Teräs | 1 | -29/+22 |
2012-02-24 | all: introduce apk_provides and use it in apk_name | Timo Teräs | 1 | -11/+74 |
2012-02-24 | pkg: add field for provides as 'p' | Timo Teräs | 1 | -1/+7 |
2012-02-24 | pkg, db: use 's' for source repository tags instead of 'p' | Timo Teräs | 1 | -1/+1 |
2012-02-23 | pkg: fix writing of versioned conflicts | Timo Teräs | 1 | -1/+1 |
2012-02-21 | solver: implement backwards jumping and various other optimizations | Timo Teräs | 1 | -2/+11 |
2012-02-15 | solver, db: repository pinning improvements | Timo Teräs | 1 | -1/+1 |
2012-02-14 | db: record file uid/gid/mode in installed db | Timo Teräs | 1 | -0/+1 |
2012-02-08 | blob: optimize spn and cspn | Timo Teräs | 1 | -4/+13 |
2012-01-31 | pkg, db: fix signature checking for files without control part | Timo Teräs | 1 | -7/+24 |
2012-01-12 | db: support line feed as 'world' dependency separator | Timo Teräs | 1 | -49/+39 |