Merge branch 'ff/highres'
[collectd.git] / src / python.c
2010-11-17 Florian ForsterMerge branch 'ff/highres'
2010-11-11 Sven Trenkelpython: Added support for subsecond interval.
2010-11-06 Florian ForsterMerge branch 'collectd-4.10'
2010-11-06 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-10-01 Sven TrenkelAdd sys.argv. Not too many programs consider the possib...
2010-08-19 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-08-17 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-07-09 Florian ForsterMerge branch 'collectd-4.10'
2010-07-09 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-06-20 Florian ForsterMerge remote branch 'trenkel/collectd-4.10' into collec...
2010-06-16 Florian ForsterMerge remote branch 'jeromer/master'
2010-06-16 Sven Trenkelpython plugin: Switch back to calling the type object...
2010-06-13 Florian ForsterMerge branch 'collectd-4.10'
2010-06-13 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-05-19 Sven TrenkelMerge branch 'collectd-4.9' into collectd-4.10
2010-05-19 Florian ForsterMerge remote branch 'origin/collectd-4.9' into collectd-4.9
2010-05-15 Sven Trenkelpython: Fixed some memory leaks in the write and notifi...
2010-05-03 Sven Trenkelpython: Fixed a crash if the plugin was loaded but...
2010-05-01 Florian ForsterMerge remote branch 'powdahound/master'
2010-05-01 Florian ForsterMerge branch 'collectd-4.9'
2010-05-01 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-05-01 Florian ForsterMerge branch 'ka/pinba'
2010-05-01 Florian ForsterMerge branch 'collectd-4.9'
2010-05-01 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-04-23 Florian Forsterpython plugin: Try to work around a "dereferencing...
2010-04-22 Florian ForsterMerge branch 'collectd-4.9'
2010-04-22 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-04-22 Florian ForsterMerge remote branch 'trenkel/st/python'
2010-04-21 Florian ForsterMerge branch 'collectd-4.9'
2010-04-21 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-04-07 Florian ForsterMerge branch 'collectd-4.9'
2010-04-07 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-04-05 Florian ForsterMerge branch 'ff/modbus'
2010-04-05 Florian ForsterMerge branch 'schmurfy/re_invert'
2010-03-24 Sebastian Harlplugin: Introduced a concept of ``read groups''.
2010-03-22 Florian ForsterMerge branch 'collectd-4.9'
2010-03-15 Florian ForsterMerge branch 'collectd-4.9'
2010-03-15 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-02-25 Florian ForsterMerge branch 'collectd-4.9'
2010-02-25 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-01-29 Sven Trenkelpython: Full meta data support.
2010-01-27 Sven TrenkelAdded support for receiving meta data in write callbacks.
2010-01-14 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9 collectd-4.9.1
2010-01-13 Florian ForsterMerge branch 'ag/curl_xml'
2010-01-13 Florian ForsterMerge branch 'collectd-4.9'
2010-01-13 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-01-05 Florian ForsterMerge branch 'master' into ff/routeros
2010-01-05 Florian ForsterMerge commit 'trenkel/st/python'
2010-01-05 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2010-01-05 Sven Trenkelpython: Restored python2 compatibility.
2010-01-05 Sven Trenkelpython: Fixed more unicode related problems.
2010-01-05 Sven Trenkelpython: Made the plugin unicode save.
2010-01-05 Sven TrenkelSomewhat workable python3 support. This breaks python2...
2009-12-18 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2009-12-15 Florian ForsterMerge branch 'collectd-4.9'
2009-12-15 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2009-12-14 Sven TrenkelFixed refcount error.
2009-12-09 Florian ForsterMerge branch 'collectd-4.8'
2009-12-08 Florian ForsterMerge branch 'ms/aix'
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 Forsterpython plugin: Try to avoid casting errors with Sun...
2009-12-08 Florian ForsterMerge branch 'st/python'
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 ForsterMerge branch 'st/python'
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 TrenkelRemoves the __name__ from callback identifiers. It...
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-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.