filecount plugin: Make it possible to include hidden files and directories.
[collectd.git] / src / pyvalues.c
2009-12-18 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
2009-12-15 Florian ForsterMerge branch 'collectd-4.8' into collectd-4.9
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 Forstersrc/pyvalues.c: Don't use Py_ssize_t - it's new in...
2009-12-08 Florian ForsterMerge branch 'st/python'
2009-12-07 Florian Forstersrc/pyvalues.c: Cast `void *' to a int that's guarantee...
2009-12-05 Sven TrenkelAdded write method to Values.
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-10-29 Sven TrenkelBetter workaround for global plugin loading.
2009-10-27 Sven TrenkelAdded new python class "Values". Only "dispatch" is...