src/rrd_daemon.c: Implement PID-file and basedir options.
[rrdtool.git] / src / rrd_daemon.c
2008-06-29 Florian Forstersrc/rrd_daemon.c: Implement PID-file and basedir options.
2008-06-25 Florian Forstersrc/rrd_client.h: Renamed the defines to be more consis...
2008-06-24 Florian Forstersrc/rrd_daemon.c: Accept \r\n style line endings, too.
2008-06-24 Florian Forstersrc/rrd_daemon.c: Don't report end-of-file as an error.
2008-06-24 Florian Forstersrc/rrd_daemon.c: Implement the `flush' command.
2008-06-24 Florian Forstersrc/rrd_daemon.c: Updated the enqueueing function to...
2008-06-23 Florian Forsterbuild system: Rename `rrdd' to `rrdcached'.
2008-06-23 Florian Forstersrc/rrd_{client,daemon}.c: Move to a ASCII only protocol.
2008-06-22 Florian Forstersrc/rrd_daemon.c: Set the CI_FLAGS_IN_QUEUE flag when...
2008-06-22 Florian Forstersrc/rrd_daemon.c: Remove the declaration of strdup.
2008-06-22 Florian Forstersrc/rrd_daemon.c: enqueue_cache_item: Don't enqueue...
2008-06-22 Florian Forstersrc/rrd_daemon.c: Mark another argument as being unused.
2008-06-22 Florian Forstersrc/rrd_daemon.c: Remove some annoying debug messages.
2008-06-22 Florian Forstersrc/rrd_daemon.c: pthread_cond_timedwait expects an...
2008-06-22 Florian Forstersrc/rrd_daemon.c: Add caching daemon.