- Nov 02, 2016
-
-
Vladimír Čunát authored
The Makefile isn't perfect. I noted it doesn't clean the bench, but we have the same problem for some other parts, e.g. in deckard.
-
- Oct 31, 2016
-
-
Vladimír Čunát authored
add option to reorder cached RRs in answers Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/93. API of a KR_EXPORT function is changed, so ABIVER is bumped. See merge request !47
-
- Oct 26, 2016
-
-
Ondřej Surý authored
Improve version.mk See merge request !61
-
Ondřej Surý authored
-
- Oct 24, 2016
-
-
Vladimír Čunát authored
Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/93. API of a KR_EXPORT function is changed, so ABIVER is bumped.
-
- Oct 23, 2016
-
-
Ondřej Surý authored
-
- Oct 21, 2016
-
-
Vladimír Čunát authored
daemon: another UINT_MAX -> UINT32_MAX See merge request !58
-
-
Vladimír Čunát authored
daemon: some minor coverity scan issues were fixed See merge request !49
-
Vladimír Čunát authored
-
Ondřej Surý authored
Remove sandbox.lua from .gitignore See merge request !56
-
Ondřej Surý authored
-
Ondřej Surý authored
Resolve libknot and libzscanner SONAME at the build time and fixes to bootstrap-depends.sh script The OS X build is still failing, but it's unrelated to these changes. See merge request !55
-
- Oct 20, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
and set libknot_SONAME and libzscanner_SONAME as lua literals. Remove now obsolete libpath lua function - use find_soname from platform.mk to define <arg>_SONAME, add lua_pushliteral to daemon/engine.c and add -D to daemon/daemon.mk for any new library loaded from Lua.
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Vladimír Čunát authored
Early awareness notification: a new lua module `version` to periodically check for newer version on server and for CVE. See merge request !52
-
Vladimír Čunát authored
Also avoid that extremely long line.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
-
-
- Oct 19, 2016
-
-
Vladimír Čunát authored
worker: avoid uninitialized pointers The cookie module could segfault due to the `opt` pointer not being initialized when no EDNS was sent in the incoming request. See merge request !53
-
Vladimír Čunát authored
The cookie module could segfault due to the `opt` pointer not being initialized when no EDNS was sent in the incoming request.
-
Štěpán Balážik authored
-
- Oct 18, 2016
-
-
Vladimír Čunát authored
Fix documentation example for using resolve() function. See merge request !51
-
Štěpán Balážik authored
-
- Oct 11, 2016
-
-
Grigorii Demidov authored
-
- Oct 07, 2016
-
-
Based on [issue 28](https://github.com/CZ-NIC/knot-resolver/issues/28), we were able to boost kresd performance running in a Docker container on DockerCloud by nearly 100% by binding to a single interface:ipaddress. It might be handy for other users to know.
-
- Oct 03, 2016
-
-
Ondřej Surý authored
net.listen: make it more flexible As noted in #94, it feels natural to call it like: ``net.listen({net.lo, '192.168.1.1'})`` Also minor fixes were done in that function and corresponding docs. See merge request !46
-
- Sep 30, 2016
-
-
Vladimír Čunát authored
-
- Sep 27, 2016
-
-
Marek Vavrusa authored
-
- Sep 08, 2016
-
-
Ondřej Surý authored
-
- Sep 07, 2016
-
-
Vladimír Čunát authored
Assortment of unimportant changes that I created during trying to understand how the whole resolution process works. Best read each commit separately.
-
Vladimír Čunát authored
As noted in #94, it feels natural to call it like: ``net.listen({net.lo, '192.168.1.1'})`` Also, minor fixes were done in that function and corresponding docs.
-