Base code merged to SPIN 2.4
[platform/upstream/curl.git] / src / tool_cfgable.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-04-04 Maciej Puziocurl: add --proxy-header
2014-03-01 Steve Holmetool: Moved --libcurl to the global config
2014-03-01 Steve Holmetool: Moved --stderr to the global config
2014-02-27 Steve Holmetool: Moved --trace and --verbose to the global config
2014-02-25 nickzmanMerge pull request #93 from d235j/darwinssl_ip_address_fix
2014-02-25 Steve Holmetool: Moved --showerror to the global config
2014-02-24 Steve Holmetool_operate: Moved easy handle cleanup into tool_main
2014-02-23 Steve Holmetool_cfgable: Renamed Configurable structure to Operati...
2014-02-10 Steve Holmetool_cfgable: Moved easy handle cleanup to fix pingpong...
2014-02-09 Steve Holmetool_operate: Move the trace and error file closure...
2014-02-08 Steve Holmetool_getparam: Added support for parsing of specific...
2014-02-07 Steve Holmetool_cfgable: For consistency renamed init_config(...
2014-02-07 Steve Holmetool_cfgable: Introduced config_free() function
2014-02-02 Steve Holmetool_operate: Moved initial config setup into new init_...
2014-02-01 Steve Holmetool_main: Moved config struct initialisation into...
2013-09-12 Ben Greearcurl: Add support for various DNS binding options.
2013-08-26 Kyle L. Huffcurl: added basic SASL XOAUTH2 support
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-04-08 Yang Tsecurl tool: make curl.h first header included in tool_se...
2012-04-06 Yang Tsecurl tool: use configuration files from lib directory
2012-02-16 Steve Holmecurl: Added support for --mail-auth
2011-11-03 Yang Tsetool_cfgable.c: pending check done
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-30 Yang Tsecurl tool: fix some more OOM handling
2011-09-24 Yang Tsecurl tool: fix some OOM handling issues
2011-09-17 Yang Tsecurl tool: create tool_myfunc.[ch] which later on will...
2011-09-17 Yang Tsecurl tool: reorder free_config_fields() field handling
2011-09-16 Yang Tsecurl tool: move 'Configurable' and free_config_fields...