summaryrefslogtreecommitdiff
path: root/src/app_search.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-23db, dot, fetch, info, list, search: support --from=FROMSPECTimo Teräs1-1/+1
2023-03-06db: case insensitive searchesTimo Teräs1-2/+2
2023-03-06db, apps: sort packages by pkgname and pkgverTimo Teräs1-24/+20
2023-03-06search: always use apk_db_foreach_sorted_name and fnmatchTimo Teräs1-12/+9
2023-03-06db, apps: sort display results based on package namesTimo Teräs1-5/+4
2020-10-09make apk_database optional for applets that don't need itTimo Teräs1-1/+2
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-5/+7
2020-08-24enforce options definitions to bind the enum and the descriptorTimo Teräs1-17/+9
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-05-06rewrite option descriptors to be single stringTimo Teräs1-22/+27
2020-05-06add script to autogenerate help from man pagesTimo Teräs1-2/+0
2020-02-14rename all applets sources to app_*.cTimo Teräs1-0/+217