rrdd.git
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/librrdc.c: rrdd_connect: Allow connecting to arbitr...
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-22 Florian Forstersrc/rrdd.pod: Add a simple manpage stub for rrdd(1).
2008-06-22 Florian Forstersrc/{lib,}rrdc.c: Make `rrdd_connect' use the default...
2008-06-21 Florian Forstersrc/rrdd.c: Actually pass the values to rrd_update_r.
2008-06-21 Florian Forstersrc/rrdc.c: Use PACHAGE_VERSION rather than hard coding...
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/librrdc.c: When sending an `update', wait for the...
2008-06-21 Florian Forstersrc/rrdc.c: According to C99 argv is NULL terminated...
2008-06-21 Florian Forstersrc/rrdd.c: A first take at implementing a cache.
2008-06-21 Florian Forstersrc/rrdd.h: Include more neccessary files.
2008-06-21 Florian Forstersrc/librrdc.c: Send the `command' ("update" right now...
2008-06-21 Florian Forsterbuild system: Search for <avl.h> and link with `avl'.
2008-06-21 Florian Forstersrc/librrdc.c: Sending to the daemon has been added.
2008-06-21 Florian Forstersrc/rrdd.[ch]: Use package name and version from config.h.
2008-06-20 Florian Forsterconfigure.ac: Add the forgotten configure.ac.
2008-06-20 Florian ForsterInitial commit: rrdd, rrdc, librrdc.so