[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'

Florian Forster octo at verplant.org
Thu Feb 28 23:06:31 CET 2008


 configure.in  |  156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/common.c  |   77 ++++++++++++++++++++++++++++
 src/common.h  |   10 +++
 src/network.c |    4 +
 4 files changed, 244 insertions(+), 3 deletions(-)

New commits:
commit 6e855e6ab3bc654a3d6238c75102c66785de8bda
Merge: 8057cd230cbc322e17f7435732ea5b73eef1fa08 aa76e4a1c4f95f26c97d7c599409dacbfac4c24a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Feb 28 23:06:16 2008 +0100

    Merge branch 'collectd-4.2' into collectd-4.3

commit aa76e4a1c4f95f26c97d7c599409dacbfac4c24a
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date:   Thu Feb 28 19:54:55 2008 +0100

    src/common.c: Use uint8_t's instead of (signed) char's.

commit 4438c61e3f0656b50867753312a011ba737cc649
Author: Florian Forster <octo at noris.net>
Date:   Thu Feb 28 15:15:53 2008 +0100

    src/common.[ch]: Implemented `htond' and `ntohd' and applied it to the network plugin.
    
    The functions convert doubles to the x86 representation or from the x86
    representation to the representation used on the host. On x86 systems, this is
    a NOP.

commit b365f4e313f9996ac794ebca16098963b6582046
Author: Florian Forster <octo at noris.net>
Date:   Thu Feb 28 14:23:27 2008 +0100

    configure.in: Added checks to find out how doubles are stored.




More information about the collectd-changes mailing list