- Oct 21, 2020
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
qname here wasn't lower-cased, so the match might not be correct. Still, practically all deployments use either root TA or none, and these can't be affected.
-
Vladimír Čunát authored
-
- Oct 20, 2020
-
-
Tomas Krizek authored
meson: update to version 0.49 See merge request !1082
-
Tomas Krizek authored
-
Tomas Krizek authored
treewide: unify ENABLE_* defines See merge request !1084
-
Two styles were used: (un)defined and 0/1. We switch to 0/1. Advantage: it can be used also like `if (ENABLE_FOO)` (outside preprocessor). Except for ./meson.build it's sed \ -e 's/#ifdef ENABLE_CAP_NG/#if ENABLE_CAP_NG/g' \ -e 's/#ifdef ENABLE_DOH2/#if ENABLE_DOH2/g' \ -e 's/defined(ENABLE_COOKIES)/ENABLE_COOKIES/g' \ -e 's/#ifdef ENABLE_COOKIES/#if ENABLE_COOKIES/g' \ -i $(git grep -l ENABLE_)
-
Tomas Krizek authored
ci: use docker image with XDP support See merge request !1085
-
Vladimír Čunát authored
-
- Oct 16, 2020
-
-
Vladimír Čunát authored
-
- Oct 15, 2020
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
The "build-html-doc" ref-ID is preserved so as to not risk breaking Web links and similar.
-
Check for makeinfo during configuration and if found, generate and install documentation in Info format.
-
Tomas Krizek authored
Resolve "warn if static (unmanaged) key is used" Closes #251 See merge request !1051
-
Lukas Jezek authored
-
Lukas Jezek authored
-
Lukas Jezek authored
-
Lukas Jezek authored
-
- Oct 13, 2020
-
-
Lukas Jezek authored
doh2: C implementation of DoH using nghttp2 Closes #600 See merge request !997
-
Tomas Krizek authored
When http_write() returns non-zero, worker_submit() performs the task cleanup and calling on_write() callback only causes double free.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
strchrnul() is a GNU extension that is not available on Mac OS.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Test only supported test-cases. Extend list of lua dependencies for config tests.
-
Tomas Krizek authored
-
Tomas Krizek authored
It is later closed in endpoint_close(), which would fail with assert if not initialized (e.g. when compiled without nghttp2 support and attempting to use doh2 kind).
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-