rrdd.git
15 years agobuild system: Search for <avl.h> and link with `avl'.
Florian Forster [Sat, 21 Jun 2008 13:43:19 +0000 (15:43 +0200)]
build system: Search for <avl.h> and link with `avl'.

15 years agosrc/librrdc.c: Sending to the daemon has been added.
Florian Forster [Sat, 21 Jun 2008 02:09:59 +0000 (04:09 +0200)]
src/librrdc.c: Sending to the daemon has been added.

Handling by the daemon is still missing.

15 years agosrc/rrdd.[ch]: Use package name and version from config.h.
Florian Forster [Sat, 21 Jun 2008 02:04:54 +0000 (04:04 +0200)]
src/rrdd.[ch]: Use package name and version from config.h.

15 years agoconfigure.ac: Add the forgotten configure.ac.
Florian Forster [Fri, 20 Jun 2008 17:58:55 +0000 (19:58 +0200)]
configure.ac: Add the forgotten configure.ac.

15 years agoInitial commit: rrdd, rrdc, librrdc.so
Florian Forster [Fri, 20 Jun 2008 17:55:05 +0000 (19:55 +0200)]
Initial commit: rrdd, rrdc, librrdc.so

Deamonization, socket opening and build system work, but the protocol is not
implemented yet. The protocol will be implemented in librrdc.so, so that
external programs can easily use the daemon.