]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
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 Forsterreplace target: Add a target to replace part of an...
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.
2008-11-23  Florian Forstersrc/filter_chain.c: Actually abort default targets...
2008-11-23  Florian Forstersrc/filter_chain.c: Fix a rather unimportant typo.
2008-11-23  Florian Forstercollectd.conf.in: Add something for the filtering stuff.
2008-11-23  Florian Forstercollectd.conf(5): Add an example to the filter document...
2008-11-23  Florian Forstersrc/filter_chain.c: Implement the default behavior.
2008-11-22  Florian Forstersrc/meta_data.[ch]: Added a framework for meta data.
2008-11-22  Florian ForsterMerge branch 'ff/libcollectdclient'
2008-11-22  Florian ForsterMerge branch 'ff/filter'
2008-11-22  Florian Forstersrc/filter_chain.c, src/match_regex.c: Add some debuggi...
2008-11-22  Florian Forstersrc/plubin.c: Call `fc_process' instead of calling...
2008-11-22  Florian Forstersrc/filter_chain.c: Allow the create-function of mathce...
2008-11-22  Florian Forstersrc/filter_chain.c: Add `Target' blocks to `Chain'...
2008-11-22  Florian Forstermatch_regex plugin: Fix a typo.
2008-11-21  Florian Forstersrc/configfile.c: Dispatch the `Chain' blocks to fc_con...
2008-11-21  Florian Forstersrc/plugin.c: Use the write-list in plugin_write.
2008-11-21  Florian Forstermatch_regex plugin: Renamed `filter_pcre' to `match_regex'.
2008-11-21  Florian Forstersrc/filter_chain.[ch]: Implement an advanced filtering...
2008-11-21  Florian Forstersrc/plugin.[ch]: Implement `plugin_write', a function...
2008-11-21  Florian Forsterconfigure.in: Include <stdint.h> and <inttypes.h> when...
2008-11-16  Mirko Buffonicontrib/collection.cgi: Add meta-graph definitions...
2008-11-16  Mirko Buffonicontrib/collection.cgi: Add graph definitions for the...
2008-11-09  Florian Forsterdbi plugin: Replace `dbi_conn_error_flag' with `dbi_con...
2008-11-09  Florian Forstermysql plugin: Fix a typo: `$endptr' -> `&endptr'.
2008-11-08  Florian Forsterlibcollectdclient: Use the `SSTRCATF' macro some more.
2008-11-08  Florian Forsterlibcollectdclient: Document the used macros.
2008-11-08  Florian Forsterlibcollectdclient: Implemented `lcc_flush'.
2008-11-08  Florian Forsterlibcollectdclient: Implemented `lcc_putval'.
2008-11-08  Florian Forstercollectd-nagios: Use `libcollectdclient' and various...
2008-11-08  Florian Forstersrc/libcollectdclient: Add a library which abstracts...
2008-11-08  Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2008-11-08  Florian Forstermysql plugin: Be more careful when parsing the `Port...
2008-11-08  Florian Forstercollectd.conf(5): Document the new options of the mysql...
2008-11-08  Mirko Buffonimysql plugin: Allow configuration of `Port' and `Socket'.
2008-11-08  Florian Forsterfilter_pcre: Handle out of memory situations more grace...
2008-11-08  Florian ForsterMerge branch 'sh/next'
2008-11-08  Florian ForsterMerge branch 'collectd-4.5'
2008-11-08  Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-11-07  Florian Forstersrc/utils_rrdcreate.c: srrd_create: Copy the `filename...
2008-11-03  Sebastian HarlInstall types.db into PKGDATADIR instead of PKGLIBDIR.
2008-11-02  Sebastian Harlcontrib/oracle: Fixed some typos.
2008-11-02  Sebastian Harlfilter_pcre plugin: Added support to rewrite value...
2008-11-02  Sebastian Harlutils_subst: Added a module providing functions for...
2008-11-02  Sebastian Harlutils_*.h: Made header files self-hosting.
2008-11-02  Sebastian Harlfilecount plugin: Added the "Recursive" config option.
2008-11-02  Sebastian Harlcollectd.conf(5): Added a missing </RegEx> to the confi...
2008-11-02  Sebastian Harllibiptc/Makefile.am: Added xtables.h, libxtc.h to libip...
2008-11-01  Sebastian Harlsrc/Makefile: Build ipvs and uuid plugins using $AM_CFLAGS.
2008-11-01  Sebastian Harlconfigure, mysql plugin: Check for mysql.h as well.
2008-10-31  Florian Forstercontrib/collection3: Add the `format' parameter to...
2008-10-31  Florian Forstersrc/utils_complain.c: Include "collectd.h" as first...
2008-10-31  Florian Forsterapcups plugin: Include "collectd.h" *before" <stdlib.h>.
next