Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-09-25 | cache: support --latest and --upgrade to affect download policy | Timo Teräs | 1 | -3/+41 |
2018-09-25 | move --simulate to global options | Timo Teräs | 1 | -5/+2 |
2018-09-11 | add: add --latest flag to help analyze why upgrade fails | Timo Teräs | 1 | -0/+6 |
2018-09-10 | rework unpacking of packages and harden package file format requirements | Timo Teräs | 6 | -105/+142 |
2018-09-05 | apk: sanitize return value | Timo Teräs | 1 | -0/+2 |
2018-08-21 | prevent automatic repository index update with --no-network | Natanael Copa | 1 | -1/+2 |
2018-08-14 | archive: enable FIFO extraction | Jesse Young | 1 | -2/+4 |
2018-07-18 | prevent automatic repository index update for 'apk del' | Timo Teräs | 3 | -4/+7 |
2018-07-02 | Invalidate id cache after script execution | Jussi Kukkonen | 1 | -0/+4 |
2018-07-02 | list: fix segmentation fault with virtual packages | Sören Tempel | 1 | -3/+9 |
2018-06-14 | fetch: ignore conflicts when solving --recursive fetches | Timo Teräs | 3 | -9/+25 |
2018-06-14 | fetch: include install_if dependencies with --recursive | Natanael Copa | 1 | -26/+23 |
2018-05-08 | url: return relevant error value from apk_istream_fetch | Edan Bedrik | 1 | -3/+10 |
2018-04-05 | db: fix refreshing index if time is zero | Timo Teräs | 1 | -3/+5 |
2018-02-21 | solver: allow names with only one provider to be autoselected regardless of p... | William Pitcock | 1 | -2/+3 |
2018-02-20 | add: child dependencies can never take a pinning, give a useful error | William Pitcock | 1 | -3/+4 |
2018-02-20 | apk: in test mode, always exit 0 (so the test harness doesn't stop running te... | William Pitcock | 1 | -0/+5 |