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 | apk-tools-2.12.2v2.12.2 | Timo Teräs | 1 | -1/+1 |
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 | 3 | -19780/+1 |
2021-02-07 | gunzip: fix false end-of-file condition in rare circumstances | Timo Teräs | 1 | -1/+1 |
2021-01-19 | apk-tools-2.12.1v2.12.1 | Timo Teräs | 1 | -1/+1 |
2021-01-19 | libfetch: harden URL parsing | Timo Teräs | 1 | -11/+28 |
2021-01-19 | libfetch: fix connection pooling for proxied http/https requests | Timo Teräs | 4 | -15/+14 |
2021-01-19 | libfetch: fix use-after-free in connection cache management | Timo Teräs | 1 | -3/+3 |
2021-01-19 | libfetch: fix parsing of proxy response to CONNECT requests | Conny Seifert | 1 | -6/+1 |
2021-01-17 | libfetch: support for CIDR subnets in no_proxy/NO_PROXY | Timo Teräs | 1 | -1/+65 |
2021-01-17 | man info: --install-if and --rinstall-if do not have short options | Timo Teräs | 1 | -7/+7 |
2021-01-14 | database.c: Fixed package DESCRIPTION parsing | thibault.ferrante | 2 | -1/+2 |
2021-01-11 | io: Handle long lines | thibault.ferrante | 1 | -1/+1 |
2021-01-11 | database: Propagate errors when loading an APKINDEX | thibault.ferrante | 10 | -19/+19815 |
2021-01-08 | libfetch: Increase URL password length | Mike Detwiler | 1 | -1/+1 |
2020-12-29 | apk_update: use URL_PRINTF | Alex Denes | 1 | -2/+4 |
2020-11-11 | manual: Add missing r | Alex Denes | 1 | -1/+1 |
2020-11-10 | manual: Fix wrong argument name | Alex Denes | 1 | -1/+1 |
2020-10-09 | apk-tools-2.12.0v2.12.0 | Timo Teräs | 1 | -1/+1 |
2020-10-07 | various changes to make clang not give warnings | Timo Teräs | 5 | -14/+19 |
2020-10-06 | apk-tools-2.12.0_rc2v2.12.0_rc2 | Timo Teräs | 1 | -1/+1 |
2020-10-06 | db: make the --repositories-file change more announced | Timo Teräs | 2 | -5/+10 |
2020-10-06 | libfetch: keep http auth only if redirect is for the same host | Timo Teräs | 1 | -1/+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 | 2 | -4/+4 |
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 | 17 | -19/+19 |
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 | 4 | -6/+68 |
2020-08-29 | database: clarify the deprecation notice for checksum-less packages | Ariadne Conill | 1 | -3/+7 |
2020-08-29 | update mailmap with my newer email | Ariadne Conill | 1 | -0/+2 |
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-25 | apk-tools-2.12.0_rc1v2.12.0_rc1 | Timo Teräs | 2 | -1/+3 |
2020-08-24 | fix, simplify and document upgrade --ignore | Timo Teräs | 5 | -31/+24 |
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 | test: add test for granular upgrade | Ariadne Conill | 3 | -0/+31 |
2020-07-30 | upgrade: allow for specified package upgrades | Ariadne Conill | 2 | -1/+23 |
2020-05-29 | libfetch: implement default port for HTTPS. | Ariadne Conill | 2 | -0/+3 |
2020-05-28 | gitignore: add generated help.h header | Ariadne Conill | 1 | -0/+1 |
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 | Merge branch 'add-riscv-arch-defines' into 'master' | Timo Teräs | 1 | -0/+4 |
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 |