- Aug 06, 2016
-
-
Marek Vavrusa authored
Ensure that kr_log_info() gets sent promptly to stdout If stdout is buffered, kr_log_info() might take ages to show up in the output stream. Since this stream could be interleaved with stderr (e.g. kr_log_error()), it would be good to be able to see the messages in the order in which they are generated. See merge request !40
-
- Aug 05, 2016
-
-
Daniel Kahn Gillmor authored
If stdout is buffered, kr_log_info() might take ages to show up in the output stream. Since this stream could be interleaved with stderr (e.g. kr_log_error()), it would be good to be able to see the messages in the order in which they are generated.
-
- Aug 04, 2016
-
-
Ondřej Surý authored
-
- Jul 29, 2016
-
-
Ondřej Surý authored
add Documentation= reference to knot-resolver.service This makes "systemctl help knot-resolver" bring up the appropriate man page. See merge request !39
-
- Jul 28, 2016
-
-
Daniel Kahn Gillmor authored
This makes "systemctl help knot-resolver" bring up the appropriate man page.
-
Marek Vavrusa authored
Control socket activation This branch provides reasonable configs for full systemd socket activation for kresd. See merge request !36
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
This is a fully-socket-activated knot-resolver service that can run as a non-priivleged user named knot-resolver.
-
Daniel Kahn Gillmor authored
When run under systemd supervision, accept a control socket from the supervisor if the name supplied is "control". See FileDescriptorName= in systemd.socket(5) for more details.
-
- Jul 20, 2016
-
-
Marek Vavrusa authored
this module is superseded by http module, removing
-
Ondřej Surý authored
-
Marek Vavrusa authored
iterator already checks this and also chain length, however these checks were omitted in the rrcache CNAME unroll loop
-
Marek Vavrusa authored
there are cases where switches or middle-boxes block DNS/UDP answers >512 octets completely, this gives user an option to mitigate that. however, there are authoritatives serving large answers that don't support TCP, so it's a compromise as always
-
- Jul 18, 2016
-
-
Marek Vavrusa authored
in normal mode, only final CNAME target is refetched, but not intermediate CNAMEs. intermediate CNAMEs are *never* cached, but they are used to get final name for requery. in strict mode now, every CNAME target is explicitly fetched even if it's a chained CNAME.
-
Marek Vavrusa authored
-
- Jul 17, 2016
-
-
Ondřej Surý authored
more kresd.8 cleanup See merge request !35
-
Ondřej Surý authored
emacs turds should never make it into git See merge request !34
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- Jul 16, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
Doc cleanup This is a simple cleanup of documentation See merge request !33
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- Jul 13, 2016
-
-
Vladimír Čunát authored
-
- Jul 12, 2016
-
-
Marek Vavrusa authored
-
-
- Jul 11, 2016
-
-
Vladimír Čunát authored
Suggested by @ondrej.
-
-
- Jul 06, 2016
-
-
Marek Vavrusa authored
when whole interface is passed and some of the addresses are not bindable, the daemon will print them, but will continue to bind to the rest of the addresses fixes #80
-
Marek Vavrusa authored
all relevant modules now support running in forked mode and polling workers for information. for example graphite module can poll stats from all workers and then aggregate before sending, or HTTP module can run on the process group leader only and then poll workers for information.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
forks are connected with IPC pipes to process group leader and can execute expressions on its behalf. so running commands over all workers is easy now: > hostname() -- single localhost > map 'hostname()' -- all localhost localhost localhost
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
* the dygraphs are now leveraged for drawing as canvas based drawing is much faster than svg based rickshaw * refreshed theme and layouts, code cleanup
-
Marek Vavrusa authored
-