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

Florian Forster octo at verplant.org
Mon Aug 18 09:52:37 CEST 2014


 configure.in     |   20 ++++++++++----------
 src/configfile.c |    9 ++++++++-
 src/curl.c       |    1 +
 src/curl_json.c  |    9 +++++++++
 src/curl_xml.c   |   11 ++++++++++-
 src/snmp.c       |    4 ++++
 src/write_http.c |    9 +++++++++
 7 files changed, 51 insertions(+), 12 deletions(-)

New commits:
commit 96e0f2341bace029acefe0a88bab96ae326c0ff5
Merge: c6a4337 0afea60
Author: Florian Forster <octo at collectd.org>
Date:   Mon Aug 18 09:33:29 2014 +0200

    Merge branch 'collectd-4.10' into collectd-5.3

commit 0afea60611f115a28b8ec331aba610e3038c1ef2
Author: Arthur Marble <arthur at info9.net>
Date:   Sun Aug 17 17:34:04 2014 -0500

    curl_xml plugin: Fixed tautological pointer comparison error.
    
    Fixes: http://bugs.debian.org/758481
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 0da910fb1bf2bd4982ca6541458c795ec296f398
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Fri Aug 8 15:55:10 2014 +0200

    snmp: free snmp_pdu struct allocated by snmp_pdu_create()
    
    This should fix the leak reported in issue #610.

commit 497f5785e8b385f03b5fb5b15bdff8ba39e4699e
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jun 23 18:00:01 2014 +0200

    add missing backticks which broke the build

commit c2ca2a46e617878dcff69de0b8940ea91d3401cc
Author: Lauri Tirkkonen <lotheac at iki.fi>
Date:   Thu May 22 14:05:40 2014 +0300

    don't assume pkg-config is in PATH

commit 6207fce91a0933e852ec76fc31ca81ec00ffa04b
Author: Wilfried Goesgens <dothebart at citadel.org>
Date:   Thu Jun 5 20:04:13 2014 +0200

    Configparser: when we alocate an empty list, we also need to reset the counter; else we will trip over this later.
    This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750440

commit 6bd48f2346c5072dc22da58c7b7cd8e8ceb83fc5
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Sat Mar 29 13:37:36 2014 +0100

    indent wh_init() to be consistent with the rest of the file

commit 66b400ab01b8133e450bb002e175117a1ab6f9ae
Author: Jeremy Katz <jeremy at katzbox.net>
Date:   Sun Jan 26 20:43:19 2014 -0500

    Call curl_global_init() in _init of plugins using curl
    
    Need to call curl_global_init() or curl_easy_init() during init
    for plugins when we're still running single threaded.  This
    updates the remaining ones




More information about the collectd-changes mailing list