- Aug 06, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
fixes killing the server with SIGKILL causing abortiong, added SIGTERM handler and ignored retcode from uv_run()
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
- Aug 05, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
- the test driver now waits for daemon to accept TCP - workaround cwrap bug, Python prebinds to daemon sockets to create files - tested daemon runs in the testdir - test driver doesn’t kill all kresd processes
-
Marek Vavruša authored
- no need to bind to client socket - relying on short timeouts is bad - no check for send buffers overflow
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Marek Vavruša authored
this is a workaround, as we don't support `make uninstall` yet
-
Marek Vavruša authored
-
-
Grigorii Demidov authored
-
- Aug 04, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
zonecut should be able to hold these for testing reasons (like private root or zone cut), but it should filter out data from the internet a new flag: QUERY_ALLOW_LOCAL allows for being more permissive, and letting name server query local or private address ranges
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this is not documented atm as it is going to change for a module with declarative interface and less cryptic names
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
- Aug 03, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this is a small step for me, but a huge step for resolver
-
Marek Vavruša authored
based on _BSD_SOURCE timersub macro
-
Marek Vavruša authored
this fixes stats for canceled/blocked or forwarded queries without started name resolution
-
Marek Vavruša authored
this also fixes static linking missing a math library
-
Marek Vavruša authored
-
Marek Vavruša authored
this is a first step of leaning towards LuaJIT. the FFI bindings are much faster, simpler and don’t abort traces daemon core scripting engine is still going to support interpreted Lua, but modules requiring library bindings (such as ‘block’) will require LuaJIT for FFI
-