collectd.git
2015-09-14 Ruben KerkhofLet systemd handle logging
2015-09-14 Ruben Kerkhofnotify_systemd: unset NOTIFY_SOCKET later
2015-09-14 Ruben Kerkhofnotify_systemd: remove dead code
2015-09-14 Ruben Kerkhofnotify_systemd: use close-on-exit on socket
2015-09-01 Florian Forstercollectd-tg: Fall back to gettimeofday(3) if clock_gett...
2015-08-26 Marc FournierMerge branch 'collectd-5.5'
2015-08-26 Marc Fourniersrc/daemon/utils_time_test.c: add ULL suffix to large...
2015-08-26 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2015-08-26 Ruben KerkhofFix harmless build warnings with newer binutils
2015-08-26 Ruben Kerkhofliboconfig: Fix implicit declaration warning
2015-08-26 Ruben KerkhofDon't unlock lock twice
2015-08-26 Ruben Kerkhofpf: fix compilation on OpenBSD
2015-08-26 Ruben Kerkhofdns: fix compilation on OpenBSD
2015-08-26 Marc Fourniercoding style fixes over 94e5622
2015-08-26 Gautam BTFix pipe leak in exec plugin
2015-08-21 Florian Forstersrc/testing.h: Rename the EXPECT_EQ_{DOUBLE,INT,STR...
2015-08-21 Florian Forstersrc/testing.h: Rewrite the EXPECT_EQ_UINT64() macro.
2015-08-21 Florian Forstersrc/daemon/utils_time_test.c: Test ms conversion.
2015-08-21 Florian Forstersrc/daemon/utils_time.h: Don't cast input to time_t.
2015-08-21 Florian Forstersrc/daemon/utils_time.h: Treat nanoseconds as 64bit...
2015-08-19 Florian Forstersrc/daemon/utils_time.h: Improve precision of conversio...
2015-08-13 Ruben Kerkhofltdl: only compile included libltdl when needed
2015-08-13 Marc FournierMerge remote-tracking branch 'origin/pr/1216'
2015-08-13 Marc FournierMerge remote-tracking branch 'origin/pr/1188'
2015-08-12 Brad DavisUse the devstat struct directly instead of using devsta...
2015-08-10 Ruben Kerkhofpowerdns: update recursor stats to 3.7.3
2015-08-07 Marc FournierMerge branch 'collectd-5.5'
2015-08-07 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2015-08-05 Marc Fournierrouteros: fix a small build error pointed out by clang
2015-08-05 Pierre-Yves... Merge pull request #1153 from mbethke/fix-unixsock
2015-08-05 Pierre-Yves... Merge pull request #1178 from rubenk/fix-libmodbus...
2015-08-05 Natanael Copaipc: enable _GNU_SOURCE to fix build with musl libc
2015-08-04 Marc FournierRevert "amqp: look for librabbitmq in /usr/local as...
2015-08-04 Ruben Kerkhoffhcount: this plugin only works on Linux
2015-08-04 Pierre-Yves... Merge pull request #1196 from rubenk/travis
2015-08-04 Ruben KerkhofTravis: add some whitelisted packages
2015-08-04 Ruben KerkhofTravis: test with both gcc and clang
2015-08-04 Ruben KerkhofTravis: run make distcheck
2015-08-04 Ruben Kerkhofdisk: no need to link with kvm, bsdxml, sbuf
2015-08-04 Ruben Kerkhofdisk: rename snap_present to snap
2015-08-04 Ruben Kerkhofdisk: gather statistics since boot on FreeBSD
2015-08-04 Xin LiMake disk plugin compatible with FreeBSD.
2015-08-03 Marc FournierMerge branch 'collectd-5.5'
2015-08-03 Marc Fourniersystemd.collectd.service: take debian/ubuntu's env...
2015-08-03 Marc FournierMerge remote-tracking branch 'origin/pr/1191'
2015-08-03 Marc FournierMerge remote-tracking branch 'origin/pr/1181'
2015-08-03 Marc FournierMerge remote-tracking branch 'origin/pr/1175'
2015-08-03 Marc FournierMerge remote-tracking branch 'origin/pr/1164'
2015-08-03 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2015-08-03 Vincent Bernatlogstash: initialize conf struct to 0
2015-08-03 Ruben KerkhofFix libmodbus detection on FreeBSD
2015-08-03 Ruben Kerkhofamqp: look for librabbitmq in /usr/local as well
2015-08-03 Ruben KerkhofFix varnish detection on FreeBSD
2015-08-03 Ruben Kerkhofirq: skip FIQ line in /proc/interrupts
2015-08-03 Ruben Kerkhofconfigure.ac: remove some redundant x'es
2015-08-03 Ruben Kerkhofconfigure.ac: fix indentation
2015-08-03 Ruben KerkhofFix a memory leak on shutdown
2015-08-03 Fabien WernliUse environmental variables from /etc/sysconfig/collectd
2015-08-02 Pierre-Yves... travis: make check as well
2015-08-01 Ruben KerkhofAdd more test stuff to .gitignore
2015-08-01 Ruben Kerkhofcore: include <sys/socket.h> in collectd.h
2015-08-01 Marc FournierMerge branch 'collectd-5.5'
2015-08-01 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2015-08-01 Shahul HameedAdd utils_parse_option.c/h to amqp plugin source files...
2015-08-01 Ruben Kerkhofcollectd -T: fix memory leak
2015-08-01 Ruben KerkhofFix some small leaks on error paths
2015-08-01 Ruben Kerkhofliboconfig: really fix lex warnings
2015-08-01 Wojtek BocerAdd remark about length of HostnameFormat string in...
2015-08-01 Marc FournierMerge remote-tracking branch 'origin/pr/1168'
2015-08-01 Shahul HameedUse standard ints in write_kafka plugin for portability
2015-07-31 Pierre-Yves... travis: move to new infra
2015-07-31 Pierre-Yves... travis: update script
2015-07-31 Pierre-Yves... travis: enable ci
2015-07-29 Florian Forstersrc/utils_latency.c: Fix format string error.
2015-07-29 Florian Forstersrc/utils_latency.c: Ensure that LLONG_MAX is defined.
2015-07-29 Marc FournierRPM specfile: take mqtt plugin in account
2015-07-28 Ruben Kerkhofwrite_redis: fix a few typos in manpage
2015-07-24 Ruben Kerkhofwrite_graphite: set service at config time
2015-07-24 Ruben Kerkhofwrite_graphite: set service at config time
2015-07-24 Ruben Kerkhofwrite_graphite: set default node at config time
2015-07-24 Ruben Kerkhofwrite_graphite: remove #ifndefs
2015-07-21 Matthias Bethkemake _escape_argument() readonly-safe on older Perls
2015-07-21 Matthias Bethkefix evil autoderef
2015-07-16 Florian Forstersrc/utils_latency_test.c: Disable the "-1" test for...
2015-07-15 Florian Forstersrc/utils_latency_test.c: Assure that large latency...
2015-07-15 Florian Forstersrc/utils_latency_test.c: Log result of DOUBLE_TO_CDTI...
2015-07-14 Florian Forstersrc/daemon/utils_time_mock.c: Mark static return value...
2015-07-14 Florian ForsterLink libcommon.la with $(COMMON_LIBS).
2015-07-14 Florian Forstersrc/utils_latency.c: Fix format string error.
2015-07-14 Florian Forstersrc/utils_latency.c: Ensure that LLONG_MAX is defined.
2015-07-14 Florian Forsterplugin_mock.c: Declare "kc".
2015-07-14 Florian ForsterMerge remote-tracking branch 'github/pr/1124'
2015-07-13 Florian ForsterMerge remote-tracking branch 'github/pr/1130'
2015-07-13 Florian Forstersrc/utils_latency.c: Add unit test.
2015-07-13 Florian ForsterMerge branch 'collectd-5.5'
2015-07-13 Florian Forstersrc/utils_latency.c: Store "bin_width" as cdtime_t.
2015-07-13 Florian Forstersrc/utils_latency.c: Fix change_bin_width().
2015-07-13 Sebastian PfahlAdded option to choose redis database to use
2015-07-10 Florian ForsterTesting: Return failure from OK1() and other fixes.
2015-07-10 Ruben Kerkhofvarnish: fix leak on read
next