ChangeLog: Fix a typo.
[collectd.git] / src /
2008-10-16 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-10-16 Florian Forstersrc/collectd.h: Poison various insecure string function...
2008-10-16 Sebastian Harlpostgresql plugin: Added another missing call to PQclear().
2008-10-16 Sebastian Harlpostgresql plugin: Do not open new connections during...
2008-10-16 Florian Forsterpostgresql plugin: Add a couple of PQclear() calls.
2008-10-10 Sebastian Harlsrc/Makefile.am: Use $mkinstalldirs instead of $(INSTAL...
2008-10-10 Florian Forstersrc/utils_tail.c: Call `clearerr' before `fgets'.
2008-10-10 Florian Forstersrc/Makefile.am: Fix a copy'n'paste typo.
2008-10-10 Sebastian Harlcollectd.conf: Added a sample <Plugin> section in the...
2008-10-10 Sebastian Harltypes.db: Reintroduced the "spam_check" type.
2008-10-10 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-10-10 Florian Forstersrc/utils_cache.c: Fix a serious memory leak.
2008-10-09 Florian Forstersrc/configfile.c: Fix a minor memory leak.
2008-10-09 Florian Forsternetwork plugin: Fix a minor memory leak.
2008-10-06 Florian Forstercollectd-nagios(1): Make the documentation easier to...
2008-10-06 Florian Forstersrc/collectd-nagios.c: Improve handling of lines return...
2008-10-05 Florian Forsternetlink plugin: Fix an incorrect format string.
2008-10-03 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-10-03 Florian Forstersrc/utils_ignorelist.c: Fix an off-by-one errror when...
2008-10-03 Sebastian Harlcollectdmon: Do not block SIGCHLD.
2008-10-03 Sebastian Harlcollectd.conf(5): Briefly document "OKAY"-notifications.
2008-10-03 Sebastian Harlipvs plugin: Use sizeof() instead of a constant.
2008-10-03 Sebastian Harliptables plugin, utils_ignorelist: Fixed an off-by...
2008-10-03 Florian ForsterMerge branch 'collectd-4.4' into collectd-4.5
2008-10-01 Sebastian Harlperl plugin: Disable plugin after fatal configuration...
2008-10-01 Sebastian Harlsrc/plugin.c: Increase the plugin_log() message buffer...
2008-10-01 Sebastian Harlperl plugin: Log the perl error messages if bootstrappi...
2008-09-22 Florian Forstersnmp plugin: Improve parsing of strings to values.
2008-09-13 Florian Forstercollectd.conf(5): Fixed typo.
2008-09-12 Florian Forstercollectd.conf(5): Changed the default socket paths...
2008-09-12 Boian Berberovpowerdns plugin: Use `LOCALSTATEDIR' instead of "/var".
2008-09-04 Florian ForsterMerge branch 'collectd-4.4'
2008-09-04 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-09-04 Florian Forsterprocesses plugin: Fix a format string. collectd-4.3
2008-09-04 Florian Forsterapple_sensors plugin: Add a missing semicolon.
2008-09-04 Florian ForsterMerge branch 'collectd-4.4'
2008-09-01 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-28 Alessandro Iurlanofilecount plugin: s/\<strncpy\>/sstrncpy/g
2008-08-27 Florian Forsterunixsock plugin: Improve two debug messages.
2008-08-27 Florian Forstercollectd-{exec,unixsock}(5): Documented how to pass...
2008-08-27 Florian Forstersrc/utils_cmd_putnotif.[ch]: Change parsing to allow...
2008-08-27 Florian Forstersrc/utils_parse_option.c: Null-terminate parsed quoted...
2008-08-27 Florian Forstersrc/Makefile.am: Link the exec plugin with utils_parse_...
2008-08-27 Florian Forstersrc/utils_cmd_listval.[ch]: Use the new parsing mechani...
2008-08-27 Florian Forstersrc/utils_cmd_putval.[ch]: Allow identifiers to include...
2008-08-27 Florian Forstersnmp plugin: Fix an off by one error.
2008-08-27 Florian Forstersrc/utils_cmd_getval.[ch]: Fix handling of identifiers...
2008-08-27 Florian Forstersrc/utils_parse_option.[ch]: Add `parse_string'.
2008-08-27 Florian Forstersrc/collectd.conf.in: Add the filecount plugin.
2008-08-27 Florian ForsterMerge branch 'collectd-4.4'
2008-08-27 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-27 Florian Forstercollectd.conf(5): onewire plugin: Added a note about...
2008-08-27 Florian Forstercollectd.conf(5): onewire plugin: Mark the `Device...
2008-08-27 Florian Forsteronewire plugin: Remove the "Alias" config option.
2008-08-27 Florian Forsteronewire plugin: Imported the code for DS2409 hubs.
2008-08-27 Florian Forstercollectd.conf(5), README: Added a note that the onewire...
2008-08-26 Sebastian Harlpostgresql plugin: Check for and report query redefinit...
2008-08-26 Sebastian Harlpostgresql plugin: Check for and report MinPGVersion...
2008-08-26 Sebastian Harlpostgresql plugin: Disable queries that do not include...
2008-08-26 Sebastian Harlcollectd.conf(5): Documented the postgresql {Min,Max...
2008-08-26 Sebastian Harlpostgresql_default.conf: Split "queries" query into...
2008-08-26 Sebastian Harlpostgresql_default.conf: Limit query "table_states...
2008-08-26 Sebastian Harlpostgresql plugin: Added {Min,Max}PGVersion configurati...
2008-08-26 Sebastian Harlpostgresql plugin: Renamed config_set() to config_set_s().
2008-08-26 Sebastian Harlcollectd.conf.in: Moved logging plugins to the top...
2008-08-26 Sebastian Harlcollectd-perl(5): Document the <Plugin> configuration...
2008-08-26 Sebastian Harlperl plugin: Added "<Plugin>" configuration block.
2008-08-26 Sebastian Harlperl plugin: Re-get the perl interpreter after parsing...
2008-08-26 Sebastian Harlconfigure.in, filecount.c: Removed all left-over occurr...
2008-08-25 Florian Forstercollectd.conf(5): Fix an example for the tail plugin.
2008-08-25 Florian ForsterMerge branch 'master' of /var/lib/git/collectd
2008-08-25 Florian Forstermemcached plugin: Wait for a *little* longer for the...
2008-08-25 Florian Forsterfilecount plugin: Make absolutely sure `status' is...
2008-08-24 Florian Forstercollectd.conf(5): Documented the filecount plugin.
2008-08-24 Florian ForsterBuild system: Renamed the qmail plugin to filecount.
2008-08-24 Florian Forsterfilecount plugin: Substitute slashes with underscores.
2008-08-23 Florian Forsterfilecount plugin: Renamed the `qmail' plugin to `fileco...
2008-08-23 Florian Forsterqmail plugin: Made the counting of files more generalized.
2008-08-23 Florian Forstersrc/common.[ch]: Pass user data to `walk_directory'.
2008-08-22 Florian Forsterrrdtool plugin: Implemented the `WritesPerSecond' option.
2008-08-21 Florian ForsterMerge branch 'master' of git://git.verplant.org/collectd
2008-08-21 Florian ForsterMerge branch 'collectd-4.4'
2008-08-21 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-21 Florian Forstersrc/plugin.c: Fix indentation.
2008-08-21 Mohammad Ebrahim... collectd-exec(5): Fix two typos.
2008-08-21 Florian Forstersrc/plugin.c: Include the shared object when reporting...
2008-08-21 Sebastian HarlReplaced plugin_flush_all(t) with plugin_flush(NULL...
2008-08-21 Sebastian Harlsrc/plugin.[ch]: Removed legacy function plugin_flush_o...
2008-08-21 Sebastian Harlperl plugin: Pass on identifiers to Perl flush callbacks.
2008-08-21 Sebastian Harlcollectd-perl(5): Added a note about the stability...
2008-08-21 Sebastian Harlperl plugin, Collectd.pm: Added support for flushing...
2008-08-21 Florian Forstersrc/utils_parse_option.c: Check for the terminating...
2008-08-21 Florian Forsterunixsock plugin et alii: Allow passing of arbitrary...
2008-08-20 Florian Forstersrc/plugin.c: Reduced `plugin_flush_one' to a tiny...
2008-08-20 Florian Forstersrc/plugin.c: Pass a second argument to the `flush...
2008-08-20 Florian Forstersrc/plugin.c: Fix an endless loop in `plugin_flush'.
2008-08-20 Florian Forstermemcached plugin: Remove an unused variable.
2008-08-20 Florian ForsterMerge branch 'collectd-4.4'
2008-08-20 Florian ForsterMerge branch 'collectd-4.3' into collectd-4.4
2008-08-19 Florian Forstermemcached plugin: Fix a possible file descriptor leak.
next