summaryrefslogtreecommitdiff
path: root/src/app_index.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-2/+2
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-19/+21
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-10-09io: make ostream_file always use tmpnameTimo 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-14/+13
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-05-06index: add argument --no-warningsFredrik Gustafsson1-1/+11
2020-05-06rewrite option descriptors to be single stringTimo Teräs1-18/+23
2020-05-06add script to autogenerate help from man pagesTimo Teräs1-6/+4
2020-02-14rename all applets sources to app_*.cTimo Teräs1-0/+265