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

Florian Forster octo at verplant.org
Thu May 31 15:52:21 CEST 2018


 Makefile.am             |    4 +-
 src/amqp1.c             |   93 +++++++++++++++++++++++++++++++++++++++++------
 src/daemon/collectd.c   |   66 +++++++++++----------------------
 src/daemon/utils_time.c |    2 +-
 src/utils_dpdk.c        |    2 +-
 src/utils_dpdk.h        |    2 +-
 src/utils_mount.c       |    2 +-
 src/write_sensu.c       |    4 +-
 8 files changed, 112 insertions(+), 63 deletions(-)

New commits:
commit aa53067971c6268e62532bf17082114e4606f92b
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 31 15:38:08 2018 +0200

    utils_time.c: fix implicit conversion warning
    
      CC       src/daemon/collectd-utils_time.o
    src/daemon/utils_time.c:153:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
      if ((len = strftime(pos, size_left, "%Y-%m-%dT%H:%M:%S", t_tm)) == 0)
               ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.

commit 5c35d13ad952c2fbcd3dfa41a77200097e2d2dc8
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 31 15:29:08 2018 +0200

    write_sensu plugin: fix implicit conversion
    
      CC       src/write_sensu.lo
    src/write_sensu.c:312:13: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
      int len = strlen(orig_name);
          ~~~   ^~~~~~~~~~~~~~~~~
    1 warning generated.

commit 6d481437322ab7caf095d7ed28895fa2b0a3abce
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 31 15:21:00 2018 +0200

    utils_mount.c: fix implicit conversion
    
      CC       src/utils_mount.lo
    src/utils_mount.c:710:7: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
      l = strlen(keyword);
        ~ ^~~~~~~~~~~~~~~
    1 warning generated.

commit 00efe8abe8210b6d32361ccc47eda4bf8aaade6a
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 31 15:13:11 2018 +0200

    dpdk: Ansify function prototype

commit 77afe479cf8fa59c78e424ee75ee8defad05a3e6
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 31 13:04:09 2018 +0200

    Fix out of tree builds
    
    Fixes #2653

commit 79d6aff3f012e65bcc4755cdbb6fe231c83927c8
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 31 12:31:32 2018 +0200

    collectd.c: modernize code a bit

commit 2a8f44ef75deb13f3152d1f2dd73253cb7aaf442
Merge: 01cf776 e617b78
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Thu May 31 12:09:00 2018 +0200

    Merge pull request #2802 from ajssmith/amqp1_dev2_branch
    
    Fix potential memory leaks found via scan-build

commit e617b78d2cb4c43fa1dbc11dd72096da4b3ba2f1
Author: Andrew Smith <ansmith at redhat.com>
Date:   Wed May 30 12:59:48 2018 -0400

    Fix potential memory leaks found in ci scan




More information about the collectd-changes mailing list