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

Florian Forster octo at verplant.org
Wed Aug 3 21:57:55 CEST 2016


 configure.ac     |   20 ++++++++++++++++++--
 src/ceph_test.c  |    6 +++---
 src/madwifi.c    |    2 +-
 src/pinba.proto  |    2 ++
 src/write_http.c |    6 +++++-
 5 files changed, 29 insertions(+), 7 deletions(-)

New commits:
commit cd2238b8b4f4ecd80c45862b5aeed3d3d73eddfe
Author: Florian Forster <octo at collectd.org>
Date:   Wed Aug 3 21:35:36 2016 +0200

    write_http plugin: Be extra conservative in wh_reset_buffer().
    
    This function is called from wh_callback_free() which is used to clean up after
    ?alloc() failures, so the "send_buffer" field may actually be NULL.
    
    Issue: #1835

commit 9c9615b85fc73879d6d411b8f3bff5796d831fad
Merge: 2401fad 79d67c2
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Aug 3 20:39:00 2016 +0200

    Merge pull request #1690 from fr0stbyte/max_size
    
    make DATA_MAX_NAME_LEN a compile time tunable

commit 2401fad21c3be25010b9732bef88113eb7486a02
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Aug 3 19:10:04 2016 +0200

    madwifi: fix scan-build warning
    
    CC       madwifi.lo
    madwifi.c:608:2: warning: Function call argument is an uninitialized
    value
            ssnprintf (buf, bufsize, "%02x:%02x:%02x:%02x:%02x:%02x",
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.

commit 79d67c25fef3a5824c09d6dc585eae9d6235712d
Author: Radu Brumariu <radu at groupon.com>
Date:   Sat Apr 30 11:16:28 2016 -0400

    make DATA_MAX_NAME_LEN configurable at compile time

commit 07a09d229050d12df243c84889aa745700ad267b
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Aug 3 17:33:19 2016 +0200

    pinba plugin: fix warning on Solaris
    
    [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax
    specified for the proto file: pinba.proto. Please use 'syntax =
    "proto2";' or 'syntax = "proto3";' to specify a syntax version.
    (Defaulted to proto2 syntax.)

commit 437ddc0a0594e825bfbf44f318a722157f9279a4
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Aug 3 17:31:08 2016 +0200

    grep -q is not portable
    
    Solaris grep doesn't have -q
    
    Use the grep we detected with AC_PROG_EGREP and just redirect stdout.

commit 9521a596cb88b044a2f08db53520edd6e15c8d39
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Aug 3 17:01:37 2016 +0200

    Fix failing tests after 6fd0d25
    
    Fixes #1833

commit 063a5e75b36173e89ffa18d32d47509f6ef968ec
Merge: 6fd0d25 ae63479
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Aug 3 15:41:54 2016 +0200

    Merge pull request #1832 from rubenk/check-for-c99-compiler
    
    Require a compiler that understands C99

commit ae634791d387f8a98d1bd0c4c3fa06f912be04cd
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed Aug 3 14:28:29 2016 +0200

    Require a compiler that understands C99
    
    Upcoming changes will requires C99 support.
    
    For newer compilers this is the default, but older
    compilers needs a flag like -std=gnu99 or -std=c99.




More information about the collectd-changes mailing list