summaryrefslogtreecommitdiff
path: root/src/app_fetch.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-22rework apk_istream_splice and apk_istream_teeTimo Teräs1-19/+10
2021-06-19reduce misuse of error codes from errno.hTimo Teräs1-1/+1
2021-06-11extract: new applet to extract v2 packagesTimo Teräs1-1/+1
2021-06-11add basic abstraction for cryptographic operationsTimo 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/+19
2020-10-09make apk_flags non-global, make progress printing state non-globalTimo Teräs1-8/+9
2020-10-09make apk_force non-global, remove left-over apk_archTimo Teräs1-2/+2
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-2/+2
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-05-06rewrite option descriptors to be single stringTimo Teräs1-17/+26
2020-05-06add script to autogenerate help from man pagesTimo Teräs1-3/+1
2020-02-14rename all applets sources to app_*.cTimo Teräs1-0/+355