collectd.git
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 ForsterVarious plugins: Remove trailing whitespaces.
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.
2009-10-21 Florian ForsterMerge branch 'collectd-4.8'
2009-10-21 Florian ForsterMerge branch 'collectd-4.7' into collectd-4.8
2009-10-21 Garret Heatoncontrib/collectd_unixsock.py: Support all plain text...
2009-10-21 Garret Heatoncontrib/collectd_unixsock.py: Follow Python PEP-8 synta...
2009-10-21 Garret Heatongitignore: Ignore compiled python files
2009-10-21 Garret HeatonReplace dashes with underscores in python modules
2009-10-21 Garret HeatonIgnore more java bindings classes
2009-10-21 Florian Forsterprocesses plugin: Rename the new types and use DERIVE...
2009-10-21 Florian Forsterprocesses plugin: Make “ps_read_io” static.
2009-10-21 Andrés J. Díazprocesses plugin: Add collection of IO-metrics.
2009-10-21 Florian ForsterMerge branch 'collectd-4.8'
2009-10-21 Florian ForsterMerge branch 'collectd-4.7' into collectd-4.8
2009-10-17 Sven TrenkelAdded a workaround to module loading to allow Python...
2009-10-14 Florian Forsterconfigure.in: Fix auxiliary NetApp libraries.
2009-10-13 Sebastian Harlgmond plugin: Fixed a typo.
2009-10-13 Sebastian Harlcollectd.conf: Added the "madwifi" and "match_empty_cou...
2009-10-13 Sven TrenkelFixed a bug with newer NetApp Versions.
2009-10-12 Sven TrenkelAdded logging.
2009-10-11 Sven TrenkelAdded shutdown callback.
2009-10-11 Sebastian HarlREADME: Added missing prerequisites.
2009-10-11 Sven TrenkelAdded init callbacks with full threading support.
2009-10-11 Sven TrenkelAdded keyword support for register_config.
2009-10-11 Sven TrenkelAdded python plugin.
2009-10-10 Florian Forsternetwork plugin: Implement statistics collection about...
2009-10-08 Florian Forsterconfigure.in: Don't use “find -L”.
2009-10-08 Florian Forstercollectd-snmp(5): Fix a typo.
2009-10-08 Florian Forsterhashed match: Add a match to simplify load balancing.
2009-10-07 Florian Forsternetapp plugin: Use a separate read-thread for each...
2009-10-04 Florian ForsterChangeLog: Fix a stupid typo. collectd-4.8.1
2009-10-04 Florian ForsterBumped version to 4.8.1; Updated ChangeLog.
next