Merge pull request #1876 from octo/issue/1819
[collectd.git] / src /
2016-08-04 Aman Guptaremove double reported innodb metrics
2016-08-04 Ruben Kerkhofsigrok: use pkg-config to find library
2016-08-04 Ruben KerkhofMerge pull request #1842 from rubenk/declare-loop-varia...
2016-08-04 Ruben Kerkhoftreewide: declare loop variable in loop expression
2016-08-04 Florian Forstermemcached plugin: Use hostname_g when reading localhost.
2016-08-04 Ruben Kerkhofuuid plugin: make it work on OpenBSD
2016-08-04 Ruben Kerkhofuuid plugin: make it work on NetBSD
2016-08-04 Ruben Kerkhofuuid plugin: make it work on FreeBSD
2016-08-04 Ruben Kerkhofuuid plugin: make it work on OSX
2016-08-04 Ruben Kerkhofuuid plugin: also look in /sys/class/dmi for uuid
2016-08-04 Ruben Kerkhofuuid plugin: only look in /sys on Linux
2016-08-04 Ruben Kerkhofuuid plugin: look in smbios system table for uuid
2016-08-04 Ruben Kerkhofuuid plugin: some coding style cleanups
2016-08-04 Riniguscpusleep plugin: adding comment regarding units
2016-08-03 Riniguscpusleep plugin: changing reported type to total_time_i...
2016-08-03 Florian Forstersrc/plugin.c: Stop write threads before calling shutdow...
2016-08-03 Florian Forsterwrite_http plugin: Be extra conservative in wh_reset_bu...
2016-08-03 Ruben KerkhofMerge pull request #1690 from fr0stbyte/max_size
2016-08-03 Ruben Kerkhofmadwifi: fix scan-build warning
2016-08-03 Ruben Kerkhofpinba plugin: fix warning on Solaris
2016-08-03 Ruben KerkhofFix failing tests after 6fd0d25
2016-08-03 Ruben KerkhofMerge pull request #1832 from rubenk/check-for-c99...
2016-08-03 Amy Linsrc/daemon/plugin.h: Enlarge the DATA_MAX_NAME_LEN.
2016-08-03 Ruben KerkhofMerge pull request #1830 from rubenk/move-collectd...
2016-08-03 Ruben KerkhofMerge pull request #1831 from rubenk/ai_hints-cleanup
2016-08-03 Ruben Kerkhoftreewide: Use AF_UNSPEC consistently
2016-08-03 Ruben Kerkhofno need to initialize result ptr of getaddrinfo
2016-08-03 Ruben Kerkhoftreewide: use designated initializers for ai_hints
2016-08-03 Florian Forsterxencpu plugin: Remove unnecessary semicolons.
2016-08-02 Florian Forstergrpc plugin: Rename "Reply" messages to "Response".
2016-08-02 Florian Forstergrpc plugin: Create a "Dispatch" service and use stream...
2016-08-02 Florian Forstergrpc plugin: Add the "ds_names" field to the ValueList...
2016-08-02 Florian Forstergrpc plugin: Unify field names.
2016-08-02 Ruben Kerkhoftreewide: stop checking for AI_PASSIVE
2016-08-02 Ruben Kerkhoftreewide: stop checking for AI_ADDRCONFIG
2016-08-02 Ruben Kerkhoftreewide: add blank line below collectd.h
2016-08-02 Ruben KerkhofFix build on Solaris 10
2016-08-02 Ruben KerkhofMerge pull request #1829 from rubenk/clang-format
2016-08-02 Ruben KerkhofMerge pull request #1821 from rubenk/memset
2016-08-02 Ruben Kerkhofpf: no need to zero-initialize status
2016-08-02 Ruben KerkhofFix double declaration
2016-08-02 Ruben Kerkhofipmi: fix building with older gcc's
2016-08-01 Ruben KerkhofTry if this fixes the build on RHEL{5,6}
2016-08-01 Ruben Kerkhofceph plugin: no need to zero the whole array
2016-08-01 Ruben Kerkhofipmi: use C99 designated initializer
2016-08-01 Ruben Kerkhofapache: no need to zero-initialize
2016-08-01 Ruben Kerkhofamqp: use C99 designated initializers
2016-08-01 Ruben Kerkhofamqp: no need to zero-initialize buffer
2016-08-01 Ruben Kerkhofaggregration: no need to zero-initialize
2016-08-01 Ruben Kerkhoftreewide: replace memset to 0 with initializers
2016-08-01 Ruben KerkhofMerge pull request #1822 from rubenk/write_riemann...
2016-08-01 Ruben KerkhofMerge pull request #1824 from rubenk/protobuf-autoconf
2016-08-01 Ruben KerkhofUse pkg-config to configure grpc plugin
2016-08-01 Ruben Kerkhofwrite-riemann plugin: reindent with clang-format
2016-08-01 Florian ForsterMerge branch 'pr/1791'
2016-08-01 Florian Forsterinterface plugin: Remove NULL config key.
2016-07-31 Riniguscpusleep plugin: formatting changes
2016-07-31 Rinigusremove mode lines from interface plugin
2016-07-30 Rinigusinterface plugin: following active/inactive interfaces...
2016-07-30 Rinigusinteface plugin: add formatting string
2016-07-28 Sebastian Harlgrpc plugin: Simplify error handling a bit.
2016-07-28 Sebastian HarlMerge pull request #1816 from octo/grpc-free-iter
2016-07-28 Florian Forstergrpc plugin: Free the cache iterator when returning...
2016-07-28 Florian ForsterMerge remote-tracking branch 'github/pr/1814'
2016-07-28 Florian Forsterempty_counter match: Code cleanup.
2016-07-28 Florian Forsterempty_counter match: Add support for the DERIVE data...
2016-07-28 Florian Forstervarnish plugin: Add informative warnings to the config...
2016-07-27 Ruben KerkhofMerge pull request #1806 from rubenk/network-plugin...
2016-07-27 Sebastian Harlnetwork plugin: Don't abort() if gcrypt initialization...
2016-07-26 Ruben Kerkhofwrite_http: fix warning in new kairos support
2016-07-26 Ruben Kerkhofwrite_http: remove superfluous braces
2016-07-26 Ruben KerkhofMerge pull request #1809 from beorn-/write_http_kairosd...
2016-07-26 Aurelien ROUGEMONTAdd KAIROSDB format to write_http plugin
2016-07-26 Ruben KerkhofMerge branch 'collectd-5.5'
2016-07-26 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-07-26 Ruben KerkhofMerge pull request #1804 from rubenk/madwifi-fix-buffer...
2016-07-26 Aurelien ROUGEMONTmetadata: add comment about metadata functions use...
2016-07-26 Ruben KerkhofMerge pull request #1807 from matteocontrini/master
2016-07-26 Florian Forsternetwork plugin: Fix error message for GCRYCTL_INIT_SECM...
2016-07-26 Florian ForsterMerge branch 'collectd-5.5'
2016-07-25 Matteo ContriniAdded 'operations_per_second' (redis) type
2016-07-25 Florian ForsterMerge branch 'collectd-5.4' into collectd-5.5
2016-07-25 Florian Forsternetwork plugin, libcollectdclient: Check return value...
2016-07-24 Ruben Kerkhoflibcollectdclient: fix compiler warning on Solaris
2016-07-24 Ruben Kerkhofutils_cache_mock: fix annotations
2016-07-24 Ruben Kerkhoftreewide: fix invocation of c_avl_create
2016-07-24 Ruben Kerkhofemail plugin: fix lint warnings
2016-07-24 Ruben Kerkhofutils_llist.c: remove unneccesary include
2016-07-24 Ruben Kerkhofwrite_kafka plugin: remove unneccesary includes
2016-07-24 Ruben Kerkhofthreshold plugin: remove unneccesary include
2016-07-24 Ruben Kerkhofmqtt plugin: remove unused include
2016-07-24 Ruben Kerkhofbattery plugin: remove unused include
2016-07-24 Ruben Kerkhofmemcachec plugin: correct error message
2016-07-24 Ruben Kerkhofcurl plugin: correct error message
2016-07-24 Ruben Kerkhofmodbus plugin: unsigned value can't be negative
2016-07-24 Ruben Kerkhofcollectd-tg: remove dead code
2016-07-24 Ruben Kerkhoffscache plugin: unsigned value can't be negative
2016-07-24 Ruben Kerkhofuuid plugin: fix inclusion of libhal.h
2016-07-24 Ruben Kerkhofganglia plugin: unsigned value can't be negative
2016-07-24 Ruben Kerkhoftreewide: remove unused includes
next