[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Aug 7 10:33:33 CEST 2016
README | 3 ++
configure.ac | 122 +++++++++++++++++++------------------------------
src/Makefile.am | 6 +++
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 10 ++++
src/cpusleep.c | 79 ++++++++++++++++++++++++++++++++
src/network.c | 11 +++--
src/utils_dns.c | 25 ++++++++--
8 files changed, 175 insertions(+), 82 deletions(-)
New commits:
commit da612fa9c6a3343b43789569d64197d7c690be52
Merge: 83d2ff5 2a28b85
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 7 10:32:28 2016 +0200
Merge branch 'pr/1826'
commit 2a28b85efff687d0753d816fcf89f6be01605db5
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 7 10:30:22 2016 +0200
cpusleep plugin: Reformat with `clang-format -style=LLVM`.
commit 83d2ff540ffaa5ca8cf3f37ea428d4b4b8c8d875
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Wed Jun 8 13:15:54 2016 +0600
network plugin: Minimized number of proposed changes
commit 3e2272cea52a2dace364c82fbcfeecf9dd9fbd34
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Tue May 31 14:21:53 2016 +0600
network plugin: Improved error logging on decrypt error (wrong/missing username/password)
commit 178bafa2df4f8aed33772af00ebe69f6359c879a
Merge: 474d70e 673fec7
Author: Florian Forster <octo at collectd.org>
Date: Sat Aug 6 21:15:18 2016 +0200
Merge remote-tracking branch 'github/master'
commit 673fec72cf9ec4b31960bc5559023cfcaee28e0d
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sat Aug 6 21:13:41 2016 +0200
configure.ac: don't break Vim syntax highlighting
commit 474d70e02d04de92aa7503b3887989729bbbff02
Merge: da62514 d595245 5acef0c b102fa8
Author: Florian Forster <octo at collectd.org>
Date: Sat Aug 6 21:13:22 2016 +0200
Merge remote-tracking branches 'github/pr/1857', 'github/pr/1859' and 'github/pr/1860'
commit b102fa8edba97be92453c7d3e6a5d2181a6a76a2
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sat Aug 6 13:33:36 2016 +0200
configure.ac: remove checks for pkg-config
pkg-config is not optional anymore.
commit d59524524af36bf9e3eb6108d21744076c79701d
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sat Aug 6 10:27:29 2016 +0200
utils_dns.c: update rr types
Fixes #859
commit 5acef0c9d1ea126dcd5ad0d71df7fd25ecf60e47
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Sat Aug 6 13:09:15 2016 +0200
perl : fix build without compiler optimization
CC perl_la-perl.lo
In file included from /usr/include/stdio.h:27:0,
from ./daemon/collectd.h:34,
from perl.c:36:
/usr/include/features.h:331:4: error: #warning _FORTIFY_SOURCE requires
compiling with optimization (-O) [-Werror=cpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^~~~~~~
cc1: all warnings being treated as errors
Makefile:4439: recipe for target 'perl_la-perl.lo' failed
make[3]: *** [perl_la-perl.lo] Error 1
ccflags contains the flags used to compile libperl itself, not the ones
needed for compiling code that uses it. Switch to perl_inc which just
returns the neccesary include flags
Fixes #1858
commit 247d35ab847f874bcb382c37525db76f454aad36
Author: Rinigus <rinigus.git at gmail.com>
Date: Fri Aug 5 15:16:18 2016 +0300
cpusleep plugin: calculating in integers
commit e2334012f001693cae62dfcbe185a398f77e4451
Author: Rinigus <rinigus.git at gmail.com>
Date: Thu Aug 4 09:13:49 2016 +0300
cpusleep plugin: adding comment regarding units
commit 316e98b3dd28090272627a83cb8c9707380611cd
Author: Rinigus <rinigus.git at gmail.com>
Date: Thu Aug 4 00:41:25 2016 +0300
cpusleep plugin: changing reported type to total_time_in_ms; other small changes
commit 20686f9216374d414264425b8ba7ecc1582a77f6
Author: Rinigus <rinigus.git at gmail.com>
Date: Sun Jul 31 13:02:25 2016 +0300
cpusleep plugin: formatting changes
commit 73a6f82a63747f088352a61e201beac2d185b2ac
Merge: b813643 6cf7955
Author: Rinigus <rinigus.git at gmail.com>
Date: Sun Jul 24 14:38:08 2016 +0300
fix configure.ac
commit b813643789200665894f63efba67d940df37e245
Author: Rinigus <rinigus.git at gmail.com>
Date: Tue Jul 19 12:20:30 2016 +0300
formatting changes in cpusleep
commit b4415dd4b897dc69167d4a2fd0d7eba78eee1693
Author: Rinigus <rinigus.git at gmail.com>
Date: Tue Jul 5 22:57:11 2016 +0300
adding configure check for clock boottime and monotonic
commit c8a4558dd36e594c7453982a18724e02b26ba328
Author: Rinigus <rinigus.git at gmail.com>
Date: Tue Jul 5 22:56:31 2016 +0300
typo in error message fixed
commit 9e07a3a7d90542740cab85c4f12a06b1df14fb59
Author: rinigus <rinigus.git at gmail.com>
Date: Tue Jul 5 16:01:30 2016 +0300
adding CPU sleep plugin
More information about the collectd-changes
mailing list