- Oct 20, 2020
-
-
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 knot/knot-resolver!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 knot/knot-resolver!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
-
* one test unsing curl and sha256sum (get_url can't do HTTP/2) * one test using kdig when correct version is present
-
This is needed by new DoH implementation.
-
Tomas Krizek authored
This is only needed to fail early during the handshake, if protocol negotiation doesn't succeed. With older GnuTLS, if there's a protocol mismatch, the data won't be understood and the connection will close later on. Mandatory ALPN doesn't affect clients that don't use the ALPN extension.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-