collectd.git
2009-01-24 Florian ForsterMerge branch 'collectd-4.5'
2009-01-24 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2009-01-24 Florian Forstertcpconns plugin: Fix an endianness problem under *BSD.
2009-01-22 Florian Forstersrc/utils_rrdcreate.c: Fix support for non-threadsafe...
2009-01-22 Florian Forstercollectd.conf(5): Add some preliminary documentation...
2009-01-22 Florian ForsterMerge branch 'bp/bind'
2009-01-20 Sebastian Harlutils_cache: Free then unused memory before returning...
2009-01-20 Sebastian Harlutils_cache: Unlock the cache mutex before returning...
2009-01-20 Florian Forstermemcached plugin: Make absolutely sure, we don't divide...
2009-01-20 Doug MacEachernmemcached plugin: Add hitratio metric.
2009-01-20 Doug MacEacherncontrib/cussh.pl: Add the PUTNOTIF command.
2009-01-19 Florian Forsterbind plugin: Don't use LLONG_{MIN,MAX} to increase...
2009-01-18 Florian ForsterMerge branch 'master' into bp/bind
2009-01-18 Florian Forstersrc/common.h: Add the IS_TRUE and IS_FALSE macros.
2009-01-18 Florian Forsterbind plugin: Reworked Bruno's patch to remove repeating...
2009-01-17 Florian Forsterbind plugin: Eliminate the `goto' in `bind_xml'.
2009-01-17 Florian Forsterbind plugin: Put removal of special characters in separ...
2009-01-17 Florian Forsterbind plugin: Be more specific about the features we...
2009-01-17 Florian Forsterbind plugin: Fix a misplaced comma.
2009-01-17 Bruno Prémontbind plugin: Add a new plugin for BIND 9.5 and 9.6...
2009-01-17 Bruno Prémontascent plugin: Fix a memory leak.
2009-01-17 Florian Forsternetwork plugin: Make the receive thread even faster.
2009-01-17 Florian ForsterMerge branch 'dm/t_option'
2009-01-17 Florian Forstercollectd: Don't *abort* on the first read-error with...
2009-01-17 Doug MacEacherncollectd: Add the -T option.
2009-01-17 Doug MacEachernsrc/collectd.h: #undef macros before poisoning them.
2009-01-17 Doug MacEacherncsv plugin: Make it possible to write values to STDOUT.
2009-01-17 Florian Forsteropenvpn plugin: Added support for LZO compression.
2009-01-17 Florian Forstersrc/common.[ch]: Add `counter_diff', a function to...
2009-01-13 Sebastian Harlprocesses plugin: Collect VM and stack size stats on...
2009-01-11 Sebastian Harl.gitignore: Added libcollectclient stuff.
2009-01-11 Sebastian Harllibcollectdclient: Added LCC_{BEGIN,END}_DECLS macros.
2009-01-11 Sebastian Harllibcollectdclient: Added header lcc_features.h.
2009-01-10 Florian Forsteropenvpn plugin: Some small cleanups.
2009-01-03 Florian Forstervalue match: Add the `DataSource' and `Satisfy' configu...
2009-01-03 Florian ForsterMerge branch 'collectd-4.5'
2009-01-02 Florian ForsterBumped version to 4.5.2; Updated ChangeLog. collectd-4.5.2
2009-01-02 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2009-01-02 Florian ForsterBumped version to 4.4.5; Updated ChangeLog. collectd-4.4.5
2009-01-01 Florian Forstercontrib/README: Add the solaris-smf subdirectory.
2009-01-01 Piotr Hosowiczcontrib/solaris-smf: Add Solaris SMF information to...
2009-01-01 Florian ForsterMerge branch 'dm/openvpn'
2009-01-01 Florian Forstercollectd.conf(5): Fix two typos.
2009-01-01 Florian Forstercollectd.conf(5): Added information about the openvpn...
2009-01-01 Doug MacEachernopenvpn plugin: Add a plugin to read OpenVPN statistics.
2008-12-30 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-12-30 Florian Forsternetwork plugin: Fix an invalid size of buffer being...
2008-12-30 Florian Forsternetwork plugin: A fix for the buffer problem for versio...
2008-12-30 Florian Forsterlibcollectdclient: Don't use `PF_UNIX', it's broken...
2008-12-30 Florian Forsternetwork plugin: Fix an invalid size of buffer being...
2008-12-21 Florian Forstersrc/utils_subst.c: Print the warning of the subst_strin...
2008-12-20 Florian Forsternotification target: Add a target that dispatches notif...
2008-12-20 Florian Forstersrc/common.c: Change `sstrdup' to not call `strdup...
2008-12-20 Florian Forstersrc/utils_subst.[ch]: Implement `subst_string'.
2008-12-20 Florian Forstertypes.db(5): Fix a typo.
2008-12-20 Florian Forsterreplace target: Add a target to replace part of an...
2008-12-20 Florian Forstertypes.db(5): Explain in more detail how custom types...
2008-12-20 Florian ForsterMerge branch 'collectd-4.5'
2008-12-20 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-12-19 Sebastian HarlDo not use *printf() to report errors / debugging messages.
2008-12-19 Sebastian Harlsrc/Makefile: Do not print the command when checking...
2008-12-19 Sebastian Harlcollectd.conf(5): Updated the section about the "mysql...
2008-12-11 Sebastian Harlcollectd: Abort with an appropriate status in exit_usage().
2008-12-10 Sebastian Harlcollectd: Abort if any non-options are left over after...
2008-12-09 Sebastian Harlcollectd-nagios: Be more verbose before bailing out...
2008-12-09 Sebastian Harlcollectd-nagios: Added "percentage" to the help output.
2008-12-09 Sebastian Harlcollectd-nagios: Generalized the "percentage" consolida...
2008-12-09 Fabian Linzbergercollectd-nagios: add new "percentage" aggregate function.
2008-12-09 Sebastian Harlcollectd-nagios: If DSs are specified, sort the values...
2008-12-09 Sebastian Harllibcollectdclient: Build the library using -Wall -Werror.
2008-12-09 Sebastian Harllibcollectdclient/client.c: Let COLLECT_DEBUG decide...
2008-12-06 Sebastian Harlperl plugin, utils_complain: Fixed errors identified...
2008-12-06 Sebastian Harlcollectd.conf.in: Fixed a wrong type used in the "tail...
2008-12-06 Sebastian Harlcollectd.conf.pod: Consistently use spaces instead...
2008-12-06 Sebastian Harlprocesses plugin: Get complete command line for process...
2008-12-06 Sebastian Harlprocesses plugin: Do not silently ignore configuration...
2008-12-06 Sebastian Harlcollectd.conf(5): Documented the "ProcessMatch" option.
2008-12-06 Sebastian Harlconfigfile.c: Ignore registered undefined config keys.
2008-12-06 Sebastian Harlprocesses plugin: Fixed a segfault when handling unknow...
2008-12-05 Florian Forsterunixsock plugin: Make sure the initialization function...
2008-12-03 Florian ForsterMerge branch 'collectd-4.5'
2008-12-03 Florian Forsterconfigure.in: Check for `kvm_openfiles'.
2008-12-03 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-12-03 Florian Forsterconfigure.in: Some improvements for Solaris, expecially...
2008-12-03 Florian Forstersrc/collectd-nagios.c: Include "config.h" before <stdli...
2008-12-02 Florian ForsterMerge branch 'collectd-4.5'
2008-12-02 Florian Forstersrc/plugin.[ch]: Don't use unnamed unions.
2008-12-02 Florian Forsterlibcollectdclient/client.c: Define NI_MAXHOST to 1025.
2008-11-28 Florian ForsterMerge branch 'collectd-4.5'
2008-11-28 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-11-24 Florian Forstermultimeter plugin: Check the return value of `write'.
2008-11-24 Florian Forstercollectd.conf(5): Fix a POD error.
2008-11-24 Florian Forstervalue match: Add a match to check the actual value...
2008-11-24 Florian Forstersrc/filter_chain.[ch]: Implement the built-in `return...
2008-11-23 Florian Forstercollectd.conf(5): Document the regex match and the...
2008-11-23 Florian Forsterregex match: Require *all* regular expressions to match.
2008-11-23 Florian Forsterset target: Don't allow setting of the `type' field.
2008-11-23 Florian Forsterset target: Implement a target to set fields in a value...
2008-11-23 Florian Forsterregex match: Add myself to the list of copyright holders.
2008-11-23 Florian Forstersrc/filter_chain.c: Beatify debug and warning messages.
next