- Jan 21, 2016
-
-
Marek Vavruša authored
the quiet mode doesn't print neither intro messages nor prompt in the interactive mode, which makes it useful for scripted usage
-
- Dec 17, 2015
-
-
Marek Vavruša authored
this is not going to be backwards compatible change, but it will be the first tagged libknot release sufficient for resolver
-
- Dec 10, 2015
-
-
Marek Vavruša authored
* PIE,RELRO+NOW and other security features enabled * support for both static/dynamic builds with BUILDMODE * dynamic library is ABI-versioned, starting at 1 * pkg-config file is installed
-
- Dec 09, 2015
-
-
Marek Vavruša authored
this is needed to make sure it always compiles with PIC
-
- Dec 08, 2015
-
-
Marek Vavruša authored
-
- Dec 05, 2015
-
-
Marek Vavruša authored
if the root key file doesn’t exist, it will be populated from root DNSKEY query, which will be validated against root trust anchors retrieved over HTTPS with IANA cert verification against built-in current IANA cert CA. it requires luasocket and luasec for it to work. trust anchors XML file signature is not checked, as there’s no facility for PKCS7 checking yet.
-
- Nov 25, 2015
-
-
Marek Vavruša authored
amalgamated build concatenates all files into a single .c file to allow compiler see all symbols and produce possibly smaller code. for binary distributions this is what you want, as it's faster but may consume more memory during compilation. it however cannot do incremental builds.
-
- Oct 18, 2015
-
-
Marek Vavruša authored
-
- Oct 02, 2015
-
-
Marek Vavruša authored
-
- Oct 01, 2015
-
-
Marek Vavruša authored
-
- Sep 30, 2015
-
-
Marek Vavruša authored
-
- Sep 25, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Sep 24, 2015
-
-
Marek Vavruša authored
example: $ kdig @a.root-servers.net +short +tcp DNSKEY . > root.key $ kresd -k root.key
-
- Sep 17, 2015
-
-
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
-
- Sep 15, 2015
-
-
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)
-
- Aug 06, 2015
-
-
Marek Vavruša authored
fixes killing the server with SIGKILL causing abortiong, added SIGTERM handler and ignored retcode from uv_run()
-
- Aug 03, 2015
-
-
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
-
- Jul 21, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
fixed CID#125374
-
- Jul 15, 2015
-
-
Karel Slaný authored
-
- Jul 07, 2015
-
-
Marek Vavruša authored
this fixes an issue with libuv sometimes crashing with mismatching number of descriptors with REUSEPORT
-
- Jul 05, 2015
-
-
Marek Vavruša authored
-
- Jun 30, 2015
-
-
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
-
- Jun 29, 2015
-
-
Marek Vavruša authored
-
- Jun 15, 2015
-
-
Marek Vavruša authored
-
- Jun 08, 2015
-
-
Marek Vavruša authored
-
- Jun 07, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jun 06, 2015
-
-
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, …)
-
- Jun 05, 2015
-
-
Marek Vavruša authored
This reverts commit 91a2945e. Conflicts: daemon/worker.h
-
Marek Vavruša authored
-
- Jun 04, 2015
-
-
Marek Vavruša authored
this avoids repetitive allocation/free cycles on load
-
- Apr 29, 2015
-
-
Marek Vavruša authored
-
- Apr 27, 2015
-
-
Marek Vavruša authored
-
- Apr 12, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Apr 10, 2015
-
-
Karel Slaný authored
-