curl_xml plugin: Replace the AVL-tree with a linked list.
[collectd.git] / src / curl_xml.c
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...