- Jan 28, 2019
-
-
Tomas Krizek authored
Our CI environment requires a longer timeout during high-load.
-
Vladimír Čunát authored
-
- Jan 23, 2019
-
-
We don't need the trustanchor() lua function for root bootstrap anymore, so let's get rid of it. It was undocumented (internal).
-
These keys will now be more uniformly represented and thus also shown by .summary(). It's still not perfectly synchronized when that function fails, but that seems acceptable.
-
- allow accepting a string instead of file - move some checks inside
-
-
It could've been confusing otherwise, e.g. revoked or otherwise untrusted keys were shown without any annotation in some cases.
-
This also implies that non-verbose logs won't contain any lines about the TAs if they are unmanaged (by default), but that seems OK.
-
Petr Špaček authored
pytests: update proxy + test_random_close See merge request !732
-
Tomas Krizek authored
-
-
Tomas Krizek authored
-
-
-
Tomas Krizek authored
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Original author: Grigorii Demidov <grigorii.demidov@nic.cz>
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
ditro/rpm: remove ldconfig for Fedora See merge request !761
-
Tomas Krizek authored
Keep knot-resolver installation along with other kresd-related actions as close as possible to detect possible rpm transaction issues.
-
Tomas Krizek authored
modules/http docs: improve the example See merge request !760
-
Vladimír Čunát authored
Otherwise the http module isn't really usable :-/
-
- Jan 16, 2019
-
-
Petr Špaček authored
modules/predict: don't skip reconfiguration if nil is passed See merge request !755
-
- Jan 14, 2019
-
-
Vladimír Čunát authored
If you didn't specify any configuration (i.e. nil), the stats module wouldn't get loaded even though the defaults need it to work. Now we don't skip that part and pass whole .config() even on nil config.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- It's not ideal, but this will need significant overhaul anyway when "parallel queries" get implemented. - I didn't put this into array.h, as we don't seem likely to need it anywhere else and implementation in macros would be ugly. - It's unclear whether this "bug" could cause anything in practice.
-
- Jan 10, 2019
-
-
Tomas Krizek authored
Release 3.2.1 See merge request knot/knot-resolver!750
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Besides other things Deckard now detects hang servers using timeout. It might happen that CI will need a longer timeout - we can change the value at will.
-
-