Age | Commit message (Expand) | Author | Files | Lines |
2020-01-24 | db: additional clean up and hardening for apk extraction | Timo Teräs | 1 | -15/+16 |
2020-01-24 | Harden signature verification process | Reid Rankin | 2 | -29/+32 |
2020-01-24 | Improve documentation of signature verification process | Reid Rankin | 1 | -7/+19 |
2020-01-24 | manifest: fix package file processing | Reid Rankin | 1 | -4/+7 |
2020-01-11 | io: use min() instead of MIN() | Timo Teräs | 1 | -5/+4 |
2020-01-11 | archive: make apk_tar_parse check and close input stream | Timo Teräs | 5 | -54/+26 |
2020-01-11 | io: convert bstream mmap to istream, remove the now obsolete bstream machinery | Timo Teräs | 2 | -244/+65 |
2020-01-11 | convert remaining locations to use istream instead of bstream | Timo Teräs | 8 | -156/+161 |
2020-01-11 | istream, archive, db: convert db and tar function to use istream | Timo Teräs | 8 | -156/+224 |
2020-01-11 | istream: add buffering capability | Timo Teräs | 5 | -103/+109 |
2020-01-11 | archive: remove support for old packages without xattr checksums | Timo Teräs | 6 | -52/+14 |
2020-01-10 | remove obsolete md5.h | Timo Teräs | 1 | -60/+0 |
2020-01-09 | database.c: drop GNU extension for fnmatch | Drew DeVault | 1 | -1/+1 |
2020-01-06 | io: remove the now unused pid association with istream | Timo Teräs | 2 | -32/+8 |
2020-01-06 | io: remove unused size parameter from bstream close | Timo Teräs | 5 | -44/+34 |
2020-01-05 | info: Remove short options for --install-if, --rinstall-if | Matthew McGill | 1 | -4/+4 |
2020-01-05 | commit: make use of the apk_get_human_unit function | Sören Tempel | 1 | -11/+8 |
2020-01-05 | Humanize size output of `apk info` | Sören Tempel | 3 | -4/+27 |
2019-12-30 | lua: fix build and update to lua5.3 | Timo Teräs | 2 | -16/+21 |
2019-12-29 | del: report non-matching names and install-if rule non-deletion | Timo Teräs | 3 | -30/+39 |
2019-12-27 | Revert "search: remove from APK_COMMAND_GROUP_QUERY" | Timo Teräs | 1 | -0/+1 |
2019-12-27 | db: parse tabulator as repository separator char | Timo Teräs | 1 | -0/+1 |
2019-12-18 | io: use proper base struct types for method implementations | Timo Teräs | 5 | -86/+68 |
2019-12-12 | upgrade: implement --ignore to exclude some packages from upgrade | nrybowski | 4 | -4/+22 |
2019-11-22 | Don't unpack files to system root | Fredrik Gustafsson | 1 | -1/+5 |
2019-11-18 | add: always use UTC for virtual package versions | Max Rees | 1 | -1/+1 |
2019-11-18 | Make tests pass and introduce a memory leak | Fredrik Gustafsson | 1 | -1/+1 |
2019-07-02 | add: fix virtual package id generation | Timo Teräs | 1 | -16/+35 |
2019-06-05 | print usage and exit with error on invalid arguments | Timo Teräs | 1 | -6/+3 |
2019-06-05 | fix all applets to return -ENOTSUP if it's unrecognized | Timo Teräs | 5 | -5/+5 |
2019-06-05 | solver: fix common dependency merging to inherit pinning and flags | Timo Teräs | 1 | -3/+7 |
2019-06-03 | use fixed system time in test mode to have fixed test output | Timo Teräs | 5 | -4/+16 |
2019-06-03 | add: make virtual packages upgradeable (ref #9957) | Timo Teräs | 1 | -3/+12 |
2019-05-28 | Fix compile with glibc | Ian Douglas Scott | 1 | -1/+1 |
2019-05-01 | list: Detect orphaned packages correctly | A. Wilcox | 1 | -2/+2 |
2019-02-13 | fix strncpy bounds errors | Timo Teräs | 4 | -4/+24 |
2019-02-13 | include sys/sysmacros.h for makedev definition | Elan Ruusamäe | 2 | -0/+2 |
2019-01-10 | fetch: fix error message for --recursive | Natanael Copa | 1 | -1/+3 |
2018-11-15 | Revert "move --simulate to global options" | Timo Teräs | 1 | -2/+5 |
2018-11-12 | fix orphan package handling for certain provides cases | Timo Teräs | 1 | -15/+17 |
2018-11-12 | prefer selecting packages by their primary name | Timo Teräs | 3 | -8/+25 |
2018-11-12 | fix package preference based on it's conflicts in --latest mode | Timo Teräs | 1 | -4/+5 |
2018-11-02 | fix short option string to be nil terminated | Timo Teräs | 1 | -0/+1 |
2018-11-02 | fix error reporting for virtual package addition | Timo Teräs | 1 | -1/+1 |
2018-11-02 | don't report virtual packages as masked | Timo Teräs | 1 | -1/+1 |
2018-11-02 | inhibit printing same 'required by' dependency multiple times | Timo Teräs | 1 | -0/+5 |
2018-11-02 | print: don't print spurious newlines | Timo Teräs | 1 | -3/+3 |
2018-10-30 | fix xattr hash to be sha1 | Timo Teräs | 1 | -1/+1 |
2018-10-26 | add support for openssl 1.1 | Timo Teräs | 8 | -54/+90 |
2018-10-05 | apk: fix all_options array size off-by-one | Timo Teräs | 1 | -1/+1 |