curl_xml: fix 3 small memory leaks
[collectd.git] / src / curl_xml.c
2015-05-19 Marc Fourniercurl_xml: fix 3 small memory leaks
2015-05-19 Fabien WernliFix test for tables and empty instance
2015-05-19 Fabien WernliRevert "curl_xml plugin: Fixed tautological pointer...
2014-08-18 Arthur Marblecurl_xml plugin: Fixed tautological pointer comparison...
2014-03-29 Jeremy KatzCall curl_global_init() in _init of plugins using curl
2014-01-08 Marc FournierRevert "curl_xml.c: avoid using uninitalized variable...
2014-01-07 Marc Fourniercurl_xml.c: avoid using uninitalized variable in error...
2013-03-16 Dan Fandrichcurl_xml plugin: Check for a curl_easy_perform() error...
2013-02-05 Dan Fandrichcurl_xml plugin: Fix potential dereference of NULL...
2013-02-03 Dan Fandrichcurl's numeric options are always at minimum long,...
2012-09-13 Florian Forstercurl_xml plugin: Mark read-only strings as const.
2012-09-13 Fabien Wernlifix Host config being ignored
2011-11-25 Florian ForsterMerge "Fix file:// not working as return code is 0...
2011-11-25 Fabien WernliFix file:// not working as return code is 0 and not...
2011-05-22 Mike FlisherVarious plugins: Set the cURL option "CURLOPT_NOSIGNAL".
2011-03-26 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2011-03-14 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2011-02-07 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2011-01-04 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-12-06 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-11-27 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-11-06 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
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.9' into 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-01 Florian ForsterMerge remote branch 'powdahound/master'
2010-05-01 Florian ForsterMerge branch 'collectd-4.9'
2010-05-01 Florian ForsterMerge branch 'collectd-4.9'
2010-04-22 Florian ForsterMerge branch 'collectd-4.9'
2010-04-22 Florian ForsterMerge remote branch 'trenkel/st/python'
2010-04-21 Florian ForsterMerge branch 'collectd-4.9'
2010-04-07 Florian ForsterMerge branch '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-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...