summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-04-02mkpkg: generalize --info to allow setting also package fieldsmkpkg-info-generalizationTimo Teräs1-31/+79
2023-03-23db, dot, fetch, info, list, search: support --from=FROMSPECTimo Teräs9-8/+48
2023-03-21fetch: improve --link handlingTimo Teräs1-7/+7
2023-03-21fetch: implement --built-afterTimo Teräs1-0/+23
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
2023-02-28version: fix leading zero strippingTimo Teräs1-3/+3
2023-02-16io: reset idcache for new passwd/group (and have a root fallback)Daniel Kolesa2-5/+24
2023-02-14commit: sort package lists displayed before commitTimo Teräs1-7/+24
2023-01-31cache: fix handling of explict cache at static cache locationTimo Teräs1-3/+11
2023-01-31cache: improve and document purgingTimo Teräs1-5/+10
2023-01-31cache: fix 'clean' to prune static cache alwaysTimo Teräs3-21/+29
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/+43
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
2022-12-22db: always have writable directories with --no-chownDaniel Kolesa2-3/+19
2022-12-22apk: ignore SIGINT after applet is executedTimo Teräs1-0/+1
2022-12-22apk: remove empty argumentsTimo Teräs1-0/+11
2022-12-22solver: move install if discovery after all dependencies are doneTimo Teräs1-7/+10
2022-12-22commit: consider also provides_priority for error analysisTimo Teräs1-1/+2
2022-12-21solver: fix install_if via provides onlyTimo Teräs1-2/+7
2022-12-21pkg: increase index entry buffer sizeTimo Teräs1-1/+1
2022-12-21io: fix fdo_write direct write path return value and index writingTimo Teräs2-5/+4
2022-12-20apk, fetch: implement --no-check-certificateTimo Teräs1-0/+4
2022-12-20solver: fix queue resolving orderTimo Teräs1-3/+3
2022-12-20solver, commit: handle install_if via provided names correctlyTimo Teräs2-43/+95
2022-12-20db: simplify reverse name list creationTimo Teräs1-12/+12
2022-12-20apk: improve interactive mode handlingTimo Teräs2-1/+5
2022-12-20commit: correctly analyze virtual provides induced errorsTimo Teräs1-15/+51
2022-08-17db: fix change detection for symlinksTimo Teräs4-30/+28
2022-05-04fetch: implement --worldTimo Teräs1-7/+21
2022-05-04add: allow specifying a version for --virtual packageTimo Teräs1-18/+31
2022-04-05io: move make_dirs as apk_make_dirs and use itTimo Teräs5-31/+22
2022-04-05db: fix atfd for access repository indexTimo Teräs1-2/+3
2022-04-04mkpkg: use correct script counter when writing scripts to adbDaniel Kolesa1-1/+1
2022-03-31package: respect version fuzziness when creating dep from adbDaniel Kolesa1-0/+1
2022-03-30keep APK_DEFAULT_ARCH as the define used in source codeAriadne Conill4-26/+26
2022-03-30use arch_prefix for this feature insteadAriadne Conill5-10/+10
2022-03-30use APK_DEFAULT_ABI_TAG everywhere APK_DEFAULT_ARCH was previously usedAriadne Conill3-4/+4
2022-03-30defines: introduce APK_DEFAULT_ABI_TAGAriadne Conill1-0/+6
2022-03-30meson: support definition of a custom abi tagAriadne Conill1-0/+5
2022-03-29db: make --no-cache disable the cache completelytt-no-cacheTimo Teräs1-4/+11
2022-03-29pkg: recursive create exec dirTimo Teräs1-15/+34