Age | Commit message (Expand) | Author | Files | Lines |
2023-11-30 | database: run triggers with r*id = e*idHEADv2.14.0+adelie1current | Zach van Rijn | 1 | -0/+13 |
2023-11-29 | cache: report errors when unlinking | Max Rees | 3 | -12/+19 |
2023-11-29 | Use "pmmx" instead of "x86" for i386 machines | Max Rees | 1 | -1/+1 |
2023-11-29 | solver: show debug output with runtime -vvvvv, not compile time -DDEBUG_PRINT | Max Rees | 1 | -8/+2 |
2023-11-29 | Allow build to continue if help.h/manpages are already generated | Max Rees | 2 | -2/+2 |
2023-11-29 | test: remove a couple of bashisms | Max Rees | 2 | -3/+3 |
2023-11-15 | fetch: prefer fetching package with the concrete name2.14-stable | Timo Teräs | 1 | -2/+5 |
2023-05-10 | del: fix up previous commit | Timo Teräs | 1 | -3/+5 |
2023-05-10 | del: fix --rdepends | Timo Teräs | 1 | -1/+7 |
2023-05-09 | apk-tools-2.14.0v2.14.0 | Timo Teräs | 1 | -1/+1 |
2023-05-03 | db: always generate reverse dependency cache | Timo Teräs | 1 | -2/+2 |
2023-05-02 | doc: fetch: correct --link short option to -l | Timo Teräs | 1 | -1/+1 |
2023-05-02 | libfetch, apk: display warning for permanent redirects during init | Timo Teräs | 4 | -0/+23 |
2023-05-02 | fetch: enable --timeout to set network progress timeout | Timo Teräs | 4 | -14/+64 |
2023-04-26 | db: fix apk_db_foreach_matching_name to match all without args | Timo Teräs | 3 | -5/+7 |
2023-04-17 | db: suppress warning about missing checksum for special files | Timo Teräs | 1 | -1/+15 |
2023-04-17 | audit: report new file checksum always in details | Timo Teräs | 1 | -3/+12 |
2023-04-12 | apk-tools-2.14.0_rc1v2.14.0_rc1 | Timo Teräs | 2 | -2/+2 |
2023-04-12 | db, index: clean up index writing error handling | Timo Teräs | 2 | -21/+17 |
2023-04-12 | make: define _FILE_OFFSET_BITS=64 for glibc | Timo Teräs | 1 | -1/+1 |
2023-04-12 | use fstatat, not fstatat64 | Ariadne Conill | 2 | -5/+5 |
2023-04-12 | index: simplify pruning by origin | Timo Teräs | 1 | -11/+5 |
2023-04-12 | index: implement --merge and --prune-origin | Timo Teräs | 2 | -9/+52 |
2023-04-12 | db, index: refactor index writing | Timo Teräs | 5 | -51/+42 |
2023-04-12 | pkg: fix filename memory leak | Timo Teräs | 1 | -8/+5 |
2023-04-11 | apk: add --force-missing-repositoriestt-stable-wip | Timo Teräs | 7 | -10/+20 |
2023-04-11 | audit: implement detail records | Timo Teräs | 2 | -28/+67 |
2023-04-11 | audit: report errors as 'e' | Timo Teräs | 2 | -8/+12 |
2023-04-11 | audit: add --ignore-busybox-links | Timo Teräs | 2 | -1/+18 |
2023-04-11 | audit: add a new --full mode | Timo Teräs | 4 | -48/+105 |
2023-04-11 | audit: add --protected-paths to override the audit exceptions | Timo Teräs | 4 | -4/+22 |
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 | doc: remove inconsistent syntax for option parameters | Timo Teräs | 1 | -2/+2 |
2023-04-11 | db, dot, fetch, info, list, search: support --from=FROMSPEC | Timo Teräs | 10 | -8/+59 |
2023-04-11 | fetch: improve --link handling | Timo Teräs | 1 | -7/+7 |
2023-04-11 | fetch: implement --built-after | Timo Teräs | 2 | -0/+27 |
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 | 3 | -8/+21 |
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 | 3 | -6/+12 |
2023-02-14 | commit: sort package lists displayed before commit | Timo Teräs | 1 | -13/+27 |