- 09 Jan, 2019 3 commits
-
-
Petr Špaček authored
We are not RFC 7958 compliant and support only XML with just root zone TA. Full compliance would require either proper Lua XML parser or CMS parser and both are hard to get packaged in Fedora and elsewhere. Also timestamps related to TA validity are limited to UTC timezone because cross-platform timezone parsing is hard. (Mac OS libc does not have usable strptime(%z).) Closes: #435
-
Petr Špaček authored
-
Petr Špaček authored
-
- 08 Jan, 2019 22 commits
-
-
Petr Špaček authored
ci: stabilize pytests Closes #427 See merge request knot/knot-resolver!744
-
Tomas Krizek authored
In our CI, this test ocassionally fails. This is most likely due to delays in kernel processing due to many virtualization layers coupled with massive paralelization of tests. Closes #427
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Attempt to increase test stability in CI under high load.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Docker uses 32768 - 61000 as ephemeral ports. Don't use this range for kresd to avoid collisions.
-
Tomas Krizek authored
-
Tomas Krizek authored
ci: respdiff - generate additional reports See merge request knot/knot-resolver!742
-
Tomas Krizek authored
-
Tomas Krizek authored
CI: enforce -Wpedantic See merge request knot/knot-resolver!743
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-Wpedantic is only enforced in CI, as we only have it fixed with c11 standard, and I didn't want to force c11 dependency for everyone yet.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The script has been unused for longer time. Almost all remaining C warnings are just "FIXME" comments :-) and I didn't touch the JS warnings.
-
Vladimír Čunát authored
None of these seemed to be errors, but it seems better to clear these.
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
- 07 Jan, 2019 10 commits
-
-
Vladimír Čunát authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It's perhaps unfortunate that the output value of buflen had +1 change in meaning in commit 19a3cad6, but the name clearly indicates that we care about length of the buffer, i.e. space terminating zero *is* counted on input, so let's be consistent and count it on output as well.
-
Vladimír Čunát authored
The problem has been fixed, apparently.
-
- 05 Jan, 2019 2 commits
-
-
Vladimír Čunát authored
-
Ali Asad Lotia authored
Previously the help function output in the docker config listed port 80 as the port on which the server would listen for DNS over UDP and TCP. However that was inconsistent with the first output line where it was indicated to be port 53. This has now been corrected.
-
- 04 Jan, 2019 2 commits
-
-
Petr Špaček authored
daemon/tls: fix broken compatibility with gnutls 3.3 Closes #438 See merge request knot/knot-resolver!741
-
Grigorii Demidov authored
-
- 02 Jan, 2019 1 commit
-
-
Vladimír Čunát authored
-