[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Oct 19 09:22:11 CEST 2017
Makefile.am | 2 +
src/daemon/collectd.c | 110 ++++++++++++++++++++++++++--------------------
src/daemon/collectd.h | 11 +----
src/daemon/configfile.c | 15 ++++---
src/daemon/globals.c | 48 ++++++++++++++++++++
src/daemon/globals.h | 43 ++++++++++++++++++
src/daemon/plugin.h | 18 +++-----
src/daemon/plugin_mock.c | 2 +-
src/perl.c | 32 +++++++++-----
9 files changed, 194 insertions(+), 87 deletions(-)
New commits:
commit 3d887357f3c5034bd95731734f4b5c79b0b00ad0
Merge: 6cde759 c8917bf
Author: Florian Forster <octo at collectd.org>
Date: Thu Oct 19 09:21:50 2017 +0200
Merge remote-tracking branch 'github/pr/2467'
commit c8917bfd81e4b7d330d5113af669c739ade6b02b
Author: Florian Forster <octo at collectd.org>
Date: Thu Oct 19 07:26:34 2017 +0200
clang-format -style=file -i src/daemon/{collectd,configfile,globals}.c
commit 065dbc0d449f7b0e8986635db0f9c481de64789d
Author: campbellsean at google.com <campbellsean at google.com>
Date: Wed Oct 18 16:48:50 2017 -0400
Minor changes to address PR comments.
commit 31ccd1103fadf7d1a6109252ca24f1ecb4d704ed
Author: campbellsean at google.com <campbellsean at google.com>
Date: Wed Oct 18 16:39:29 2017 -0400
Tidy up formatting with clang-format.
commit 4c763ee8c94c7fc3ed3d6b7071cf018112fa3e46
Author: Sean Campbell <campbellsean at campbellsean-cloudtop.c.googlers.com>
Date: Wed Oct 11 21:31:45 2017 -0400
Leftover reference to hostname_g[].
commit f4e0ca6bb59e633618ff3918fde47018672ea758
Author: Sean Campbell <campbellsean at campbellsean-cloudtop.c.googlers.com>
Date: Wed Oct 11 17:50:56 2017 -0400
Make g_strings in perl.c not global so that hostname_g as a char* doesn't break it.x
commit 69a2285dea4568c0010f116d22415f301b74579a
Author: Sean Campbell <campbellsean at campbellsean-cloudtop.c.googlers.com>
Date: Fri Oct 6 16:55:37 2017 -0400
Fixed issues with initializing hostname.
commit 7381780b0bec2dd004324aebcb50262f12a2b44d
Author: campbellsean at google.com <campbellsean at google.com>
Date: Fri Oct 6 14:23:18 2017 -0400
Fix kstat_ctl_t definition in globals.
commit fd96744998cbd405320ef820d038dd3ee0c87caf
Author: campbellsean at google.com <campbellsean at google.com>
Date: Fri Oct 6 13:47:45 2017 -0400
Cleanup some defines and includes.
commit fa56155c34eed72740d375208a63571d5f9d59e0
Author: campbellsean at google.com <campbellsean at google.com>
Date: Fri Oct 6 13:44:38 2017 -0400
Adds setter for hostname_g and eliminates hostname_g_size variable.
commit ce185d1c4dec25dbd58aa818f4b60a758514a574
Author: campbellsean at google.com <campbellsean at google.com>
Date: Fri Oct 6 13:40:43 2017 -0400
Add MIT license to new globals files.
commit 386ecab44c09f459ca60250ce6d7f296301897bd
Author: Damian Bogel <kele at google.com>
Date: Wed Sep 9 15:03:25 2015 -0400
Reading configuration file is now done outside main().
commit 6b649799dedd72b783e3c24b485fbf3eabd6039e
Author: Damian Bogel <kele at google.com>
Date: Wed Sep 9 11:37:05 2015 -0400
Common stuff now builds as a library.
More information about the collectd-changes
mailing list