summaryrefslogtreecommitdiff
path: root/src/app_add.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-09rename adb_trust to apk_trust, and use it as package signature keystore tooTimo Teräs1-1/+1
2020-10-09make apk_database optional for applets that don't need itTimo Teräs1-2/+3
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-14/+16
2020-10-09make apk_flags non-global, make progress printing state non-globalTimo Teräs1-1/+1
2020-10-09make apk_force non-global, remove left-over apk_archTimo Teräs1-1/+1
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-3/+3
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-05-06rewrite option descriptors to be single stringTimo Teräs1-20/+26
2020-05-06add script to autogenerate help from man pagesTimo Teräs1-3/+1
2020-04-28apk: do not manage file ownership as non-root or when asked soFredrik Gustafsson1-0/+8
2020-02-14rename all applets sources to app_*.cTimo Teräs1-0/+207