- Jan 17, 2021
-
-
Timo Teräs authored
This enables matching numeric hosts against CIDR style subnet matches in no_proxy environment variable. Based on work by Thermi. Co-authored-by:
Noel Kuntze <noel.kuntze@thermi.consulting>
-
Timo Teräs authored
Commit e4aae45f removed the short options. Update the documentation. Fixes #10733
-
- Jan 14, 2021
-
-
Regression introduced by 0fb0d304 which makes parsing a description a critical failure. [TT: Minor stylistic change. Fix also missing final line change from the earlier commit]
-
- Jan 11, 2021
-
-
As an APKINDEX can become arbitrarely long due to dependencies and other parameters, increasing the buffer size make this less likely to happens. Closes #10731.
-
In case of failure when loading an APKINDEX, no errors are propagated to the user which may uncorrectly interpret the current problem.
-
- Jan 08, 2021
-
-
Signed-off-by:
Mike Detwiler <det@shift5.io>
-
- Dec 29, 2020
-
-
- Nov 11, 2020
-
-
- Nov 10, 2020
-
-
- Oct 09, 2020
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
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.
-
Timo Teräs authored
makes apk_verbosity non-global fixes #10682
-
Timo Teräs authored
ref #10682
-
Timo Teräs authored
ref #10682
-
Timo Teräs authored
-
Timo Teräs authored
start adding meson based tests
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
-
-
-
-
-
-
-
-
-
-
Timo Teräs authored
This is a flat buffers inspired format that allows fast mmaped access to the data with low overhead, signature support and relatively good forward support.
-
- Oct 07, 2020
-
-
Timo Teräs authored
-
- Oct 06, 2020
-
-
Timo Teräs authored
Document the version when changed. And print error with similar note if the given repositories-file cannot be read.
-
Timo Teräs authored
fixes #10688
-
On some systems the `/var/` dir is mounted in a tmpfs which is reseted after each reboot. For that reason no post-install script can handle the creation of the cache dir at `/var/cache/apk`. Check on database opnening if the folder is available, if not create it. Fixes #10715 Signed-off-by:
Paul Spooren <mail@aparcar.org>
- Oct 05, 2020
-
-
Timo Teräs authored
It used to be relative to the --root specified root, but that causes issues with relative command line filenames and is unintuitive. Update documentation accordingly. Fixes #10702.
-
Timo Teräs authored
fixes #10710
-