summaryrefslogtreecommitdiff
path: root/src/app_fetch.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15fetch: prefer fetching package with the concrete name2.14-stableTimo Teräs1-2/+5
2023-04-26db: fix apk_db_foreach_matching_name to match all without argsTimo Teräs1-2/+4
2023-04-11db, dot, fetch, info, list, search: support --from=FROMSPECTimo Teräs1-1/+1
2023-04-11fetch: improve --link handlingTimo Teräs1-7/+7
2023-04-11fetch: implement --built-afterTimo Teräs1-0/+23
2023-04-11db, apps: sort packages by pkgname and pkgverTimo Teräs1-5/+3
2023-04-11db, apps: sort display results based on package namesTimo Teräs1-9/+12
2022-06-03fetch: implement --worldTimo Teräs1-5/+20
2021-11-12fetch: add --url option to print the download URLsTimo Teräs1-6/+14
2020-08-24enforce options definitions to bind the enum and the descriptorTimo Teräs1-15/+8
2020-05-19make the atom functions not use global stateTimo Teräs1-2/+2
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-05-06rewrite option descriptors to be single stringTimo Teräs1-17/+26
2020-05-06add script to autogenerate help from man pagesTimo Teräs1-3/+1
2020-02-14rename all applets sources to app_*.cTimo Teräs1-0/+355