src/rrd_daemon.c: Fix vim `folding'.
[rrdtool.git] / src / rrd_daemon.c
2008-09-14 Florian Forstersrc/rrd_daemon.c: Fix vim `folding'.
2008-09-14 Florian Forstersrc/rrd_daemon.c: Remove a goto.
2008-09-14 Kevin BrintnallBig bunch of improvements for the caching daemon. kb/rrdd
2008-09-08 Florian ForsterMerge branch 'master' into ff/rrdd
2008-09-02 Florian ForsterMerge branch 'master' into ff/rrdd
2008-07-15 Florian Forstersrc/rrd_daemon.c: Flush ALL values when/before shutting...
2008-07-13 Florian Forstersrc/rrd_daemon.c: Stat files before creating a tree...
2008-07-03 Florian Forstersrc/rrd_daemon.c: Only increate number of updates and...
2008-07-03 Florian Forstersrc/rrd_daemon.c: Create listen threads in the detached...
2008-07-03 Florian Forstersrc/rrd_daemon.c: Remove remaining debug messages.
2008-07-03 Florian Forstersrc/rrd_daemon.c: Instann the SIGTERM handler correctly.
2008-07-03 Florian Forsterrrdcached(1): Documented the protocol used by the daemon.
2008-07-03 Florian Forstersrc/rrd_daemon.c: Don't close the socket if UPDATE...
2008-07-03 Florian Forstersrc/rrd_daemon.c: Use `sread' and `swrite' instead...
2008-07-03 Florian Forstersrc/rrd_daemon.c: Implemented the `HELP' command.
2008-07-03 Florian Forstersrc/rrd_daemon.c: Tell the connected party about invali...
2008-07-03 Florian Forstersrc/rrd_daemon.c: Catch invalid uses of `flush'.
2008-07-03 Florian Forstersrc/rrd_daemon.c: Impemented the `stats' command.
2008-07-03 Florian Forstersrc/rrd_daemon.c: Count some statistics.
2008-07-02 Florian Forstersrc/rrd_daemon.c: Implemented removal of unused tree...
2008-07-02 Florian Forstersrc/rrd_daemon.c: Don't return TRUE in `tree_callback_f...
2008-07-01 Florian ForsterMerge branch 'master' into ff/rrdd
2008-06-29 Florian ForsterMerge branch 'master' into ff/rrdd
2008-06-29 Florian Forstersrc/rrd_daemon.c: Use static structs for the signal...
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.