- Aug 01, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
sed -e 's/flags |= QUERY_\([A-Z0-9_]*\);/flags.\1 = true;/g' \ -e 's/flags &= ~QUERY_\([A-Z0-9_]*\);/flags.\1 = false;/g' \ -e 's/\(flags\|options\|opts\) & QUERY_\([A-Z0-9_]*\)\()\| ||\)/\1.\2\3/g' \ -i $(git grep -l QUERY_)
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
I didn't recall this doesn't work on Darwin.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... even if LIBDIR isn't on a standard place.
-
- Jul 28, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Jul 27, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The description didn't match the reality. Change docs for now, even though 1% seems a bit too little to me personally.
-
Vladimír Čunát authored
It seemed a bit strange to have 'stats' module collect expiring records in an LRU, then once a few minutes convert that via JSON to a lua table, and put those records into prefetching queue. Apart from complexity, it wouldn't work well with short TTLs typical for today's CDNs, e.g. 30 or 60 seconds.
-
Vladimír Čunát authored
Our security policy prevented those from reaching cache, crippling the feature.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Jul 26, 2017
-
-
Vladimír Čunát authored
Closes #154.
-
Vladimír Čunát authored
Fixes https://gitlab.labs.nic.cz/knot/knot-resolver/issues/154 I'm sorry I broke the module in 06b0d3d4. Thaks Vita!
-
Vladimír Čunát authored
... to allow NEWS update
-
Vladimír Čunát authored
The epoch indices are from [1..period].
-
- Jul 24, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
i.e. downgrade a zone to insecure when *all* DNSKEYs of the apex are unverifiable due to unimplemented DNSKEY or DS algorithms. Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/210
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Closes #204.
-
Vladimír Čunát authored
... to fix conflict in NEWS.
-
Vladimír Čunát authored
-
- Jul 17, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Which semantically reverses part of fbe88ccd. I would personally prefer not to, but I guess it would be less consistent. Also make the error messages a little better.
-
Vladimír Čunát authored
Almost all of them were getting redirected correctly, but why keep the old ones. Also update a couple nitpicks directly around.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
I broke this in 3da1535e when changing stuff around addr2reverse; now it should be OK, after partially reversing that commit. I'm sorry. Thanks to Vita for noticing the breakage.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
At least it seems so...
-
- Jul 14, 2017
-
-
-
Vladimír Čunát authored
(so that NEWS can get updated)
-
Vladimír Čunát authored
In reverse (PTR) records, now the last definition wins, and non-canonical names don't get (shadowed) records.
-
- Jul 13, 2017
-
-
Vitezslav Kriz authored
* changed stype to type * fix enquening queries from predict log * keep heuristic in function generate to predict upcoming epoch
-
- Jul 12, 2017
-
-
Vladimír Čunát authored
... data from cache as keys for validation
-