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

Florian Forster octo at verplant.org
Thu Dec 8 15:45:55 CET 2016


 ChangeLog                 |   36 ++
 src/Makefile.am           |   52 +--
 src/collectd.conf.pod     |    2 +-
 src/daemon/utils_random.c |   13 +-
 src/daemon/utils_random.h |   10 +-
 src/grpc.cc               | 1082 ++++++++++++++++++++++-----------------------
 src/smart.c               |  136 +++---
 src/utils_cmd_flush.c     |    1 -
 src/utils_cmd_flush.h     |    4 +-
 src/utils_cmd_putval.c    |    5 -
 src/utils_cmd_putval.h    |    4 +-
 src/write_kafka.c         |    3 +-
 version-gen.sh            |    2 +-
 13 files changed, 682 insertions(+), 668 deletions(-)

New commits:
commit c6baff42e7e8e547eb7ca7817c0e0e07ccea95db
Merge: 27d117e 3fb6fe5
Author: Florian Forster <octo at collectd.org>
Date:   Thu Dec 8 15:42:05 2016 +0100

    Merge branch 'collectd-5.7'

commit 3fb6fe5776c14f41879249f4147c0b8924b39cc1
Merge: b8b1e35 bb1d857
Author: Florian Forster <octo at collectd.org>
Date:   Thu Dec 8 15:27:03 2016 +0100

    Merge branch 'collectd-5.6' into collectd-5.7

commit 27d117edf8dd7ae0b0f85772361f3df7ac933ae6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Dec 6 21:14:41 2016 +0100

    Reformat gRPC plugin.
    
    I guess this was missed because the file uses a .cc suffix.

commit b8b1e35f503af693b8c53ddd32ffd41981a82dd5
Merge: b88aba2 ebb15e3
Author: Florian Forster <octo at collectd.org>
Date:   Tue Dec 6 13:40:09 2016 +0100

    Merge remote-tracking branch 'github/pr/2081' into collectd-5.7

commit bb1d857383b85dbc2c37098391d53e2b9261c830
Author: Florian Forster <octo at collectd.org>
Date:   Tue Dec 6 13:28:20 2016 +0100

    smart plugin: Refactor, demote warnings to debug.
    
    Fixes: #2062

commit ebb15e3e8eeb7673b8d2b36be3f3b79a2918c743
Author: Florian Forster <octo at collectd.org>
Date:   Tue Dec 6 10:55:42 2016 +0100

    src/utils_cmd_*.[ch]: Remove unused and redundant includes.

commit 6217f10520ebc4bcfbb514952baaf15d63c5798a
Author: Florian Forster <octo at collectd.org>
Date:   Tue Dec 6 10:55:06 2016 +0100

    src/Makefile.am: Fix linking with libcmds.la.
    
    Issue: #2067

commit 11011dc93691989513ff2101c221ea15dab5658a
Author: Florian Forster <octo at collectd.org>
Date:   Mon Dec 5 11:52:35 2016 +0100

    write_kafka plugin: Use 32bit random number when formatting a random key.
    
    Previously, negative numbers would be truncated to "ffffffff" by the
    buffer length on architectures where longs are 64 bit.
    
    Fixes: #2074

commit 03eb7511c9346495a50442c2be9311c101b9ccc6
Author: Florian Forster <octo at collectd.org>
Date:   Mon Dec 5 11:49:34 2016 +0100

    src/daemon/utils_random.[ch]: Implement cdrand_u().

commit 41bff0a4060987d3682046fc42781cf116392e0f
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 30 09:44:51 2016 +0100

    Bump version to 5.6.1; Update ChangeLog.

commit ac4796e28a252867994aff9015e9e64e3031716e
Author: Kevin Bowling <kbowling at llnw.com>
Date:   Tue Apr 5 23:17:26 2016 -0700

    Collected podtypo




More information about the collectd-changes mailing list