- Aug 11, 2022
-
-
Vladimír Čunát authored
-
- Aug 09, 2022
-
-
Vladimír Čunát authored
-
- Aug 08, 2022
-
-
Vladimír Čunát authored
For long arrays we really want to increase their length by a fraction. Otherwise it will cost lots of CPU. Doubling seems customary, though I could imagine e.g. keeping the +50% growth on longest arrays. I finally got sufficiently angry with this piece of code when debugging https://forum.turris.cz/t/how-to-debug-a-custom-hosts-file-for-kresd/17449 though in that case it wasn't the main source of inefficiency. CI: two of the mysterious/bogus warnings around arrays disappeared.
-
Vladimír Čunát authored
Fixes #760
-
Vladimír Čunát authored
-
Fixes CIDs 355763 and 355764. Also fixes a minor typo.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Other LTS than 22.04 have really old versions in the repo (<= 3.2.1), so better not advertise those at all.
-
Vladimír Čunát authored
-
- Aug 01, 2022
-
-
Vladimír Čunát authored
The address won't work anymore, and Jakub says this field isn't needed.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Jul 27, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
This reverts commit ac3e7ac7. They have been fixed and seem reliable now.
-
Vladimír Čunát authored
It broke down and it isn't relevant anymore.
-
- Jul 26, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
That way we get at least basic testing before 3.2 is made default in CI.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Our strategy was (and remains) that the in-header QNAME is overwritten in-place, so most of our code was already (correctly) assuming that knot_pkt_qname() returns lower-case only. That simplifies this commit.
-
Vladimír Čunát authored
-
- Jul 13, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
We've been unable to progress with these failures for some time, and it's not good to have them red in CI all the time. Manual start should allow easier testing of future fixes, without doing the futile runs automatically.
-
Vladimír Čunát authored
Fixes #758
-
Fixes a regression on Meson 0.57.0 that produces a timeout in config.ta_bootstrap test.
-
Vladimír Čunát authored
-
Oto Šťáva authored
Some of our CI jobs use project-specific GitLab runners (e.g. requiring the `dind` tag). The jobs then fail when someone forks the repository and opens a merge request. This commit confines those jobs to the `knot/knot-resolver` repository.
-
- Jul 07, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Jun 29, 2022
-
-
Vladimír Čunát authored
-
The double-free may have happened in some cases when the upstream resolver was stopped while answering a forwarded query. I was reliably reproducing it by running resperf on two kresd instances with one forwarded to the other, and killing the upstream one.
-
- Jun 27, 2022
-
-
Vladimír Čunát authored
-