This patch introduces a feature whereby rrdcached will disallow updates
[rrdtool.git] / src / rrd_daemon.c
2008-10-11 oetikerThis patch introduces a feature whereby rrdcached will...
2008-10-08 oetikerfix crash reported by Bernard Li - connection_thread_ma...
2008-10-07 oetikerThis patch introduces two new commands for cache manage...
2008-10-07 oetikerThis patch moves the permission handling code around...
2008-10-07 oetikerThis patch introduces some extra safety checks in journ...
2008-10-06 oetikerThis patch introduces "BATCH" mode.
2008-10-06 oetikerThis patch introduces buffered I/O to rrdcached. Now...
2008-10-02 oetikerfolding fix
2008-10-01 oetikerNow, moving a value to the head of the queue is O(1...
2008-09-30 oetikerWhen -B is specified, the daemon will only operate...
2008-09-30 oetiker check permissions before writing to journal -- kevin
2008-09-30 oetikerThe daemon should behave the same way w/r/t files wheth...
2008-09-29 oetikerThis bug caused the last line in each journal file...
2008-09-29 oetikerThis patch introduces the concept of socket privilege...
2008-09-28 oetikerThis patch removes an extra "SIGNALS" section in the...
2008-09-28 oetikera few missing {{{ folding }}} markers added
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...