Age | Commit message (Expand) | Author | Files | Lines |
2022-01-21 | cache: allow various flags, and addition of dependencies | Timo Teräs | 2 | -17/+67 |
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-20 | ci: strip static binary | Kevin Daudt | 1 | -1/+1 |
2021-12-20 | ci: use arch-tagged images for static build | Kevin Daudt | 1 | -1/+1 |
2021-12-17 | apk-tools-2.12.9v2.12.9 | Timo Teräs | 1 | -1/+1 |
2021-12-17 | libfetch: Allow special characters in http basic auth | Jan Hendrik Farr | 1 | -14/+62 |
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 | ci: create release from tags | Kevin Daudt | 1 | -0/+47 |
2021-12-14 | ci: add job to build static binary | Kevin Daudt | 1 | -0/+26 |
2021-12-14 | libfetch: use pkg-config to find openssl cflags | Ariadne Conill | 1 | -0/+7 |
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 | apk-tools-2.12.8v2.12.8 | Timo Teräs | 1 | -1/+1 |
2021-11-12 | fetch: add --url option to print the download URLs | Timo Teräs | 2 | -6/+17 |
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 | 2 | -3/+7 |
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 | 2 | -2/+4 |
2021-08-03 | apk-tools-2.12.7v2.12.7 | Timo Teräs | 1 | -1/+1 |
2021-08-03 | libfetch: fix http chunked mode handling | Timo Teräs | 1 | -1/+1 |
2021-07-26 | apk-tools-2.12.6v2.12.6 | Timo Teräs | 1 | -1/+1 |
2021-07-26 | libfetch: fix range checking for http/ftp protocol parsing | Timo Teräs | 5 | -61/+70 |
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 | libfetch: simplify code by merging protocol error handling branches | Timo Teräs | 2 | -36/+22 |
2021-07-23 | db: check syscall errors in update_permissions() | Timo Teräs | 1 | -5/+17 |
2021-07-23 | doc: add missing options to index, info, and version | Rodrigo Lourenço | 3 | -12/+23 |
2021-07-23 | Document apk-search | Rodrigo Lourenço | 3 | -0/+45 |
2021-07-23 | Remove AUTHORS section from man pages | Timo Teräs | 22 | -110/+0 |
2021-07-23 | Disable progress bar on dumb terminals by default | Sören Tempel | 1 | -1/+6 |
2021-05-20 | solver: don't consider requirer count for preference | Timo Teräs | 3 | -18/+29 |
2021-04-12 | apk-tools-2.12.5v2.12.5 | Timo Teräs | 1 | -1/+1 |
2021-04-11 | io_archive: add bounds limit for uname and gname tar header fields | Timo Teräs | 3 | -10/+11 |
2021-04-11 | io: fix fd leak in error handling paths | Timo Teräs | 1 | -5/+20 |
2021-03-23 | apk-tools-2.12.4v2.12.4 | Timo Teräs | 1 | -1/+1 |
2021-03-19 | database: do not chroot(".") unless actually necessary | Ariadne Conill | 2 | -2/+14 |
2021-03-19 | del: report correctly package's provides names | Timo Teräs | 1 | -9/+21 |
2021-03-16 | libfetch: send Proxy-Authorization also for https connect | Timo Teräs | 1 | -8/+20 |
2021-03-13 | Use correct port when redirected | Martin Vahlensieck | 1 | -1/+1 |
2021-02-07 | apk-tools-2.12.3v2.12.3 | Timo Teräs | 1 | -1/+1 |
2021-02-07 | db: fix control character check to use uint8_t | Timo Teräs | 1 | -2/+2 |
2021-02-07 | apk-tools-2.12.2v2.12.2 | Timo Teräs | 1 | -1/+1 |