[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.7'
Florian Forster
octo at verplant.org
Tue Dec 6 13:40:46 CET 2016
configure.ac | 10 +-
src/Makefile.am | 74 ++++----
src/daemon/Makefile.am | 7 +-
src/daemon/utils_match.c | 372 -----------------------------------------
src/daemon/utils_match.h | 181 --------------------
src/daemon/utils_tail.c | 235 --------------------------
src/daemon/utils_tail.h | 88 ----------
src/daemon/utils_tail_match.c | 340 -------------------------------------
src/daemon/utils_tail_match.h | 141 ----------------
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/utils_match.c | 372 +++++++++++++++++++++++++++++++++++++++++
src/utils_match.h | 181 ++++++++++++++++++++
src/utils_tail.c | 235 ++++++++++++++++++++++++++
src/utils_tail.h | 88 ++++++++++
src/utils_tail_match.c | 340 +++++++++++++++++++++++++++++++++++++
src/utils_tail_match.h | 141 ++++++++++++++++
19 files changed, 1401 insertions(+), 1418 deletions(-)
New commits:
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 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 b88aba2e5d98699cd19b6634b1183a3d839ec2a5
Author: Mytnyk, VolodymyrX <volodymyrx.mytnyk at intel.com>
Date: Wed Nov 30 14:12:49 2016 +0000
dpdkstats: fix detection of local libdpdk
- Fix typo.
Change-Id: I7cfb6dff4e1c2728650cd1d44aaaa36169880809
Signed-off-by: Mytnyk, VolodymyrX <volodymyrx.mytnyk at intel.com>
commit d5569bf266133d0bef3a1d3f805d72713ceb84cf
Merge: 1584297 391ceea
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Fri Dec 2 13:59:32 2016 +0100
Merge pull request #2069 from octo/issue/2067
src/Makefile.am: Fix dependencies for the "tail" and "match" utilities.
commit 391ceea5afd965889ac1f928840dc7f4e3c66a7b
Author: Florian Forster <octo at collectd.org>
Date: Thu Dec 1 14:52:06 2016 +0100
src/Makefile.am: Fix dependencies for the "tail" and "match" utilities.
Since being pulled out of the core daemon, the daemon no longer provides
all the required symbols for these shared objects. The "tail", "match"
and "tail_match" utils need to be compiled in explicitly. Also, we need
to link with the liblatency.la convenience library for the
"Distribution" handling in the "match" util.
Issue: #2067
commit 1584297665665f900011297f1ae0e29ecf9ce379
Merge: 2e632b0 88a030d
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Tue Nov 29 15:46:52 2016 +0100
Merge pull request #2064 from rubenk/fix-make-distcheck
Fix make distcheck
commit 88a030db20ff8dfa161fa10dd1d7fb1cf3f18bda
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Tue Nov 29 15:43:22 2016 +0100
Fix make distcheck
This was broken by 1d888f3
More information about the collectd-changes
mailing list