[collectd-changes] collectd,
the system statistics collection daemon: Changes to 'collectd-4'
Florian Forster
octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Sun Feb 11 22:12:43 CET 2007
configure.in | 5
src/Makefile.am | 6
src/collectd.c | 70 +++--
src/collectd.h | 7
src/configfile.c | 532 ++++++++++++++++-----------------------------
src/configfile.h | 18 -
src/liboconfig/COPYING | 340 ++++++++++++++++++++++++++++
src/liboconfig/ChangeLog | 2
src/liboconfig/Makefile.am | 11
src/liboconfig/aux_types.h | 18 +
src/liboconfig/oconfig.c | 84 +++++++
src/liboconfig/oconfig.h | 67 +++++
src/liboconfig/parser.y | 220 ++++++++++++++++++
src/liboconfig/scanner.l | 57 ++++
14 files changed, 1046 insertions(+), 391 deletions(-)
New commits:
commit 108c20b23f2ca3d0ae67a44dfd8da31a7db7544c
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sun Feb 11 22:12:33 2007 +0100
Changed from the old `libconfig' to the new `liboconfig'.
Much work lies in front of us.. :/
More information about the collectd-changes
mailing list