[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Wed Aug 27 17:46:14 CEST 2008
    
    
  
 bindings/perl/Collectd/Unixsock.pm |  122 ++++++++++++++++++++-----------
 src/Makefile.am                    |    1 +
 src/collectd-exec.pod              |   10 ++--
 src/collectd-unixsock.pod          |   14 ++--
 src/exec.c                         |   26 ++++----
 src/unixsock.c                     |   10 ++--
 src/utils_cmd_getval.c             |   10 ++-
 src/utils_cmd_listval.c            |   29 ++++++--
 src/utils_cmd_listval.h            |    2 +-
 src/utils_cmd_putnotif.c           |   93 +++++++++++-------------
 src/utils_cmd_putnotif.h           |    2 +-
 src/utils_cmd_putval.c             |  141 +++++++++++++++++++++++-------------
 src/utils_cmd_putval.h             |    2 +-
 src/utils_parse_option.c           |    3 +
 14 files changed, 283 insertions(+), 182 deletions(-)
New commits:
commit 3b7c3e4595eacb8166c4f35c61111ee7543f14b0
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 17:46:05 2008 +0200
    Collectd::Unixsock: Update `putnotif', fix a bug in `getval', better debug output.
    
    The `putnotif' method now handles identifiers and options with spaces
    correctly. The `getval' plugin now reads the returned data line wise,
    which is the right thing to do anyway. The new `_debug' function prints
    debugging output if the (module)global $Debug variable is set.
commit c0a78f2839e756d929758832444e3c7de8600622
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 17:42:43 2008 +0200
    unixsock plugin: Improve two debug messages.
commit f3094b9a9f352db008ccba248b9b58dd3de13937
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 17:42:26 2008 +0200
    collectd-{exec,unixsock}(5): Documented how to pass identifiers with spaces.
commit 5f3edac68db5716fbf106392b99b6abe33d90d5f
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 17:41:46 2008 +0200
    src/utils_cmd_putnotif.[ch]: Change parsing to allow quoted strings.
    
    This completes all the commands, now quoted strings should be accepted
    anywhere.
commit aac35f0faf646c9e20d34aea54d43ed6efe194a1
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 17:38:40 2008 +0200
    src/utils_parse_option.c: Null-terminate parsed quoted strings.
commit 91f3557608cc89aeb2e8340dea6e3e35b08cadf0
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 16:00:01 2008 +0200
    src/Makefile.am: Link the exec plugin with utils_parse_option.
commit d9420312e469983a6babad898e02b6ed4a468150
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 15:59:22 2008 +0200
    src/utils_cmd_listval.[ch]: Use the new parsing mechanism here, too.
commit a94f5335f7b6a6e6672b84adb00f576b83d46b58
Author: Florian Forster <octo at noris.net>
Date:   Wed Aug 27 15:49:09 2008 +0200
    src/utils_cmd_putval.[ch]: Allow identifiers to include spaces.
    
    
More information about the collectd-changes
mailing list