summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-15fetch: prefer fetching package with the concrete namemasterTimo Teräs1-2/+5
2023-10-15adb: add support for 64-bit integersTimo Teräs4-16/+28
2023-10-15adb: implement ADB_BLOCK_EXT flavor for large filesTimo Teräs4-38/+54
2023-10-15adb, extract_v3: fix xattr handling with zero bytesTimo Teräs2-2/+2
2023-10-12libfetch: remove a set-but-not-uswed variableNatanael Copa1-5/+2
2023-10-12libfetch: support EAI_ADDRFAMILY error, correct two error messagesNatanael Copa1-2/+3
2023-09-22adb, mkpkg, extract_v3: add support for xattrsTimo Teräs6-30/+170
2023-09-18doc/apk-policy: fix documentation about sort orderTimo Teräs1-1/+1
2023-09-18commit: format current change number with fixed lengthTimo Teräs1-16/+30
2023-09-18db, uvol, print: describe process exit status betterTimo Teräs4-8/+32
2023-09-18commit: properly propagate install-if status in error analysisTimo Teräs1-5/+9
2023-09-16adb: make array length unboundedTimo Teräs7-23/+44
2023-06-16adb: fix endianness issuesDaniel Kolesa3-11/+15
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-02doc: fetch: correct --link short option to -lTimo Teräs1-1/+1
2023-04-24apk: fix variable after switch labelTimo Teräs1-1/+3
2023-04-24libfetch, apk: display warning for permanent redirects during initTimo Teräs4-0/+21
2023-04-17fetch: enable --timeout to set network progress timeoutTimo Teräs4-14/+64
2023-04-17db: suppress warning about missing checksum for special filesTimo Teräs1-13/+28
2023-04-17audit: report new file checksum always in detailsTimo Teräs1-3/+12
2023-04-12db, index: clean up index writing error handlingTimo Teräs2-21/+16
2023-04-12make: define _FILE_OFFSET_BITS=64 for glibcTimo Teräs1-1/+1
2023-04-12index: simplify pruning by originTimo Teräs1-11/+5
2023-04-12index: implement --merge and --prune-originTimo Teräs2-8/+51
2023-04-12db, index: refactor index writingTimo Teräs5-49/+40
2023-04-11apk: add --force-missing-repositoriesTimo Teräs7-11/+22
2023-04-10db: fix inadvertent change to add_repos_from_file()Timo Teräs1-3/+0
2023-04-10audit: implement detail recordsTimo Teräs2-26/+65
2023-04-10audit: report errors as 'e'Timo Teräs2-8/+12
2023-04-10audit: add --ignore-busybox-linksTimo Teräs2-1/+18
2023-04-10audit: add a new --full modeTimo Teräs4-48/+105
2023-04-10audit: add --protected-paths to override the audit exceptionsTimo Teräs4-4/+23
2023-04-10io: make apk_blob_from_* return errorTimo Teräs6-38/+50
2023-04-10io: harden apk_fileinfo_getTimo Teräs1-5/+3
2023-04-10doc: remove inconsistent syntax for option parametersTimo Teräs1-2/+2
2023-04-04adb: increase the file number limitDaniel Kolesa1-1/+1
2023-04-04adb: restore provider_priority supportq666-12/+11
2023-04-03mkpkg: generalize --info to allow setting also package fieldsTimo Teräs1-31/+79
2023-03-23db, dot, fetch, info, list, search: support --from=FROMSPECTimo Teräs10-9/+60
2023-03-21fetch: improve --link handlingTimo Teräs1-7/+7
2023-03-21fetch: implement --built-afterTimo Teräs2-0/+27
2023-03-06db, info: sort installed package based data by package nameTimo Teräs4-12/+42
2023-03-06db: case insensitive searchesTimo Teräs3-4/+4
2023-03-06db, apps: sort packages by pkgname and pkgverTimo Teräs11-60/+194
2023-03-06search: always use apk_db_foreach_sorted_name and fnmatchTimo Teräs1-12/+9
2023-03-06dot: use apk_db_foreach_matching_nameTimo Teräs1-15/+9
2023-03-06index: report unsatisfied dependency warnings in sorted indented listTimo Teräs1-11/+12
2023-03-06db, apps: sort display results based on package namesTimo Teräs14-99/+189