Age | Commit message (Expand) | Author | Files | Lines |
2023-04-11 | audit: add --protected-paths to override the audit exceptions | Timo Teräs | 1 | -4/+8 |
2023-04-11 | io: make apk_blob_from_* return error | Timo Teräs | 1 | -10/+7 |
2023-04-11 | db, dot, fetch, info, list, search: support --from=FROMSPEC | Timo Teräs | 1 | -1/+3 |
2023-04-11 | db, info: sort installed package based data by package name | Timo Teräs | 1 | -6/+29 |
2023-04-11 | db: case insensitive searches | Timo Teräs | 1 | -1/+1 |
2023-04-11 | db, apps: sort packages by pkgname and pkgver | Timo Teräs | 1 | -18/+118 |
2023-04-11 | db, apps: sort display results based on package names | Timo Teräs | 1 | -30/+107 |
2023-04-10 | cache: fix handling of explict cache at static cache location | Timo Teräs | 1 | -3/+11 |
2023-04-10 | cache: fix 'clean' to prune static cache always | Timo Teräs | 1 | -5/+12 |
2022-12-28 | db: handle repository index update/opening errors more consistently | Timo Teräs | 1 | -25/+34 |
2022-12-20 | db: simplify reverse name list creation | Timo Teräs | 1 | -12/+12 |
2022-06-03 | db: fix atfd for access repository index | Timo Teräs | 1 | -2/+3 |
2022-01-17 | package: fail on invalid control data | Timo Teräs | 1 | -2/+4 |
2021-12-14 | everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h | Ariadne Conill | 1 | -1/+0 |
2021-12-14 | fix fetching of depdencies only packages | Timo Teräs | 1 | -14/+9 |
2021-11-12 | db: purge temporary files without explicit modification check | Timo Teräs | 1 | -1/+2 |
2021-08-23 | db: honor SOURCE_DATE_EPOCH for scriptdb | Timo Teräs | 1 | -2/+0 |
2021-07-26 | db: fix installed db writing with long names | Samanta Navarro | 1 | -6/+11 |
2021-07-23 | db: allow read-only operations without cache | Timo Teräs | 1 | -11/+9 |
2021-07-23 | db: check syscall errors in update_permissions() | Timo Teräs | 1 | -5/+17 |
2021-03-19 | database: do not chroot(".") unless actually necessary | Ariadne Conill | 1 | -2/+13 |
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 | 1 | -11/+19 |
2021-01-14 | database.c: Fixed package DESCRIPTION parsing | thibault.ferrante | 1 | -0/+1 |
2021-01-11 | database: Propagate errors when loading an APKINDEX | thibault.ferrante | 1 | -6/+7 |
2020-10-07 | various changes to make clang not give warnings | Timo Teräs | 1 | -4/+4 |
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 | 1 | -12/+19 |
2020-10-01 | db: check cache only if some repositories are enabled | Timo Teräs | 1 | -1/+1 |
2020-08-29 | database: clarify the deprecation notice for checksum-less packages | Ariadne Conill | 1 | -3/+7 |
2020-05-27 | database: create additional device nodes when initializing root fs | Ariadne Conill | 1 | -0/+4 |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -17/+19 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2020-04-28 | apk: do not manage file ownership as non-root or when asked so | Fredrik Gustafsson | 1 | -1/+5 |
2020-04-01 | db: fix database reading without scripts or triggers | Timo Teräs | 1 | -6/+10 |
2020-02-21 | db: fix unaligned memory access in csum_hash() | Timo Teräs | 1 | -1/+3 |
2020-02-14 | io: add stream copy helper | Timo Teräs | 1 | -1/+1 |
2020-02-04 | remove apk_time() as it is causing problems with shared objects | Timo Teräs | 1 | -2/+2 |
2020-01-25 | document mysterious SHA-1 blob in database.c | Reid Rankin | 1 | -0/+2 |
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 | 1 | -15/+13 |
2020-01-11 | archive: make apk_tar_parse check and close input stream | Timo Teräs | 1 | -19/+7 |
2020-01-11 | convert remaining locations to use istream instead of bstream | Timo Teräs | 1 | -25/+17 |
2020-01-11 | istream, archive, db: convert db and tar function to use istream | Timo Teräs | 1 | -51/+34 |
2020-01-11 | archive: remove support for old packages without xattr checksums | Timo Teräs | 1 | -4/+9 |
2020-01-09 | database.c: drop GNU extension for fnmatch | Drew DeVault | 1 | -1/+1 |
2020-01-06 | io: remove unused size parameter from bstream close | Timo Teräs | 1 | -5/+5 |
2019-12-27 | db: parse tabulator as repository separator char | Timo Teräs | 1 | -0/+1 |