- Dec 19, 2016
-
-
daurnimator authored
-
daurnimator authored
-
daurnimator authored
-
- Dec 14, 2016
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... fixing a warning. The addresses are the same, but it wasn't completely correct.
-
Vladimír Čunát authored
... fixing a warning. The addresses are the same, but it wasn't completely correct.
-
Ondřej Surý authored
Move the version to 1.2.0-dev Just marking this as 1.2.0-dev See merge request !98
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Grigorii Demidov authored
layer/rrcache: ds cache rank was fixed See merge request !95
-
Grigorii Demidov authored
-
- Dec 13, 2016
-
-
Ondřej Surý authored
news: mention the most important stuff since 1.1.1 In future I hope we'll be adding these items at once with the features. See merge request !94
-
Vladimír Čunát authored
In future I hope we'll be adding these items at once with the features.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Dec 12, 2016
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
and fixup with DEBUG -> VERBOSE renames.
-
Vladimír Čunát authored
As requested in !90, I have renamed all *_debug_* and *DEBUG* to verbose (where it made sense), and renamed NLOGDEBUG to NOVERBOSELOG. The logic is simple - most usually we want to have verbose logging compiled in and `assert()` not compiled in (`-DNDEBUG`).
-
Vladimír Čunát authored
Now that we renamed "debug" to "verbose", the old name didn't seem very suitable anymore; this new identifier haven't got to master yet.
-
Ondřej Surý authored
Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename all related symbols to use VERBOSE instead of DEBUG
-
- Dec 09, 2016
-
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
- Dec 08, 2016
-
-
Grigorii Demidov authored
-
- Dec 07, 2016
-
-
Vladimír Čunát authored
... but don't raise any kind of error. The lua function `verbose()` behaved reasonably already. It doesn't warn, but docs for the function do mention `NLOGDEBUG`.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
In particular, don't require to call an externally defined function to find if in --verbose mode or not. Now it's just an extern bool. I'm confident the performance impact of not using -DNLOGDEBUG should be negligible now. This comes with a small incompatible API+ABI change, but that shouldn't matter as we've had a couple of those already since the last release.
-
Ondřej Surý authored
-
- Dec 06, 2016
-
-
Grigorii Demidov authored
-
- Dec 05, 2016
-
-
Vladimír Čunát authored
This reverts commit 64f80706. TL;DR: it brought almost no benefits AFAIK and potential for problems.
-
Vladimír Čunát authored
See commits for details.
-
Grigorii Demidov authored
layer/pktcache: additional checking for cache entry rank was added See merge request !86
-
Grigorii Demidov authored
-
- Dec 02, 2016
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Fixes https://github.com/CZ-NIC/knot-resolver/issues/35.
-
- Nov 30, 2016
-
-
Vladimír Čunát authored
This reverts commit 64f80706. TL;DR: it brought almost no benefits AFAIK and potential for problems. The "portable bytecode" produced by luajit isn't compatible when (lib)luajit version changes or when some build-time configuration of it changes. If you mix these up, kresd fails to start.
-
- Nov 29, 2016
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Fixes #111. Compatibility: it needs a new libkres.so function. If a wrong version combination is attempted, the module just cleanly fails to load, though it writes a slightly confusing message "no such file or directory".
-
Vladimír Čunát authored
-