Age | Commit message (Expand) | Author | Files | Lines |
2023-04-11 | apk: add --force-missing-repositoriestt-stable-wip | Timo Teräs | 6 | -10/+17 |
2023-04-11 | audit: implement detail records | Timo Teräs | 1 | -21/+53 |
2023-04-11 | audit: report errors as 'e' | Timo Teräs | 1 | -8/+10 |
2023-04-11 | audit: add --ignore-busybox-links | Timo Teräs | 1 | -1/+15 |
2023-04-11 | audit: add a new --full mode | Timo Teräs | 3 | -46/+96 |
2023-04-11 | audit: add --protected-paths to override the audit exceptions | Timo Teräs | 3 | -4/+18 |
2023-04-11 | io: make apk_blob_from_* return error | Timo Teräs | 4 | -49/+49 |
2023-04-11 | io: harden apk_fileinfo_get | Timo Teräs | 1 | -5/+3 |
2023-04-11 | db, dot, fetch, info, list, search: support --from=FROMSPEC | Timo Teräs | 9 | -7/+47 |
2023-04-11 | fetch: improve --link handling | Timo Teräs | 1 | -7/+7 |
2023-04-11 | fetch: implement --built-after | Timo Teräs | 1 | -0/+23 |
2023-04-11 | db, info: sort installed package based data by package name | Timo Teräs | 4 | -9/+39 |
2023-04-11 | db: case insensitive searches | Timo Teräs | 3 | -4/+4 |
2023-04-11 | db, apps: sort packages by pkgname and pkgver | Timo Teräs | 11 | -63/+191 |
2023-04-11 | search: always use apk_db_foreach_sorted_name and fnmatch | Timo Teräs | 1 | -12/+9 |
2023-04-11 | dot: use apk_db_foreach_matching_name | Timo Teräs | 1 | -15/+9 |
2023-04-11 | index: report unsatisfied dependency warnings in sorted indented list | Timo Teräs | 1 | -14/+13 |
2023-04-11 | db, apps: sort display results based on package names | Timo Teräs | 14 | -102/+191 |
2023-04-10 | cache: fix handling of explict cache at static cache location | Timo Teräs | 1 | -3/+11 |
2023-04-10 | cache: improve and document purging | Timo Teräs | 1 | -5/+10 |
2023-04-10 | cache: fix 'clean' to prune static cache always | Timo Teräs | 3 | -21/+30 |
2023-03-03 | print: improve indented printing api2.12-stable | Timo Teräs | 4 | -104/+137 |
2023-02-28 | version: fix leading zero stripping | Timo Teräs | 1 | -3/+3 |
2023-02-14 | commit: sort package lists displayed before commit | Timo Teräs | 1 | -13/+27 |
2023-01-17 | apk_defines: use unsigned operand in BIT | Daniel Kolesa | 1 | -1/+1 |
2022-12-28 | cache, upgrade: do not continue if repositories have issues | Timo Teräs | 2 | -1/+13 |
2022-12-28 | db: handle repository index update/opening errors more consistently | Timo Teräs | 3 | -31/+45 |
2022-12-25 | solver: prioritize user specified action on mentioned packages | Timo Teräs | 2 | -0/+5 |
2022-12-23 | defines: fix UB in get_unaligned32 | Daniel Kolesa | 1 | -1/+1 |
2022-12-22 | apk: ignore SIGINT after applet is executed | Timo Teräs | 1 | -0/+1 |
2022-12-22 | apk: remove empty arguments | Timo Teräs | 1 | -0/+11 |
2022-12-22 | solver: move install if discovery after all dependencies are done | Timo Teräs | 1 | -7/+10 |
2022-12-22 | commit: consider also provides_priority for error analysis | Timo Teräs | 1 | -1/+2 |
2022-12-21 | solver: fix install_if via provides only | Timo Teräs | 1 | -2/+7 |
2022-12-21 | apk, fetch: implement --no-check-certificate | Timo Teräs | 1 | -0/+4 |
2022-12-21 | pkg: increase index entry buffer size | Timo Teräs | 1 | -1/+1 |
2022-12-20 | solver: fix queue resolving order | Timo Teräs | 1 | -3/+3 |
2022-12-20 | solver, commit: handle install_if via provided names correctly | Timo Teräs | 2 | -43/+95 |
2022-12-20 | db: simplify reverse name list creation | Timo Teräs | 1 | -12/+12 |
2022-12-20 | apk: improve interactive mode handling | Timo Teräs | 2 | -1/+5 |
2022-12-20 | commit: correctly analyze virtual provides induced errors | Timo Teräs | 1 | -15/+51 |
2022-06-03 | fetch: implement --world | Timo Teräs | 1 | -5/+20 |
2022-06-03 | add: allow specifying a version for --virtual package | Timo Teräs | 1 | -17/+32 |
2022-06-03 | db: fix atfd for access repository index | Timo Teräs | 1 | -2/+3 |
2022-06-03 | pkg: recursive create exec dir | Timo Teräs | 1 | -2/+16 |
2022-02-25 | io_gunzip: fix handling short reads near end-of-file | Timo Teräs | 1 | -8/+13 |
2022-02-24 | pkg: use lib/apk/exec as the package script execution directory | Timo Teräs | 1 | -5/+13 |
2022-02-24 | solver: do not auto select virtual-only package with one provider | Timo Teräs | 2 | -2/+6 |
2022-02-24 | tar: allow for space as numeric field terminator | ptrcnull | 1 | -1/+1 |
2022-01-21 | cache: allow various flags, and addition of dependencies | Timo Teräs | 1 | -11/+45 |