- Dec 11, 2020
-
-
Tomas Krizek authored
:func: directive automatically always adds brackets. This results in links such as "policy.PASS()", which can be confusing, since the actual policy is supposed to be "policy.PASS". Using :any: results in links without the added brackets, which makes non-function policies less confusing.
-
Tomas Krizek authored
Transform Graphite tags into Prometheus labels Closes #650 See merge request !1109
-
- Dec 10, 2020
-
-
Héctor Molinero Fernández authored
-
- Dec 09, 2020
-
-
Héctor Molinero Fernández authored
-
Tomas Krizek authored
release 5.2.1 See merge request !1108
-
- Dec 08, 2020
-
-
Tomas Krizek authored
-
Tomas Krizek authored
Renumber module fix See merge request !1107
-
-
-
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
-