Age | Commit message (Expand) | Author | Files | Lines |
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 | fetch: add --url option to print the download URLs | Timo Teräs | 1 | -6/+14 |
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 | 1 | -3/+6 |
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 | 1 | -1/+3 |
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 | db: check syscall errors in update_permissions() | Timo Teräs | 1 | -5/+17 |
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 | 1 | -18/+0 |
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-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-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 |