Don't log stuff while holding the GIL!
[collectd.git] / src / python.c
2009-12-03 Sven TrenkelDon't log stuff while holding the GIL!
2009-12-02 Sven TrenkelSome signal dodging stuff.
2009-12-01 Sven TrenkelFinished inline documentation.
2009-11-28 Sven TrenkelAdded notification support.
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-11 Sven TrenkelProper exception logging.
2009-11-09 Sven TrenkelAdded a config option to start collectd as an interacti...
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-27 Sven TrenkelAdded new python class "Values". Only "dispatch" is...
2009-10-21 Sven TrenkelSplit python module. Added support for cyclic GC runs.
2009-10-17 Sven TrenkelAdded a workaround to module loading to allow Python...
2009-10-12 Sven TrenkelAdded logging.
2009-10-11 Sven TrenkelAdded shutdown callback.
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.