README: Add libperfstat as an optional dependency.
[collectd.git] / src /
2009-12-25 Florian Forstersrc/collectd.conf.in: Added an example config for the...
2009-12-25 Florian Forstersrc/collectd.conf.in: Added an example config for the...
2009-12-25 Florian Forstersrc/collectd.conf.in: Add example config for the router...
2009-12-23 Florian Forsterrouteros plugin: Use the node name for the "host" field.
2009-12-21 Sebastian Harlcollectd-snmp(5): Comma fixes.
2009-12-18 Sven TrenkelAnnoying signal documentation. collectd-4.9.0
2009-12-18 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2009-12-18 Florian ForsterMerge branch 'collectd-4.7' into collectd-4.8
2009-12-18 Florian Forstersrc/plugin.c: plugin_log: Print to stderr if no log...
2009-12-16 Florian Forsternetwork plugin: Change the license to LGPL 2.1.
2009-12-16 Florian Forsteroracle plugin: Check the connection status and reconnec...
2009-12-15 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2009-12-15 Stefan Völkelping plugin: Add MaxMissed option.
2009-12-15 Florian ForsterMerge branch 'collectd-4.7' into collectd-4.8
2009-12-14 Sven TrenkelFixed refcount error.
2009-12-14 Florian Forstermemory plugin: Fixed handling of >4G of memory on Mac...
2009-12-12 Florian ForsterMerge branch 'collectd-4.9' of verplant.org:/var/lib...
2009-12-12 Florian Forstercurl, df and processes plugins: Updated copyright infor...
2009-12-12 Florian Forstercollectd.conf(5): If “MeasureResponseTime” is enabled...
2009-12-12 Florian Forstercollectd.conf.in: Added the Report{Reserved,Inodes...
2009-12-10 Florian Forstercollectd-python(5): Remove trailing whitespace.
2009-12-09 Sven TrenkelNetApp documentation of tested filers.
2009-12-09 Sven Trenkelnetapp: Better error messages.
2009-12-09 Florian Forsterhashed match: Fix only-C90 compiler warning.
2009-12-09 Stefan Völkelping plugin: Cleanup used variable names.
2009-12-09 Florian ForsterMerge branch 'collectd-4.8'
2009-12-09 Florian ForsterMerge branch 'collectd-4.7' into collectd-4.8
2009-12-09 Florian Forsterhashed match: Use a different (larger) prime number.
2009-12-08 Sebastian Harlsrc/plugin.c: Warn if plugin_register_*() overwrites...
2009-12-08 Sebastian Harlsrc/plugin.c: Fixed a function name in an error message.
2009-12-08 Sebastian Harlutils_heap: Fixed a typo: c_head_get_root() -> c_heap_g...
2009-12-08 Sebastian Harlping plugin: Added "SourceAddress" and "Device" configu...
2009-12-08 Florian ForsterMerge remote branch 'trenkel/master'
2009-12-08 Sven TrenkelClarify how the ModulePath config option works.
2009-12-08 Florian ForsterMerge branch 'ms/aix'
2009-12-08 Florian Forsterprocesses plugin: Moved the declaration of variables...
2009-12-08 Florian Forstercollectd.conf(5): Add a short stub for the python plugin.
2009-12-08 Florian Forsterpython plugin: Add MIT license header to all source...
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-08 Florian Forstersrc/pyvalues.c: Don't use Py_ssize_t - it's new in...
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-08 Florian Forsterpython plugin: Try to avoid casting errors with Sun...
2009-12-08 Florian Forstersrc/pyconfig.c: Make document strings non-const.
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-08 Florian Forstersrc/cpython.h: Apparently Python 2.3 doesn't have the...
2009-12-08 Florian Forsterpython plugin: Cast pointer to `void *' to work around...
2009-12-08 Florian Forsterpython plugin: Fix some typos in the inline documentation.
2009-12-08 Florian Forstercollectd-python(5): Fixed the AUTHOR section.
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-08 Florian Forstercollectd-python(5): Some more formatting and typo fixes.
2009-12-08 Florian Forstercollectd-python(5): Improve formatting of the classes.
2009-12-08 Florian Forstercollectd-python(5): Fix some formatting.
2009-12-08 Florian Forstersrc/plugin.c: Add libtool 1 compatibility code.
2009-12-07 Florian Forstersrc/pyvalues.c: Cast `void *' to a int that's guarantee...
2009-12-07 Florian ForsterMerge branch 'ff/routeros'
2009-12-07 Florian ForsterMerge branch 'mc/openvpn'
2009-12-07 Florian Forsteropenvpn plugin: Added comments and vim formatting line.
2009-12-07 Florian Forsteropenvpn plugin: Remove one level of indentation in...
2009-12-07 Florian Forsteropenvpn plugin: Rename the arguments of the submit...
2009-12-06 Sven TrenkelClean up exceptions in places where we don't care about...
2009-12-06 Sven TrenkelThis should have been in the last commit.
2009-12-06 Sven TrenkelBetter unicode support.
2009-12-05 Sven TrenkelFixed build system bug.
2009-12-05 Sven TrenkelRemoves the __name__ from callback identifiers. It...
2009-12-05 Sven TrenkelAdded collectd-python man page.
2009-12-05 Sven TrenkelAdded write method to Values.
2009-12-03 Sven TrenkelDon't log stuff while holding the GIL!
2009-12-02 Sven TrenkelSome signal dodging stuff.
2009-12-02 Florian ForsterBuild system: Add the python plugin.
2009-12-01 Florian Forstersrc/configfile.c: Fix a typo in two error messages.
2009-12-01 Marco Chiapperoopenvpn plugin: Implement the “ImprovedNamingSchema...
2009-12-01 Florian Forsterrouteros plugin: Add two “Collect*” config options.
2009-12-01 Florian Forstersrc/configfile.[ch]: Add “cf_util_get_boolean”.
2009-12-01 Florian Forstercollectd.conf(5): openvpn plugin: Document the "Compres...
2009-12-01 Florian Forsteropenvpn plugin: single_read: Remove one level of indent...
2009-12-01 Florian Forsteropenvpn plugin: Use tabs for indentation only.
2009-12-01 Florian Forsteropenvpn plugin: multi1_read: Replace a hard to read...
2009-12-01 Florian Forsteropenvpn plugin: Improve “version_detect”.
2009-12-01 Florian Forsteropenvpn plugin: Remove trailing whitespace.
2009-12-01 Florian Forsteropenvpn plugin: Don't use negated config options.
2009-12-01 Marco Chiapperoopenvpn plugin: Add forgotten frees.
2009-12-01 Marco Chiapperoopenvpn plugin: Add support for more versions of the...
2009-12-01 Ben Knightsrc/utils_cmd_listval.c: Free memory returned by `uc_ge...
2009-12-01 Sven TrenkelFinished inline documentation.
2009-11-29 Florian ForsterFix the filename in the head comment.
2009-11-29 Florian Forstercollectd.conf(5): Add section about the "routeros"...
2009-11-29 Florian Forsterrouteros plugin: Make connection parameters configurable.
2009-11-28 Florian Forsterrouteros plugin: Add registration table statistics.
2009-11-28 Florian Forsterrouteros plugin: Added first version of a plugin for...
2009-11-28 Sven TrenkelAdded notification support.
2009-11-23 Florian ForsterVarious plugins: Remove trailing whitespaces.
2009-11-23 Manuel Sanmartin... swap plugin: Add support for AIX.
2009-11-23 Manuel Sanmartin... processes plugin: Add support for AIX.
2009-11-23 Manuel Sanmartin... memory plugin: Add support for AIX.
2009-11-23 Manuel Sanmartin... load plugin: Add support for AIX.
2009-11-23 Manuel Sanmartin... interface plugin: Add support for AIX.
2009-11-23 Manuel Sanmartin... disk plugin: Add support for AIX.
2009-11-23 Manuel Sanmartin... cpu plugin: Add support for AIX.
2009-11-23 Manuel Sanmartin... liboconfig: Rename the “TRUE” and “FALSE” tokens.
2009-11-23 Manuel Sanmartin... src/Makefile.am: Special handling for AIX.
next