Age | Commit message (Expand) | Author | Files | Lines |
2020-10-01 | adb: introduce apk-tools database format, and few applets | Timo Teräs | 23 | -10/+2955 |
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 |
2020-01-25 | document mysterious SHA-1 blob in database.c | Reid Rankin | 1 | -0/+2 |
2020-01-25 | don't ignore md parameter to apk_fileinfo_hash_xattr_array() | Reid Rankin | 1 | -1/+1 |
2020-01-24 | db: additional clean up and hardening for apk extraction | Timo Teräs | 1 | -15/+16 |
2020-01-24 | Harden signature verification process | Reid Rankin | 2 | -29/+32 |
2020-01-24 | Improve documentation of signature verification process | Reid Rankin | 1 | -7/+19 |
2020-01-24 | manifest: fix package file processing | Reid Rankin | 1 | -4/+7 |
2020-01-11 | io: use min() instead of MIN() | Timo Teräs | 1 | -5/+4 |
2020-01-11 | archive: make apk_tar_parse check and close input stream | Timo Teräs | 5 | -54/+26 |
2020-01-11 | io: convert bstream mmap to istream, remove the now obsolete bstream machinery | Timo Teräs | 2 | -244/+65 |
2020-01-11 | convert remaining locations to use istream instead of bstream | Timo Teräs | 8 | -156/+161 |
2020-01-11 | istream, archive, db: convert db and tar function to use istream | Timo Teräs | 8 | -156/+224 |
2020-01-11 | istream: add buffering capability | Timo Teräs | 5 | -103/+109 |
2020-01-11 | archive: remove support for old packages without xattr checksums | Timo Teräs | 6 | -52/+14 |