summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-11-30database: run triggers with r*id = e*idHEADv2.14.0+adelie1currentZach van Rijn1-0/+13
2023-11-29cache: report errors when unlinkingMax Rees3-12/+19
2023-11-29Use "pmmx" instead of "x86" for i386 machinesMax Rees1-1/+1
2023-11-29solver: show debug output with runtime -vvvvv, not compile time -DDEBUG_PRINTMax Rees1-8/+2
2023-11-29Allow build to continue if help.h/manpages are already generatedMax Rees1-1/+1
2023-11-15fetch: prefer fetching package with the concrete name2.14-stableTimo Teräs1-2/+5
2023-05-10del: fix up previous commitTimo Teräs1-3/+5
2023-05-10del: fix --rdependsTimo Teräs1-1/+7
2023-05-03db: always generate reverse dependency cacheTimo Teräs1-2/+2
2023-05-02libfetch, apk: display warning for permanent redirects during initTimo Teräs1-0/+16
2023-05-02fetch: enable --timeout to set network progress timeoutTimo Teräs1-0/+5
2023-04-26db: fix apk_db_foreach_matching_name to match all without argsTimo Teräs3-5/+7
2023-04-17db: suppress warning about missing checksum for special filesTimo Teräs1-1/+15
2023-04-17audit: report new file checksum always in detailsTimo Teräs1-3/+12
2023-04-12apk-tools-2.14.0_rc1v2.14.0_rc1Timo Teräs1-1/+1
2023-04-12db, index: clean up index writing error handlingTimo Teräs2-21/+17
2023-04-12use fstatat, not fstatat64Ariadne Conill2-5/+5
2023-04-12index: simplify pruning by originTimo Teräs1-11/+5
2023-04-12index: implement --merge and --prune-originTimo Teräs1-9/+45
2023-04-12db, index: refactor index writingTimo Teräs5-51/+42
2023-04-12pkg: fix filename memory leakTimo Teräs1-8/+5
2023-04-11apk: add --force-missing-repositoriestt-stable-wipTimo Teräs6-10/+17
2023-04-11audit: implement detail recordsTimo Teräs1-21/+53
2023-04-11audit: report errors as 'e'Timo Teräs1-8/+10
2023-04-11audit: add --ignore-busybox-linksTimo Teräs1-1/+15
2023-04-11audit: add a new --full modeTimo Teräs3-46/+96
2023-04-11audit: add --protected-paths to override the audit exceptionsTimo Teräs3-4/+18
2023-04-11io: make apk_blob_from_* return errorTimo Teräs4-49/+49
2023-04-11io: harden apk_fileinfo_getTimo Teräs1-5/+3
2023-04-11db, dot, fetch, info, list, search: support --from=FROMSPECTimo Teräs9-7/+47
2023-04-11fetch: improve --link handlingTimo Teräs1-7/+7
2023-04-11fetch: implement --built-afterTimo Teräs1-0/+23
2023-04-11db, info: sort installed package based data by package nameTimo Teräs4-9/+39
2023-04-11db: case insensitive searchesTimo Teräs3-4/+4
2023-04-11db, apps: sort packages by pkgname and pkgverTimo Teräs11-63/+191
2023-04-11search: always use apk_db_foreach_sorted_name and fnmatchTimo Teräs1-12/+9
2023-04-11dot: use apk_db_foreach_matching_nameTimo Teräs1-15/+9
2023-04-11index: report unsatisfied dependency warnings in sorted indented listTimo Teräs1-14/+13
2023-04-11db, apps: sort display results based on package namesTimo Teräs14-102/+191
2023-04-10cache: fix handling of explict cache at static cache locationTimo Teräs1-3/+11
2023-04-10cache: improve and document purgingTimo Teräs1-5/+10
2023-04-10cache: fix 'clean' to prune static cache alwaysTimo Teräs3-21/+30
2023-03-03print: improve indented printing api2.12-stableTimo Teräs4-104/+137
2023-02-28version: fix leading zero strippingTimo Teräs1-3/+3
2023-02-14commit: sort package lists displayed before commitTimo Teräs1-13/+27
2023-01-17apk_defines: use unsigned operand in BITDaniel Kolesa1-1/+1
2022-12-28cache, upgrade: do not continue if repositories have issuesTimo Teräs2-1/+13
2022-12-28db: handle repository index update/opening errors more consistentlyTimo Teräs3-31/+45
2022-12-25solver: prioritize user specified action on mentioned packagesTimo Teräs2-0/+5
2022-12-23defines: fix UB in get_unaligned32Daniel Kolesa1-1/+1