Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-01-21 | genhelp: fix upper case substition | Timo Teräs | 1 | -1/+1 |
2022-01-17 | package: fail on invalid control data | Timo Teräs | 2 | -12/+13 |
2021-12-20 | io.c: add missing limits.h | Paul Spooren | 1 | -0/+1 |
2021-12-14 | applet: suppress is_error warning on clang | Ariadne Conill | 1 | -2/+3 |
2021-12-14 | applet: rework APK_DEFINE_APPLET to use constructor attribute | Ariadne Conill | 4 | -40/+29 |
2021-12-14 | everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h | Ariadne Conill | 7 | -7/+1 |
2021-12-14 | lua: remove features.h | Ariadne Conill | 1 | -1/+0 |
2021-12-14 | commit: print download size of packages in interactive mode | Timo Teräs | 1 | -3/+12 |
2021-12-14 | fix fetching of depdencies only packages | Timo Teräs | 4 | -16/+12 |
2021-11-12 | fetch: add --url option to print the download URLs | Timo Teräs | 1 | -6/+14 |
2021-11-12 | db: purge temporary files without explicit modification check | Timo Teräs | 1 | -1/+2 |
2021-10-25 | version: increase number of digits supported in version component | Timo Teräs | 1 | -3/+6 |
2021-08-23 | tar: improve compatibility | Timo Teräs | 1 | -20/+30 |
2021-08-23 | db: honor SOURCE_DATE_EPOCH for scriptdb | Timo Teräs | 1 | -2/+0 |
2021-08-23 | list: recognize both --upgradable and --upgradeable | Timo Teräs | 1 | -1/+3 |
2021-07-26 | db: fix installed db writing with long names | Samanta Navarro | 1 | -6/+11 |
2021-07-26 | Use __attribute__ ((format)) where possible and fix issues found by it | Timo Teräs | 3 | -7/+10 |
2021-07-25 | io_archive: Use SOURCE_DATE_EPOCH for meta files instead of current time | kpcyrd | 3 | -1/+18 |
2021-07-23 | db: allow read-only operations without cache | Timo Teräs | 4 | -11/+29 |
2021-07-23 | db: check syscall errors in update_permissions() | Timo Teräs | 1 | -5/+17 |
2021-07-23 | Disable progress bar on dumb terminals by default | Sören Tempel | 1 | -1/+6 |