Age | Commit message (Expand) | Author | Files | Lines |
2021-02-07 | db: fix control character check to use uint8_t | Timo Teräs | 1 | -2/+2 |
2021-02-07 | db: consider control characters in filename as malicious | Timo Teräs | 3 | -11/+25 |
2021-02-07 | io: Handle really long lines | Olliver Schinagl | 1 | -1/+1 |
2021-02-07 | gunzip: fix false end-of-file condition in rare circumstances | Timo Teräs | 1 | -1/+1 |
2021-01-14 | database.c: Fixed package DESCRIPTION parsing | thibault.ferrante | 1 | -0/+1 |
2021-01-11 | io: Handle long lines | thibault.ferrante | 1 | -1/+1 |
2021-01-11 | database: Propagate errors when loading an APKINDEX | thibault.ferrante | 8 | -19/+36 |
2020-12-29 | apk_update: use URL_PRINTF | Alex Denes | 1 | -2/+4 |
2020-10-07 | various changes to make clang not give warnings | Timo Teräs | 5 | -14/+19 |
2020-10-06 | db: make the --repositories-file change more announced | Timo Teräs | 1 | -3/+7 |
2020-10-06 | database: automatically create missing cache dir | Paul Spooren | 1 | -0/+6 |
2020-10-05 | db: make --repositories-file relative to host root | Timo Teräs | 1 | -1/+1 |
2020-10-05 | db: mask password component of printed URLs | Timo Teräs | 3 | -12/+55 |
2020-10-03 | commit: rephrase the error messages more understandable | Timo Teräs | 1 | -2/+2 |
2020-10-01 | db: check cache only if some repositories are enabled | Timo Teräs | 1 | -1/+1 |
2020-09-28 | Implement upgrade --prune to remove stale world dependencies | Timo Teräs | 1 | -6/+26 |
2020-08-29 | database: clarify the deprecation notice for checksum-less packages | Ariadne Conill | 1 | -3/+7 |
2020-08-26 | fix --repository short option to be -X as before | Timo Teräs | 1 | -1/+1 |
2020-08-25 | build: make soname explicit and simplify and fix soname link | Timo Teräs | 1 | -18/+10 |
2020-08-24 | fix, simplify and document upgrade --ignore | Timo Teräs | 4 | -30/+17 |
2020-08-24 | solver: add more dbg_printfs | Oliver Smith | 1 | -19/+62 |
2020-08-24 | enforce options definitions to bind the enum and the descriptor | Timo Teräs | 15 | -288/+175 |
2020-07-30 | upgrade: allow for specified package upgrades | Ariadne Conill | 1 | -0/+22 |
2020-05-27 | database: create additional device nodes when initializing root fs | Ariadne Conill | 1 | -0/+4 |
2020-05-19 | fix logic to not compile lua module when it was not asked | Fredrik Gustafsson | 1 | -1/+1 |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 24 | -179/+185 |
2020-05-19 | allow building without help when lua interpreter is not available | Timo Teräs | 2 | -6/+21 |
2020-05-17 | define APK_DEFAULT_ARCH for riscv32 and riscv64 targets | Ariadne Conill | 1 | -0/+4 |
2020-05-07 | fix apk_blob_pull_csum to always initialize apk_checksum | Timo Teräs | 1 | -9/+6 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 49 | -141/+65 |
2020-05-06 | index: add argument --no-warnings | Fredrik Gustafsson | 1 | -1/+11 |
2020-05-06 | rewrite option descriptors to be single string | Timo Teräs | 16 | -435/+563 |
2020-05-06 | add script to autogenerate help from man pages | Timo Teräs | 22 | -106/+379 |
2020-04-28 | apk: do not manage file ownership as non-root or when asked so | Fredrik Gustafsson | 5 | -15/+34 |
2020-04-01 | build: fix includedir in pkgconfig file | Rasmus Thomsen | 2 | -3/+3 |
2020-04-01 | db: fix database reading without scripts or triggers | Timo Teräs | 1 | -6/+10 |
2020-03-23 | build: add apk.pc.in | Rasmus Thomsen | 1 | -0/+10 |
2020-03-21 | lower min-width to 25 columns | Antoine Fontaine | 1 | -1/+1 |
2020-03-21 | fix glibc build | TBK | 1 | -0/+1 |
2020-03-16 | build: enable building of development package | Rasmus Thomsen | 1 | -39/+67 |
2020-02-21 | db: fix unaligned memory access in csum_hash() | Timo Teräs | 3 | -11/+13 |
2020-02-17 | fix murmur3 hash unaligned memory access | Timo Teräs | 1 | -29/+39 |
2020-02-14 | rename all iostream source to io_*.c | Timo Teräs | 4 | -6/+7 |
2020-02-14 | rename all applets sources to app_*.c | Timo Teräs | 19 | -21/+25 |
2020-02-14 | io: add stream copy helper | Timo Teräs | 3 | -8/+37 |
2020-02-04 | defines: add typeof() as it's gcc built-in | Timo Teräs | 1 | -0/+4 |
2020-02-04 | remove apk_time() as it is causing problems with shared objects | Timo Teräs | 6 | -17/+10 |
2020-01-26 | Update apk to make man pages sole source of truth | Drew DeVault | 20 | -228/+107 |
2020-01-26 | add apk-manifest(8) | Drew DeVault | 1 | -1/+2 |
2020-01-25 | don't use hardcoded checksum buffer sizes | Reid Rankin | 2 | -5/+8 |