summaryrefslogtreecommitdiff
path: root/src/app_convndx.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27Further refactor extract API to have separate ops vtableTimo Teräs1-20/+8
2021-07-27Refactor .apk extraction codeTimo Teräs1-17/+7
2021-07-22adb, convndx: check istream_close resultTimo Teräs1-1/+1
2021-07-22io: rework apk_istream_get_* to not return erros in blob valueTimo Teräs1-1/+1
2021-07-22convndx: add error reportingTimo Teräs1-1/+5
2021-06-19reduce misuse of error codes from errno.hTimo Teräs1-1/+1
2021-06-19fixup some includesTimo Teräs1-1/+0
2020-10-09rename adb_trust to apk_trust, and use it as package signature keystore tooTimo Teräs1-4/+3
2020-10-09make apk_database optional for applets that don't need itTimo Teräs1-8/+9
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-1/+1
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-09adb: introduce apk-tools database format, and few appletsTimo Teräs1-0/+105