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

Florian Forster octo at verplant.org
Sun May 12 12:22:34 CEST 2013


 src/common.c   |   41 +++++++++++++++++++++++++++++++++++++++++
 src/common.h   |    6 ++++++
 src/curl_xml.c |    9 ++++-----
 src/plugin.c   |    7 ++++---
 4 files changed, 55 insertions(+), 8 deletions(-)

New commits:
commit 2f39281928f7aab4e231852e01fe82149be28cff
Author: Florian Forster <octo at collectd.org>
Date:   Sun May 12 12:21:07 2013 +0200

    curl_xml plugin: Allow arbitrarily long callback names.
    
    Fixes issue #286.

commit 80be251e335e8da43788ec50cec29bb38e11c24b
Author: Florian Forster <octo at collectd.org>
Date:   Sun May 12 12:17:47 2013 +0200

    src/common.[ch]: Add the ssnprintf_alloc() function.

commit 7224f5d4b999b2f2809ffa00d68361984386fdb0
Author: Florian Forster <octo at collectd.org>
Date:   Sun May 12 11:53:52 2013 +0200

    src/plugin.c: Allocate read-callback names on the heap.
    
    This allows to use arbitrarily long callback names.
    Prerequisite for fixing #286.




More information about the collectd-changes mailing list