summaryrefslogtreecommitdiff
path: root/src/app_manifest.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-09optimize apk_pathbuilder_pop to get the old lengthTimo Teräs1-3/+3
2021-09-03extract: pass root object instead of databaseTimo Teräs1-4/+3
2021-07-30manifest: support v3 packagesTimo Teräs1-0/+42
2021-07-27Further refactor extract API to have separate ops vtableTimo Teräs1-3/+7
2021-07-27Refactor .apk extraction codeTimo Teräs1-24/+11
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-3/+4
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-3/+4
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-23/+39
2020-10-09make apk_flags non-global, make progress printing state non-globalTimo Teräs1-1/+1
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
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/+133