collectd.git
2016-08-15 Sebastian Harlwrite_kafka: Fix misleading indentation
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 David GibsonFix conceptual buglet in default_callback
2016-08-06 Florian Forstersrc/utils_db_query.c: Correctly handle return value...
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 Florian Forsterping plugin: Let start_thread() return gracefully when...
2016-08-05 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-08-04 trenkelMerge pull request #1846 from tokkee/collectd-5.4
2016-08-04 Sebastian Harlpython plugin: Fix conversion of value-lists from Pytho...
2016-08-03 Florian Forstersrc/plugin.c: Stop write threads before calling shutdow...
2016-07-27 Sebastian Harlnetwork plugin: Don't abort() if gcrypt initialization...
2016-07-26 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-07-26 Aurelien ROUGEMONTmetadata: add comment about metadata functions use...
2016-07-26 Ruben KerkhofBump spec file to 5.4.3
2016-07-26 Ruben KerkhofUpdate spec file to 5.5.2
2016-07-26 Florian ForsterBump version to 5.4.3; Update ChangeLog. collectd-5.4.3
2016-07-26 Florian Forsternetwork plugin: Fix error message for GCRYCTL_INIT_SECM...
2016-07-26 Florian ForsterChangeLog: Add note about #1665. collectd-5.5.2
2016-07-25 Florian ForsterBump version to 5.5.2; Update ChangeLog.
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-21 Florian ForsterMerge branch 'collectd-5.4' into collectd-5.5
2016-07-21 Florian Forsternetwork plugin: Fix heap overflow in parse_packet().
2016-06-14 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2016-06-14 Marc Fourniersrc/*.pod: fix minor warnings spotted by podchecker
2016-06-14 Marc Fourniercollectd.conf.pod: fix minor typos in ntpd plugin section
2016-06-10 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-06-10 Thomas GuthmannBug#1059 : Remove any white spaces in ethstats stat...
2016-06-03 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-05-30 Sebastian HarlMerged branch 'collectd-4.10' into collectd-5.4.
2016-05-30 Sebastian Harlperl plugin: Be more consistent about capitalization.
2016-05-30 Pavel Rochnyackperl plugin: Removed commented code
2016-05-30 Pavel Rochnyackperl plugin: Added call_pv_locked() wrapper to handle...
2016-05-30 Pavel Rochnyackperl plugin: Switched to PTHREAD_MUTEX_RECURSIVE locking
2016-05-30 Pavel Rochnyackperl plugin: Fixes for #1706
2016-05-30 Pavel Rochnyackperl plugin: lock base thread interpreter in perl_init...
2016-05-25 Florian Forsterplugin_mock.c: Declare "kc".
2016-05-25 Florian ForsterMakefile.am: Link tests with required libraries, too.
2016-05-25 Gustavo Zacariasbuild: add libavltree, libcommon & libheap dependencies
2016-05-25 Ruben KerkhofFix a typo that snuck in with 0c8d275
2016-05-25 Florian ForsterLink libcommon.la with $(COMMON_LIBS).
2016-05-25 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-05-25 Ruben KerkhofMerge pull request #1726 from rubenk/udev
2016-05-25 Marc Fournierprocesses: re-add <sys/user.h> inclusion
2016-05-25 Ruben KerkhofStop hardcoding libudev
2016-05-25 Ruben KerkhofAdd missing udev flags to Makefile.am
2016-05-25 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2016-05-25 Ruben Kerkhofprocesses: MAXCOMLEN is not exposed on Solaris
2016-05-25 Ruben KerkhofMerge pull request #1724 from rpv-tomsk/smart-plugin...
2016-05-25 Pavel Rochnyacksmart plugin: Check for libudev presence
2016-05-20 Marc Fourniercollectd.conf.in: remove extraneous pound sign
2016-05-20 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-05-20 Birger Schmidtutils_cache.c: fix FORMAT_VL failed ERROR messages
2016-05-15 ciomairekill correct pid on fdopen failure
2016-05-10 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-05-10 Ruben Kerkhofrrdtool plugin: fix thread-safety detection
2016-05-10 Ruben Kerkhofrrdtool check: stop linking in libm
2016-05-10 Ruben Kerkhofrrdtool check: no need to save CPPFLAGS
2016-05-10 Ruben Kerkhofrrdtool check: no need to save LDFLAGS
2016-05-10 Pavel Rochnyackstatsd plugin: Fix deadlock on plugin shutdown (Issue...
2016-05-02 Dagobert MichelsenMore missing kstat usages
2016-05-02 Dagobert MichelsenAdd missing kstat definitions
2016-05-02 Dagobert MichelsenTake out explicit definitions as they are already check...
2016-05-02 Florian Forstercollectd-tg: Move _POSIX_C_SOURCE and friends to the...
2016-05-02 Marc Fournierprocesses: remove initialisation of unexisting variables
2016-04-24 Ruben KerkhofMerge pull request #1546 from mfournier/processname_len...
2016-04-15 Brandon Arpfix potential curl plugin curl_slist_append memory...
2016-04-15 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-04-15 Jim QuinnFix process plugin memory leak [solaris]
2016-04-06 Marc FournierMerge pull request #1627 from rubenk/remove-old-filter...
2016-04-06 PmorangaBump version to latest 5.5.1 #1536
2016-03-26 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-03-26 Ruben Kerkhofconfigure.ac: break long line and sort
2016-03-26 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-03-26 Ruben KerkhofFix building with xfsprogs 4.5.0
2016-03-26 Ruben Kerkhofmysql plugin: remove unused declaration
2016-03-21 Ruben KerkhofRemove broken filter syntax from collectd.conf(5)
2016-03-20 Ruben KerkhofFix conflict markers
2016-03-20 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-03-20 Ruben KerkhofFix indentation in previous commit
2016-03-20 Ruben KerkhofMerge pull request #1620 from skinowski/write_http_mem_...
2016-03-20 Tolga Ceylanwrite_http: in cleanup handler free http headers
2016-03-19 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-03-19 Ruben KerkhofFix build on Solaris 10 i386 part 2
2016-03-19 Ruben KerkhofFix build on Solaris 10 i386
2016-03-19 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2016-03-19 Marc Fournier RPM specfile: fix xmms plugin build condition
2016-03-18 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2016-03-18 Marc FournierRPM specfile: update changelog
2016-03-18 Marc FournierRPM specfile: enable xmms plugin on EL7
2016-03-18 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-03-18 Marc FournierRPM specfile: re-enable memcachec plugin on EL7
2016-03-18 Marc FournierRPM specfile: enable modbus plugin on EL7
2016-03-17 Ruben KerkhofMerge pull request #1617 from michaelsalmon/putval...
2016-03-17 Michael Salmonadded definition of N to collectd-exec
2016-03-06 Ruben KerkhofMerge branch 'collectd-5.4' into collectd-5.5
2016-03-06 Ruben KerkhofMerge pull request #1575 from rubenk/dragonflybsd-utils...
next