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-04 | db: consider control characters in filename as malicious | Timo Teräs | 3 | -11/+22 |
2021-02-04 | io: Handle really long lines | Olliver Schinagl | 1 | -1/+1 |
2021-02-04 | gunzip: fix false end-of-file condition in rare circumstances | Timo Teräs | 1 | -1/+1 |
2021-01-27 | fix compilation without deprecated OpenSSL APIs | Rosen Penev | 2 | -25/+28 |
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 | 6 | -19/+33 |
2020-12-29 | apk_update: use URL_PRINTF | Alex Denes | 1 | -2/+4 |
2020-10-09 | add missing apk_trust.h | Timo Teräs | 2 | -2/+44 |
2020-10-09 | rename adb_trust to apk_trust, and use it as package signature keystore too | Timo Teräs | 21 | -355/+334 |
2020-10-09 | make apk_database optional for applets that don't need it | Timo Teräs | 32 | -144/+209 |
2020-10-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 42 | -736/+818 |
2020-10-09 | make apk_flags non-global, make progress printing state non-global | Timo Teräs | 19 | -127/+134 |
2020-10-09 | make apk_force non-global, remove left-over apk_arch | Timo Teräs | 12 | -55/+56 |
2020-10-09 | db: convert repository list to a string array | Timo Teräs | 4 | -25/+8 |
2020-10-09 | add separate vertest applet for version string testing | Timo Teräs | 4 | -14/+77 |
2020-10-09 | io: make ostream_file always use tmpname | Timo Teräs | 7 | -63/+36 |
2020-10-09 | minor performance improvements on build and code | Timo Teräs | 5 | -10/+19 |
2020-10-09 | adb: improve sorting features, sort installed-db package listing | Timo Teräs | 3 | -55/+155 |
2020-10-09 | build: adopt meson build for v3 branch | Timo Teräs | 1 | -2/+11 |
2020-10-09 | build: make sure to use helper scripts from git tree and not system | Rasmus Thomsen | 1 | -1/+1 |
2020-10-09 | build: use tabs for meson files | Rasmus Thomsen | 1 | -124/+124 |
2020-10-09 | build: add option to build apk.static binary | Rasmus Thomsen | 1 | -8/+32 |
2020-10-09 | build: add atom.c to meson | Rasmus Thomsen | 1 | -0/+2 |
2020-10-09 | build: allow building without help in meson | Rasmus Thomsen | 1 | -8/+17 |
2020-10-09 | build: build help.h with meson | Rasmus Thomsen | 1 | -0/+13 |
2020-10-09 | build: add support for building with meson | Rasmus Thomsen | 1 | -0/+117 |
2020-10-09 | adb: introduce apk-tools database format, and few applets | Timo Teräs | 23 | -10/+2955 |
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 |