collectd.git
2009-12-08 Florian Forsterbindings/perl: Move the files into the default director...
2009-12-08 Florian ForsterMerge branch 'ms/aix'
2009-12-08 Florian Forsterprocesses plugin: Moved the declaration of variables...
2009-12-08 Florian Forsterconfigure.in: Reports status of libperfstat.
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 Forsterconfigure.in: Check the flags reported by Python.
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-08 Florian Forsterconfigure.in: Be more verbose when the python configura...
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 ForsterREADME: Added the python plugin.
2009-12-08 Florian ForsterAUTHORS: Sven +python.
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 ForsterAUTHORS: Update Marco's entry.
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 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 ForsterAUTHORS: Add Manuel Sanmartin.
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.
2009-11-23 Manuel Sanmartin... configure.in: When building on AIX, add “-lm” when...
2009-11-23 Manuel Sanmartin... version-gen.sh: AIX doesn't have “echo -n”.
2009-11-23 Sven TrenkelSplit the Values class into PluginData and Values to...
2009-11-21 Sven TrenkelAdded proper doc strings to the Config class.
2009-11-16 Sven TrenkelAdded unregister functions for all callbacks.
2009-11-15 Sven TrenkelAdded flush and register_flush functions.
2009-11-14 Florian ForsterMerge branch 'collectd-4.8'
2009-11-14 Florian Forstersnmp plugin: Rename a variable (missed during merge).
2009-11-11 Sven TrenkelProper exception logging.
2009-11-10 Florian ForsterMerge branch 'collectd-4.8'
2009-11-10 Florian ForsterMerge branch 'collectd-4.7' into collectd-4.8
2009-11-09 Sven TrenkelAdded a config option to start collectd as an interacti...
2009-11-09 Florian Forstercontrib/snmp-data.conf: Add support for Mikrotik Router...
2009-11-09 Florian Forstersnmp plugin: Fix handling of strings with control chara...
2009-11-09 Florian Forstersnmp plugin: Fix handling of negative values.
2009-11-07 Sven TrenkelNo need to check for NULL if you're gonna pass NULL...
2009-11-07 Sven TrenkelMeh, forgot to pass the userdata back on write callbacks.
2009-11-07 Sven TrenkelAdded read callback. And "read" in this case means...
2009-11-03 Sven TrenkelAdded write callbacks.
2009-10-29 Sven TrenkelBetter workaround for global plugin loading.
2009-10-28 Sebastian Harlsrc/Makefile: Support parallel builds when creating...
2009-10-28 Sebastian Harlrrdcached plugin: Work around a bug in RRDtool 1.4rc2.
2009-10-28 Florian ForsterGenericJMX plugin: Close and re-open the connection...
2009-10-27 Sven TrenkelAdded new python class "Values". Only "dispatch" is...
2009-10-22 Doug MacEachernkern.cp_times needs array of length kern.smp.maxcpus
2009-10-22 Doug MacEachernsurpress gcc warnings on FreeBSD
2009-10-21 Sven TrenkelSplit python module. Added support for cyclic GC runs.
next