Go to file
Jan Hendrik Farr 0f50f9ff29 libfetch: Allow special characters in http basic auth
Currently, special characters in the username or password are not
handled correctly (when set in $http_proxy and $https_proxy). They
should be percent encoded in the environment variables then decoded
by libfetch and reencoded using base64. This implementation is mainly
taken from the current FreeBSD source and adapted to the apk-tools
version of libfetch.

fixes #10775
2021-12-17 10:11:11 +02:00
doc fetch: add --url option to print the download URLs 2021-11-12 13:10:31 +02:00
libfetch libfetch: Allow special characters in http basic auth 2021-12-17 10:11:11 +02:00
scripts scripts: add script to generate APK cross file 2020-10-09 16:09:19 +03:00
src adb: use sys/uio.h for iovec operations 2021-12-14 13:06:26 -06:00
test version: increase number of digits supported in version component 2021-10-25 13:30:40 +03:00
tests version: increase number of digits supported in version component 2021-10-25 13:30:40 +03:00
.gitignore gitignore: add generated help.h header 2020-05-28 17:56:22 +03:00
.gitlab-ci.yml ci: create release from tags 2021-12-14 16:33:24 +00:00
.mailmap update mailmap with my newer email 2020-08-29 17:31:30 +03:00
AUTHORS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
LICENSE add LICENSE 2020-05-07 10:45:34 +03:00
Make.rules apk-tools-2.12.0_rc1 2020-08-25 14:50:12 +03:00
Makefile apk-tools-2.12.0 2020-10-09 14:18:45 +03:00
README.md readme: fix name of doc directory 2020-02-23 18:55:19 +01:00
meson.build add separate vertest applet for version string testing 2020-10-09 16:09:19 +03:00
meson_options.txt build: adopt meson build for v3 branch 2020-10-09 16:09:19 +03:00

README.md

Alpine Package Keeper

Alpine Package Keeper (apk) is a package manager developed for Alpine Linux.

Online documentation is available in the doc/ directory in the form of man pages.