Age | Commit message (Expand) | Author | Files | Lines |
2020-01-26 | add apk-repositories(5) | Drew DeVault | 2 | -0/+41 |
2020-01-26 | add apk-world(8) | Drew DeVault | 2 | -1/+64 |
2020-01-26 | Initial riggings for man pages, add apk(8) | Drew DeVault | 4 | -3/+179 |
2020-01-26 | .gitignore: add compiled man pages | Drew DeVault | 1 | -0/+2 |
2020-01-25 | don't use hardcoded checksum buffer sizes | Reid Rankin | 2 | -5/+8 |
2020-01-25 | document mysterious SHA-1 blob in database.c | Reid Rankin | 1 | -0/+2 |
2020-01-25 | don't ignore md parameter to apk_fileinfo_hash_xattr_array() | Reid Rankin | 1 | -1/+1 |
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 | 4 | -19/+24 |
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 | 5 | -4/+29 |
2019-11-22 | Don't unpack files to system root | Fredrik Gustafsson | 1 | -1/+5 |
2019-11-21 | Add debian to CI builds | Fredrik Gustafsson | 1 | -3/+15 |
2019-11-20 | Add CI testing, run compile and test on push | Fredrik Gustafsson | 1 | -0/+13 |
2019-11-18 | add: always use UTC for virtual package versions | Max Rees | 2 | -2/+1 |
2019-11-18 | Make tests pass and introduce a memory leak | Fredrik Gustafsson | 1 | -1/+1 |
2019-11-13 | travis: fix dependencies to match v3.10 instead of edge | Jakub Jirutka | 1 | -1/+1 |
2019-11-13 | travis: update dependencies | Jakub Jirutka | 1 | -2/+2 |
2019-11-13 | travis: update alpine-chroot-install to 0.11.0 | Jakub Jirutka | 1 | -2/+2 |
2019-11-13 | travis: change dist to bionic | Jakub Jirutka | 1 | -1/+1 |
2019-07-02 | add: fix virtual package id generation | Timo Teräs | 1 | -16/+35 |
2019-06-05 | apk-tools-2.10.4v2.10.4 | Timo Teräs | 1 | -1/+1 |
2019-06-05 | reset TZ when running solver tests as some output has local time | Timo Teräs | 3 | -2/+3 |
2019-06-05 | print usage and exit with error on invalid arguments | Timo Teräs | 2 | -6/+29 |
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 | 7 | -6/+18 |
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 |