collectd.git
2016-09-11 Florian ForsterBump version to 5.6.0; Update ChangeLog. collectd-5.6.0
2016-09-08 Florian ForsterMerge branch 'collectd-5.5' into collectd-5.6
2016-09-07 Florian Forstersrc/types.db: Remove minimum value from "power".
2016-09-06 Florian ForsterMerge branch 'collectd-5.5' into collectd-5.6
2016-09-06 Florian ForsterMerge remote-tracking branch 'github/pr/1909' into...
2016-09-06 Florian ForsterMerge branch 'collectd-5.5' into collectd-5.6
2016-09-05 Marc Fourniertarget_set.c: rename 'MetaDataSet' option
2016-09-05 Florian Forsterplugin_dispatch_multivalue: Submit NAN when computing...
2016-09-02 Thomas DeutschmannFix compilation against >=xfsprogs-4.7.0
2016-09-02 Florian Forsternetwork plugin: Initialize libgcrypt only when needed.
2016-08-23 trenkelMerge pull request #1899 from rubenk/python-fixes-for...
2016-08-23 Ruben KerkhofTry a different way to silence GCC.
2016-08-22 Sven Trenkelpython plugin: Fixing possible problems with the GIL.
2016-08-22 Ruben KerkhofReally fix tests on Solaris
2016-08-18 Marc FournierMerge branch 'collectd-5.5' into collectd-5.6
2016-08-18 Marc FournierChangelog: fix unresolved merge conflict introduced...
2016-08-18 Marc Fourniercollectd.spec: mention new cpusleep plugin in changelog
2016-08-16 Marc FournierMerge branch 'collectd-5.5' into collectd-5.6
2016-08-16 Marc Fourniercollectd.spec: increment version number in changelog
2016-08-16 Marc Fourniercollectd.spec: remove misleading items from changelog
2016-08-16 Sven Trenkelpython plugin: Don't shut down the Python interpreter...
2016-08-16 Florian ForsterMerge remote-tracking branch 'github/pr/1890' into...
2016-08-16 Florian Forsterceph plugin: Assert that the strings on the stack are...
2016-08-16 Florian Forsterceph plugin: Guard against g_num_daemons being zero.
2016-08-15 Sebastian Harlwrite_kafka: Fix misleading indentation
2016-08-15 Sven Trenkelpython plugin: Unregister all internal callback lists...
2016-08-15 Sven Trenkelpython plugin: Properly deal with identifier being...
2016-08-15 Sven Trenkelpython plugin: Grab GIL before freeing callbacks. If...
2016-08-15 Florian ForsterMerge remote-tracking branch 'github/pr/1879'
2016-08-15 Florian ForsterMerge remote-tracking branch 'github/pr/1883'
2016-08-15 Florian ForsterCONTRIBUTING.md: Address review comments.
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 Ruben Kerkhofconfigure.ac: rewrite liblua detection
2016-08-15 Ruben Kerkhofsupport older versions of riemann-c-client
2016-08-15 Ruben Kerkhofscanner.l: remove GCC pragma
2016-08-15 Florian ForsterCONTRIBUTING.md: Add operating system / distribution.
2016-08-15 Florian ForsterAdd a GitHub issue template.
2016-08-15 Florian ForsterGenericJMX plugin: Suppress "unchecked conversion"...
2016-08-14 Ruben Kerkhofscanner.l: really fix pragma
2016-08-14 Ruben KerkhofFix build with older GCCs
2016-08-14 Ruben KerkhofMerge pull request #1874 from rubenk/utils-dns-fix...
2016-08-14 Florian Forsterceph plugin: Rewrite the BUFFER_ADD() macro.
2016-08-14 Ruben Kerkhofliboconfig: silence warnings in generated code
2016-08-14 Ruben Kerkhofprocesses plugin: fix 3 compiler warnings on OS X
2016-08-14 Florian ForsterMerge remote-tracking branch 'github/master'
2016-08-14 Florian Forsterceph plugin: Change g_num_daemons to size_t.
2016-08-14 Ruben Kerkhofcpu plugin: fix compiler warning on OS X
2016-08-14 Florian Forsterwrite_http plugin: Sanity check arguments to wh_write_c...
2016-08-14 Ruben Kerkhofannotate vfprintf-like 'vcomplain' function
2016-08-14 Ruben Kerkhoflibcollectdclient: annotate vprintf-like function
2016-08-14 Ruben KerkhofPython plugin: fix compiler warning
2016-08-14 Ruben KerkhofLua plugin: fix old style definition
2016-08-14 Ruben KerkhofMerge pull request #1885 from rubenk/lua-plugin
2016-08-14 Ruben KerkhofREADME: bump Python requirement to 2.6
2016-08-14 Ruben KerkhofLua plugin: add to rpm specfile
2016-08-14 Ruben KerkhofLua plugin: add to README
2016-08-14 Ruben KerkhofLua plugin: make function array const
2016-08-14 Ruben KerkhofLua plugin: Terminate array with sentinel
2016-08-14 Ruben Kerkhofcollectd-lua(5) fix syntax error in pod
2016-08-14 Ruben KerkhofLua plugin: add section to collectd.conf(5)
2016-08-14 Ruben KerkhofLua plugin: s/Collectd/collectd/g in manpage
2016-08-14 Ruben KerkhofLua plugin: fix build with Lua 5.1
2016-08-14 Ruben KerkhofLua plugin: add a manpage
2016-08-14 Ruben KerkhofLua plugin: turn the collectd functions into a lib
2016-08-14 Ruben KerkhofLua plugin: use existing type for functions array
2016-08-14 Florian ForsterMerge remote-tracking branch 'github/pr/1882'
2016-08-13 Ruben KerkhofMerge pull request #1887 from rubenk/make-xfs-optional
2016-08-13 Ruben Kerkhofliboconfig: make function static
2016-08-13 Ruben Kerkhofconfigfile.h: remove unused declaration
2016-08-13 Ruben KerkhofStop using net-snmp-config to detect libnetsmp
2016-08-13 Ruben Kerkhofcollectdmon: define PREFIX and LOCALSTATEDIR
2016-08-13 Ruben Kerkhofcollectdctl: prefix may be undefined as well
2016-08-13 Ruben Kerkhofceph plugin: just continue
2016-08-13 Ruben Kerkhofbarometer plugin: add missing include
2016-08-13 Ruben Kerkhofcollectctl: define LOCALSTATEDIR if not defined
2016-08-13 Ruben Kerkhofwrite_log plugin: mark unused attribute as unused
2016-08-13 Ruben Kerkhoftreewide: use designated initializers for user_data
2016-08-13 Ruben Kerkhofopenldap plugin: replace comma with semicolon
2016-08-13 Ruben KerkhofLua plugin: wrap debug code in COLLECT_DEBUG
2016-08-13 Ruben KerkhofAdd an option to disable building with XFS support
2016-08-13 Ruben Kerkhofzone plugin: fix typo in error message
2016-08-13 Ruben Kerkhofcollectd.conf(5): add Host option for curl_json
2016-08-13 Ruben Kerkhofconfigure.ac: check for ExtUtils::MakeMaker
2016-08-12 Julien AmmousAdd a Lua plugin for Collectd
2016-08-12 Florian ForsterCONTRIBUTING.md: Give more concrete advice on writing...
2016-08-12 Florian Forstergrpc plugin: Unify SSL config options.
2016-08-12 Florian Forstergrpc plugin: Implement the <Server "host" "port"> option.
2016-08-12 Ruben KerkhofMerge pull request #900 from ccin2p3/faxmodem/cpu-numcpu
2016-08-12 Fᴀʙɪᴇɴ Wᴇʀɴʟɪaddress @octo and @rubenk's comments
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 collectd-5.4
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
next