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

Florian Forster octo at verplant.org
Tue Sep 2 19:05:41 CEST 2014


 configure.ac          |    9 +++++++++
 src/collectd.conf.in  |   11 +++++++++++
 src/collectd.conf.pod |   22 ++++++++++++++++++++--
 src/curl.c            |   12 +++++++-----
 src/curl_json.c       |   12 +++++++-----
 src/curl_xml.c        |   12 +++++++-----
 6 files changed, 61 insertions(+), 17 deletions(-)

New commits:
commit f2a6ed9f5064319ddc27292ab784e135bc955289
Merge: e4ab153 0302a13
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Sep 1 10:29:34 2014 +0200

    Merge pull request #695 from mfournier/curlopt_username-fixups
    
    Allow curl digest feature to build against older libcurl versions

commit 0302a13c7cfe31a6208eca37ee140bb28c56e22e
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Aug 6 16:25:16 2014 +0200

    misc additions to curl* plugins doc & examples

commit 0af75dc13d6e722284a9dafe83cb50da2b025b21
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Aug 6 15:24:33 2014 +0200

    curl*: use CURLOPT_USERNAME if libcurl is recent enough
    
    CURLOPT_USERNAME and CURLOPT_PASSWORD were introduced in curl 7.19.1.
    They supersed CURLOPT_USERPWD which couldn't handle colons in the
    username or password.

commit c6037f42499724bd02d2a91b30b2f769a8fb5b87
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Wed Aug 6 14:53:25 2014 +0200

    curl*: remove unneeded option declarations
    
    They are equivalent to CURLOPT_USERPWD used a couple of line above and
    aren't supported by curl versions older than 7.19.1




More information about the collectd-changes mailing list