Update to 7.40.1
[platform/upstream/curl.git] / src / tool_cfgable.h
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 internal variable isatty to the global...
2014-03-01 Steve Holmetool: Moved --libcurl to the global config
2014-03-01 Steve Holmetool: Moved --progress-bar to the global config
2014-03-01 Steve Holmetool: Moved --stderr to the global config
2014-02-27 Steve Holmetool_cfgable: Code policing of structure pointers
2014-02-27 Steve Holmetool: Moved --trace and --verbose to the global config
2014-02-27 Steve Holmetool: Moved --silient to the global config
2014-02-27 Steve Holmetool_cfgable: Added GlobalConfig pointer to OperationConfig
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_cfgable: Added support for knowing the current...
2014-02-23 Steve Holmetool_cfgable: Added global config structure
2014-02-23 Steve Holmetool_cfgable: Renamed Configurable structure to Operati...
2014-02-22 Steve Holmetool_cfgable: Removed list_engine flag from config...
2014-02-10 Fabian FrankNPN/ALPN: allow disabling via command line
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-01 Steve Holmetool_main: Moved config struct initialisation into...
2013-12-14 Daniel Stenberglogin options: remove the ;[options] support from CURLO...
2013-09-13 Steve Holmecurl: Fixed usage of DNS options when not using c-ares...
2013-09-12 Ben Greearcurl: Add support for various DNS binding options.
2013-08-26 Kyle L. Huffcurl: added basic SASL XOAUTH2 support
2013-08-20 Daniel Stenbergcurl_easy_perform_ev: debug/test function
2013-07-14 Dave Reisnersrc/tool: allow timeouts to accept decimal values
2013-04-27 Steve Holmesasl-ir: Added --sasl-ir option to curl command line...
2012-06-21 Tatsuhiro Tsujikawacurl: Made --metalink option toggle Metalink functionality
2012-05-26 Tatsuhiro TsujikawaReduced #ifdef HAVE_METALINK
2012-05-26 Tatsuhiro TsujikawaMinimize usage of structs from libmetalink
2012-05-26 Tatsuhiro TsujikawaSupport Metalink.
2012-04-18 Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-06 Yang Tsecurl tool: use configuration files from lib directory
2012-04-05 Daniel Stenbergcurl: add --post303 to set the CURL_REDIR_POST_303...
2012-02-16 Steve Holmecurl: Added support for --mail-auth
2012-02-09 Daniel Stenberg--ssl-allow-beast added
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-16 Daniel Stenberg--show-error: position indepdenent
2011-09-30 Yang Tsecurl tool: fix some more OOM handling
2011-09-20 Yang Tsecurl tool: reviewed code moved to tool_*.[ch] files
2011-09-20 Yang Tsecurl tool: reviewed code moved to tool_*.[ch] files
2011-09-19 Yang Tsecurl tool: reviewed code moved to tool_*.[ch] files
2011-09-16 Yang Tsecurl tool: move 'Configurable' and free_config_fields...