This patch introduces "fast shutdown" mode and two new signals.
[rrdtool.git] / src / rrd_daemon.c
2008-09-28 oetikerThis patch introduces "fast shutdown" mode and two...
2008-09-28 oetikerMoved signal handler setup out of daemonize(). Coalesc...
2008-09-28 oetikeradded support for FLUSHALL command -- kevin brintnall
2008-09-28 oetikermove cache broadcast into enqueue_cache_item -- kevin...
2008-09-28 oetikerWhen -z <jitter> is specified, some updates may be...
2008-09-28 oetikerThe PID file is created with open() in the parent proce...
2008-09-26 oetikercreate the pid file before forking, so we can complain...
2008-09-26 oetikerThis patch ensures that the "FLUSH" command will write...
2008-09-25 oetikerThis fixes a couple problems when exiting due to signal:
2008-09-25 oetikerset SO_REUSEADDR on the listen socket -- kevin brintnall
2008-09-25 oetikerSupport for IPv6 has been broken with revision 1522...
2008-09-24 oetikerAllow ports to be specified with -l addr:port also...
2008-09-14 oetikerfix RRDCacheD documentation -- Florian Forster
2008-09-14 oetikerdid not pick up all the changes for rrdcached in the...
2008-09-14 oetikerRRDcached patch. This implements an infrastructure...