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

Florian Forster octo at verplant.org
Wed Mar 26 09:56:53 CET 2008


 bindings/perl/Collectd/Unixsock.pm |    4 ++--
 src/collectd-unixsock.pod          |    8 +++++---
 src/unixsock.c                     |   33 ++++++++++++++++++++++-----------
 src/utils_cmd_putnotif.c           |    2 +-
 src/utils_cmd_putval.c             |   26 ++++++++++++++++++++------
 5 files changed, 50 insertions(+), 23 deletions(-)

New commits:
commit e88e5b49dd3cc026d162b64ca100415481756169
Merge: bc0a8f260e4e24bdf664c3dcff919b6f99bfe31d 3bb58d8d87a0db2b3177cbc52c2078c5543e7944
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Mar 26 09:56:22 2008 +0100

    Merge branch 'pull/collectd-4.3' into collectd-4.3

commit bc0a8f260e4e24bdf664c3dcff919b6f99bfe31d
Merge: ac03ae49d85c01fe2da58dd78f66db58416d81cc 583b04d5826669eb182cb6ea538cf68266721ccb
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Mar 26 09:48:27 2008 +0100

    Merge branch 'collectd-4.2' into collectd-4.3
    
    Conflicts:
    
    	src/unixsock.c

commit 583b04d5826669eb182cb6ea538cf68266721ccb
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Mar 26 09:44:04 2008 +0100

    unixsock plugin: Open two different IO stream handles for reading and writing.
    
    Full-duplex standard IO streams are not really supported on sockets.
    Mixing input and output functions involves calls to lseek(2) which is
    not supported on sockets and thus causes the IO operations to fail.
    Opening two IO streams solves the problem.
    
    This is a backport of 43df21461d523023951746ef669f1bb95f61366d.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ac03ae49d85c01fe2da58dd78f66db58416d81cc
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Mar 26 09:42:56 2008 +0100

    unixsock plugin: Open two different IO stream handles for reading and writing.
    
    Full-duplex standard IO streams are not really supported on sockets.
    Mixing input and output functions involves calls to lseek(2) which is
    not supported on sockets and thus causes the IO operations to fail.
    Opening two IO streams solves the problem.
    
    This is a backport of 43df21461d523023951746ef669f1bb95f61366d.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit c08e3ed48857ef9997e8ef3bb40c0a982319106b
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Mar 25 15:58:47 2008 +0100

    Collectd::Unixsock: Fixed some typos.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 4a005f01e9ba4322bdb41631928ecc9edf51b189
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Mar 26 09:34:14 2008 +0100

    utils_cmd_{get,put}val.c: Fixed usage of parse_identifier().
    
    This function modifies its first argument which, in these cases, is used
    again after the function call. Now, a copy of the string is passed to
    parse_identifier().
    
    This is a backport of 0a905cbd3151716c5749b5e7c5e439861466804d.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ebbe15f56430838df4397150f6c3089d5851216d
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Mar 26 09:31:33 2008 +0100

    utils_cmd_*: Terminate all lines printed to the socket with newline.
    
    This is a backport of 1ca0b79a4274784e4cc15d45e46e2cfa0c2039cf.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 271529f9b39a00f28d81b3ed40f0fdcab2c795d0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Mar 25 15:52:47 2008 +0100

    collectd-unixsock(5): Updated the paragraph about Collectd::Unixsock.
    
    The module is no longer available in contrib/PerlLib/ but bindings/perl/.
    Also it's now installed by default.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list