- Jan 06, 2017
-
-
Daniel Kahn Gillmor authored
-
- Oct 21, 2016
-
-
Vladimír Čunát authored
-
- Oct 11, 2016
-
-
Grigorii Demidov authored
-
- Aug 05, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Daniel Kahn Gillmor authored
kresd has --tls/-t by analogy with --addr/-a where the daemon opens the socket itself. This changeset adds equivalent functionality for inherited sockets: --tlsfd/-T by analogy with --fd/-Sa
-
Jan Včelák authored
-
Marek Vavruša authored
-
- Jul 16, 2016
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- Jul 06, 2016
-
-
Marek Vavruša 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 Vavruša 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
-
- May 27, 2016
-
-
Marek Vavruša authored
fixes #73 small leak in cleaning up per-socket mempool on daemon exit
-
- May 03, 2016
-
-
Marek Vavruša authored
* daemon now processes messages over TCP stream out-of-order and concurrently * support for TCP_DEFER_ACCEPT * support for TCP Fast-Open * there are now deadlines for TCP for idle/slow streams (to prevent slowloris; pruning) * there is now per-request limit on timeouts (each request is allowed 4 timeouts before bailing) * faster request closing, unified retry/timeout timers * rare race condition in timer closing fixed
-
- Mar 29, 2016
-
-
Marek Vavruša authored
daemon can accept existing fds on command line, thus supporting process managers like circus or upstart. a tiny supervisor script is attached
-
- 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
-
- Oct 07, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Sep 28, 2015
-
-
Marek Vavruša authored
-
- Jun 29, 2015
-
-
Marek Vavruša authored
-
- Apr 27, 2015
-
-
Marek Vavruša authored
-
- Apr 10, 2015
-
-
Karel Slaný authored
-
- Mar 31, 2015
-
-
Marek Vavruša authored
-