summaryrefslogtreecommitdiff
path: root/src/context.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-05io: move make_dirs as apk_make_dirs and use itTimo Teräs1-2/+1
2022-02-13context: fix 'uvol' default pathDaniel Golle1-1/+1
2021-12-23add option --no-logfileDaniel Golle1-1/+1
2021-11-09database: implement uvol supportTimo Teräs1-4/+18
2021-10-04enable uvol support by defaultTimo Teräs1-1/+1
2021-09-13adb: fix --allow-untrusted to work againTimo Teräs1-0/+1
2021-08-23trust: always use have valid struct apk_trust *Timo Teräs1-8/+5
2021-06-11extract: add experimental support for uvol volumesTimo Teräs1-0/+1
2021-06-11add basic abstraction for cryptographic operationsTimo Teräs1-1/+1
2021-03-19Log to /var/log/apk.logDrew DeVault1-0/+16
2021-03-19database: do not chroot(".") unless actually necessaryAriadne Conill1-0/+1
2020-10-09rename adb_trust to apk_trust, and use it as package signature keystore tooTimo Teräs1-9/+6
2020-10-09make apk_database optional for applets that don't need itTimo Teräs1-0/+51
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-0/+27