plugin: Introduced a concept of ``read groups''.
[collectd.git] / src / curl_xml.c
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-02-25 Florian ForsterMerge branch 'collectd-4.9'
2010-01-23 Florian Forstercurl_xml plugin: Cast _Bool to long when calling curl_e...
2010-01-13 Florian ForsterMerge branch 'ag/curl_xml'
2010-01-13 Amit Guptacurl_xml plugin: Replace the AVL-tree with a linked...
2010-01-13 Amit Guptacurl_xml plugin: Rename "Instance" and "Values" to...
2010-01-11 Florian Forstercurl_xml plugin: Don't use a hyphen to separate instanc...
2010-01-11 Florian Forstercurl_xml plugin: Documented the type-instance behavior...
2010-01-11 Florian Forstercurl_xml plugin: Break up “cx_submit_xpath_values”...
2010-01-11 Florian Forstercurl_xml plugin: Move the setting of type_instance...
2010-01-11 Florian Forstercurl_xml plugin: Make absolutely certain “instance_node...
2010-01-11 Florian Forstercurl_xml plugin: Check the return value of “cx_evaluate...
2010-01-11 Florian Forstercurl_xml plugin: Change C++-style comments into C-style...
2010-01-11 Florian Forstercurl_xml plugin: Clear type_instance if it is not set.
2010-01-11 Florian Forstercurl_xml plugin: Adapted copyright for 2010.
2010-01-11 Florian Forstercurl_xml plugin: Replace cx_config_add_string and cx_co...
2010-01-11 Florian Forstercurl_xml plugin: Reorder functions and remove forward...
2010-01-11 Amit Guptacurl_xml plugin: New plugin to fetch and parse XML...