- Jan 09, 2019
-
-
Petr Špaček authored
-
- Jan 08, 2019
-
-
Petr Špaček authored
ci: stabilize pytests Closes #427 See merge request !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 !742
-
Tomas Krizek authored
-
Tomas Krizek authored
CI: enforce -Wpedantic See merge request !743
-
-
-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.
-
-
-
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.
-
None of these seemed to be errors, but it seems better to clear these.
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
- Jan 07, 2019
-
-
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
-
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.
-
- Jan 05, 2019
-
-
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.
-
- Jan 04, 2019
-
-
Petr Špaček authored
daemon/tls: fix broken compatibility with gnutls 3.3 Closes #438 See merge request !741
-
-
- Jan 02, 2019
-
-
Vladimír Čunát authored
-
-
- Dec 21, 2018
-
-
Petr Špaček authored
Modernize graphs in HTTP module See merge request !736
-