]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2016-08-15  Florian ForsterCONTRIBUTING.md: Address review comments. 1883/head
2016-08-15  Florian ForsterREADME: Point to CONTRIBUTING.md for bugs and PRs.
2016-08-15  Florian ForsterCONTRIBUTING.md: Address review comments.
2016-08-15  Florian ForsterCONTRIBUTING.md: Add operating system / distribution.
2016-08-15  Florian ForsterAdd a GitHub issue template.
2016-08-12  Florian ForsterCONTRIBUTING.md: Give more concrete advice on writing...
2016-08-12  Ruben KerkhofMerge pull request #900 from ccin2p3/faxmodem/cpu-numcpu
2016-08-12  Fᴀʙɪᴇɴ Wᴇʀɴʟɪaddress @octo and @rubenk's comments 900/head
2016-08-12  Ruben KerkhofMerge pull request #1873 from rubenk/fix-duplicate...
2016-08-12  Ruben KerkhofMerge pull request #1875 from rubenk/remove-configfile...
2016-08-11  Sebastian HarlMerge pull request #1876 from octo/issue/1819
2016-08-11  Ruben KerkhofMerge branch 'collectd-5.5'
2016-08-11  Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-08-11  Ruben Kerkhofmd: fix deprecation warning with latest glibc
2016-08-11  Ruben Kerkhofcommon.c: fix calloc arguments order
2016-08-11  Florian ForsterMerge remote-tracking branch 'github/pr/1530'
2016-08-11  Fabien Wernliimplement reporting of ncpu
2016-08-11  David GibsonFix conceptual buglet in default_callback
2016-08-11  Florian Forsterproto/collectd.proto: Improve documentation. 1876/head
2016-08-11  Florian Forstergrpc plugin: Rename "err" to "status".
2016-08-11  Pavel Rochnyackstatsd, utils_latency: allow to reduce bin width 1622/head
2016-08-10  Marc Fourniersrc/daemon/common.c: avoid leaking cap_header in error... 1530/head
2016-08-10  Marc Fourniersrc/daemon/common.c: avoid using private structs from...
2016-08-10  Marc Fournierturbostat: avoid potential unused variable
2016-08-10  Marc Fournierfix typographical mistake in warning message
2016-08-10  Ruben Kerkhofswap plugin: fix leak on error
2016-08-10  Ruben Kerkhofwrite_sensu plugin: fix build on OpenBSD
2016-08-10  Ruben Kerkhofchrony plugin: fix build on OpenBSD
2016-08-10  Florian Forsterproto/*.proto: Reformat using clang-format.
2016-08-10  Florian Forstergrpc plugin: Move all functions to a single service...
2016-08-10  Florian Forstergrpc plugin: Switch to the synchronous interface.
2016-08-10  Florian Forsterproto/*.proto: Add the go_package option.
2016-08-10  Florian Forstergrpc plugin: Turn QueryValues into a server-side stream...
2016-08-10  Florian ForsterBuild system: set CPPFLAGS when checking for <grpc...
2016-08-10  Ruben Kerkhofcommon.c: fix compilation on OpenBSD
2016-08-10  Ruben KerkhofIgnore cscope files
2016-08-10  Ruben KerkhofRemove configfile.h from plugins 1875/head
2016-08-10  Marc Fourniercheck_capability: explicitly target recent linux implem...
2016-08-10  Marc Fournieriptables: include libiptc headers before capability.h
2016-08-10  Marc Fourniercheck and warn about capabilities misconfiguration
2016-08-10  Marc Fournierturbostat plugin: use check_capability() function
2016-08-10  Marc Fourniersrc/daemon/common.[ch]: add check_capability() function
2016-08-09  Florian Forstermysql plugin: Remove trailing whitespace.
2016-08-09  Brian LalorAllow MySQL to use SSL connections
2016-08-09  Marc FournierMerge pull request #1549 from mfournier/socket-keepalive
2016-08-09  Marc Fourniercollectd.spec: add missing %define required by gps...
2016-08-09  Ruben Kerkhofcollectdctl.c: fix two compiler warnings
2016-08-09  Ruben Kerkhofgps plugin: fix compiler warning
2016-08-09  Ruben Kerkhofutils_db_query.c: fix compiler warning
2016-08-09  Marc Fourniercollectd.spec: add gps plugin
2016-08-09  Marc FournierMerge remote-tracking branch 'origin/pr/1346'
2016-08-09  Ruben KerkhofWork around Solaris 10 defining label_t 1873/head
2016-08-09  Marc Fournierwrite_tsdb: enable TCP keepalive on network socket 1549/head
2016-08-09  Marc Fournierwrite_sensu: enable TCP keepalive on network socket
2016-08-09  Marc Fournierwrite_riemann: enable TCP keepalive on network socket
2016-08-09  Marc Fournierwrite_graphite: enable TCP keepalive on network socket
2016-08-09  Marc Fournierdaemon/common.[ch]: add set_sock_opts() function
2016-08-09  Florian Forsterceph plugin: Really fix "parse_keys" test.
2016-08-08  Marc Fourniercollectd.spec: fix ./configure arguments order
2016-08-08  Marc Fourniercollectd.spec: fix typo, missing "%" sign
2016-08-08  Ruben KerkhofInclude collectd.h before testing.h
2016-08-08  Marc Fourniercollectd.spec: specify PYTHON_CONFIG on EL5
2016-08-08  Marc Fourniercollectd.spec: add new cpusleep plugin
2016-08-08  Florian ForsterMerge remote-tracking branch 'github/pr/1845'
2016-08-07  Florian Forstersrc/utils_format_json.c: Fix usage of yajl_gen_config().
2016-08-07  trenkelMerge pull request #1864 from rubenk/python-2.6
2016-08-07  Ruben KerkhofRemove Python 2.4 compatibily macros 1864/head
2016-08-07  Ruben KerkhofBump python requirement to 2.6
2016-08-07  Ruben KerkhofMerge pull request #1851 from rubenk/use-python-config...
2016-08-07  Ruben Kerkhofpython: use LIBPYTHON_LIBS too 1851/head
2016-08-07  Ruben KerkhofSwitch to python-config for libpython detection
2016-08-07  Ruben Kerkhofperl plugin: fix build on RHEL5
2016-08-07  Ruben Kerkhofutils_dns.c: fix build on OSX
2016-08-07  Ruben KerkhofMerge pull request #1856 from rubenk/snmp-dont-dispatch...
2016-08-07  Ruben KerkhofMerge pull request #1490 from rubenk/uuid
2016-08-07  Ruben Kerkhofsnmp : don't send values for empty type_instance 1856/head
2016-08-07  Ruben Kerkhofperl plugin: needs _LARGEFILE64_SOURCE
2016-08-07  Ruben KerkhofMerge pull request #1853 from rubenk/python-plugin...
2016-08-07  Ruben KerkhofMerge pull request #1844 from rubenk/sigrok
2016-08-07  Florian ForsterMerge branch 'pr/1826'
2016-08-07  Florian Forstercpusleep plugin: Reformat with `clang-format -style...
2016-08-06  Pavel Rochnyacknetwork plugin: Minimized number of proposed changes
2016-08-06  Pavel Rochnyacknetwork plugin: Improved error logging on decrypt error...
2016-08-06  Florian Forstersrc/utils_db_query.c: Correctly handle return value...
2016-08-06  Florian ForsterMerge remote-tracking branch 'github/master'
2016-08-06  Ruben Kerkhofconfigure.ac: don't break Vim syntax highlighting
2016-08-06  Florian ForsterMerge remote-tracking branches 'github/pr/1857', 'githu...
2016-08-06  Florian ForsterMerge remote-tracking branch 'github/pr/1396'
2016-08-06  Florian Forsterpython plugin: Fix double declaration of variable.
2016-08-06  Florian Forstersrc/utils_format_json_test.c: Fix @rubenk's review... 1396/head
2016-08-06  Florian Forstersrc/utils_format_json.c: Add support for libyajl < 2.
2016-08-06  Florian Forsterwrite_http plugin: Implement writing of notifications.
2016-08-06  Florian Forstersrc/utils_format_json.[ch]: Implement format_json_notif...
2016-08-06  Florian ForsterMerge branch 'collectd-5.5'
2016-08-06  Florian ForsterMerge branch 'collectd-5.4' into collectd-5.5
2016-08-06  Florian Forstersrc/utils_db_query.c: Check return status of strjoin().
2016-08-06  Florian Forsterlibcollectdclient: Don't print anything to STDOUT by...
2016-08-06  Sven Trenkelpython plugin: Fix SIGINT handling.
2016-08-06  Florian Forsterping plugin: Let start_thread() return gracefully when...
2016-08-06  Ruben Kerkhofcollectd.conf(5): s/collectd/collected/
next