Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-09 | make apk_database optional for applets that don't need it | Timo Teräs | 1 | -3/+2 | |
The new v3 applets don't use it, and eventually all applets will use the new formats only. This prepares the code for this, and moves trust, id_cache, and root_fd to apk_ctx which is enough for v3 applets at this time. The generic code is made to not initialize apk_database if it's not needed. | |||||
2020-10-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 1 | -2/+2 | |
makes apk_verbosity non-global fixes #10682 | |||||
2020-10-09 | add separate vertest applet for version string testing | Timo Teräs | 1 | -0/+53 | |
start adding meson based tests |