- 02 Oct, 2015 1 commit
-
-
Marek Vavruša authored
-
- 01 Oct, 2015 1 commit
-
-
Marek Vavruša authored
-
- 30 Sep, 2015 1 commit
-
-
Marek Vavruša authored
-
- 25 Sep, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 24 Sep, 2015 1 commit
-
-
Marek Vavruša authored
example: $ kdig @a.root-servers.net +short +tcp DNSKEY . > root.key $ kresd -k root.key
-
- 17 Sep, 2015 2 commits
-
-
Marek Vavruša authored
`kresd -a 127.0.0.1 -a ::1` binds to both addresses
-
Marek Vavruša authored
the reason is that it's not actively used since we moved to binary testing, and it depends on libknot internal api that has changed also removed several unused libknot internal headers
-
- 15 Sep, 2015 1 commit
-
-
Marek Vavruša authored
previously, debug messages were optional with -DWITH_DEBUG now the debug messages are built in (unless compiled with -DNDEBUG), but disabled by default verbose output can be enabled by '-v' or '--verbose' CLI option or interactively by 'verbose(true|false)' (or in config)
-
- 06 Aug, 2015 1 commit
-
-
Marek Vavruša authored
fixes killing the server with SIGKILL causing abortiong, added SIGTERM handler and ignored retcode from uv_run()
-
- 03 Aug, 2015 2 commits
-
-
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
-
- 21 Jul, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
fixed CID#125374
-
- 15 Jul, 2015 1 commit
-
-
Karel Slaný authored
-
- 07 Jul, 2015 1 commit
-
-
Marek Vavruša authored
this fixes an issue with libuv sometimes crashing with mismatching number of descriptors with REUSEPORT
-
- 05 Jul, 2015 1 commit
-
-
Marek Vavruša authored
-
- 30 Jun, 2015 1 commit
-
-
Marek Vavruša authored
when the daemon starts in non-interactive mode, it creates a pipe in the ‘tty/<pid>’ which can be used to interact with it remotely - much wow e.g. $ socat - UNIX-CONNECT:tty/38284
-
- 29 Jun, 2015 1 commit
-
-
Marek Vavruša authored
-
- 15 Jun, 2015 1 commit
-
-
Marek Vavruša authored
-
- 08 Jun, 2015 1 commit
-
-
Marek Vavruša authored
-
- 07 Jun, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 06 Jun, 2015 1 commit
-
-
Marek Vavruša authored
this LRU-like cache tracks lame nameservers, unresolvable nameservers (to not waste resources in trying to resolve them), and possibly other features (extension support, …)
-
- 05 Jun, 2015 2 commits
-
-
Marek Vavruša authored
This reverts commit 91a2945e. Conflicts: daemon/worker.h
-
Marek Vavruša authored
-
- 04 Jun, 2015 1 commit
-
-
Marek Vavruša authored
this avoids repetitive allocation/free cycles on load
-
- 29 Apr, 2015 1 commit
-
-
Marek Vavruša authored
-
- 27 Apr, 2015 1 commit
-
-
Marek Vavruša authored
-
- 12 Apr, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 10 Apr, 2015 1 commit
-
-
Karel Slaný authored
-
- 31 Mar, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 30 Mar, 2015 1 commit
-
-
Marek Vavruša authored
lists available interfaces
-
- 27 Mar, 2015 3 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
The engine is responsible for central managemento of resources and work distribution. This allows to spawn multiple loops. The engine configuration / interface is based on Lua 5.1-5.2, including a RPC and a simple CLI interface. This is going to be the core of configuration later on.
-
Marek Vavruša authored
-
- 18 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-
- 03 Jan, 2015 1 commit
-
-
Marek Vavruša authored
-