src/rrdd.[ch]: Implemented flushing of dead values once in a while.
[rrdd.git] / src / rrdd.c
2008-06-22 Florian Forstersrc/rrdd.[ch]: Implemented flushing of dead values... master
2008-06-22 Florian Forstersrc/rrdd.c: Remove unused variables and functions.
2008-06-22 Florian Forstersrc/rrdd.c et al.: Use the tree implementation from...
2008-06-22 Florian Forstersrc/rrdd.c: Remove an unused variable.
2008-06-22 Florian Forstersrc/rrdd.c: Try the default address if no other address...
2008-06-22 Florian Forstersrc/rrdd.[ch]: Move DEFAULT_PORT to rrdd.h.
2008-06-22 Florian Forstersrc/rrdd.c: Implement listening on multiple sockets.
2008-06-22 Florian Forstersrc/rrdd.c: Only unlink UNIX domain sockets.
2008-06-22 Florian Forstersrc/rrdd.[ch]: Implement listening to arbitrary addresses.
2008-06-22 Florian Forstersrc/rrdd.c: Implement option parsing.
2008-06-22 Florian Forstersrc/rrdd.c: Add a debug message for disconnecting sockets.
2008-06-22 Florian Forstersrc/rrdd.c: Complain if write(2) fails.
2008-06-22 Florian Forstersrc/rrdd.c: Ignore SIGPIPE.
2008-06-21 Florian Forstersrc/rrdd.c: Actually pass the values to rrd_update_r.
2008-06-21 Florian Forstersrc/rrdd.c: Signal the queue thread then shutting down.
2008-06-21 Florian Forstersrc/rrdd.c: Let the connection thread add itself to...
2008-06-21 Florian Forstersrc/rrdd.c: A first take at implementing a cache.
2008-06-21 Florian Forstersrc/rrdd.[ch]: Use package name and version from config.h.
2008-06-20 Florian ForsterInitial commit: rrdd, rrdc, librrdc.so