summaryrefslogtreecommitdiff
path: root/src/app_add.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-15fix fetching of depdencies only packagesTimo Teräs1-0/+1
2021-11-09database: implement uvol supportTimo Teräs1-3/+5
2021-10-27db, add: support adding v3 package filesTimo Teräs1-1/+1
2021-09-03add: warn when creating empty virtual packagesAlex Xu (Hello71)1-0/+2
2021-07-27Refactor .apk extraction codeTimo Teräs1-5/+2
2021-07-26Use __attribute__ ((format)) where possible and fix issues found by itTimo Teräs1-1/+1
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-9/+9
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