- Dec 08, 2020
-
-
Finally it does not rely on ordering in the answer. Stringification seemed like an easy hack for tests, let's see how it works in the long term.
-
-
-
-
-
-
Tomas Krizek authored
contrib/cleanup: loosen type-checking in auto_free See merge request !1100
-
- advantage: `auto_free anyType *foo;` works (for anyType != char) - disadvantage: `auto_free anyType bar;` is also accepted, though I expect such problems will be relatively easy to debug.
-
Tomas Krizek authored
ci: improve GH actions error handling See merge request !1106
-
Tomas Krizek authored
-
Tomas Krizek authored
doh2: restricts endpoints to doh and dns-query Closes #636 See merge request !1104
-
- Dec 07, 2020
-
-
Lukas Jezek authored
-
- Dec 04, 2020
-
-
Vladimír Čunát authored
-
Jakub Ružička authored
In English, the final letter is doubled when a word of two or more syllables has stress on the final syllable so a correct form is "occurred".
-
- Nov 30, 2020
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The difference is on "negative" char values, in which case the prints were way too long.
-
- Nov 26, 2020
-
-
Tomas Krizek authored
doh2: send cache-control header Closes #617 See merge request !1095
-
Lukas Jezek authored
-
Lukas Jezek authored
-
- Nov 25, 2020
-
-
Petr Špaček authored
ci: move macOS build to GitHub Actions See merge request !1099
-
-
-
Petr Špaček authored
doc: map() and certificate reload See merge request !1098
-
-
-
-
Petr Špaček authored
xdp: warn when using XDP emulation See merge request !1092
-
Vladimír Čunát authored
For simplicity we bump Knot version that's required for using XDP. Syntax: I found no better way to split the line; alternative: backslash in meson >= 0.50.
-
Petr Špaček authored
meson: use / instead of join_paths See merge request !1086
-
- Nov 23, 2020
-
-
Tomas Krizek authored
-
- Nov 19, 2020
-
-
Tomas Krizek authored
generate PGP keyring See merge request !1096
-
- Nov 18, 2020
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
fix map() command on 32-bit platforms; regressed in 5.2.0 See merge request !1093
-
- Nov 16, 2020
-
-
Vladimír Čunát authored
LuaJIT FFI was using opendir() (etc.) variants with 32-bit inodes but the C parts was using them as 64-bit inode variants. Consequently the `struct dirent` layout didn't match and we were getting filenames shifted by eight bytes. Now the whole dir-listing lua function is written in C.
-
- Nov 13, 2020
-
-
Petr Špaček authored
tests/krprint: reduce test complexity (for valgrind CI) See merge request !1094
-
Tomas Krizek authored
-
- Nov 11, 2020
-
-
Petr Špaček authored
ci: ensure NEWS has current date See merge request !1091
-
Tomas Krizek authored
-