Revert "Update to 7.40.1"
[platform/upstream/curl.git] / src / tool_getparam.c
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-05-22 Steve Holmetool_getparam.c: Fixed compilation warnings
2014-04-04 Maciej Puziocurl: add --proxy-header
2014-03-22 Steve Holmetool_getparam: Removed "dead assignment" code introduce...
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: 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-26 Steve Holmetool: Reworked argument parsing to use --next/-:
2014-02-26 Steve Holmetool_getparam: Added initial support for --next/-:
2014-02-25 nickzmanMerge pull request #93 from d235j/darwinssl_ip_address_fix
2014-02-25 Daniel Stenbergparse_args: fix a too long source code line
2014-02-25 Steve Holmetool: Moved --showerror to the global config
2014-02-25 Steve Holmetool_getparam: Added global config to getparameter()
2014-02-24 Steve Holmetool_main: Moved easy handle into global config structure
2014-02-23 Steve Holmetool_cfgable: Renamed Configurable structure to Operati...
2014-02-23 Steve Holmetool_getparam: Moved tool_help() call into operate()
2014-02-23 Steve Holmetool_getparam: Moved hugehelp() call into operate()
2014-02-23 Steve Holmetool_getparam: Moved tool_version_info() call into...
2014-02-22 Steve Holmetool_cfgable: Removed list_engine flag from config...
2014-02-22 Steve Holmetool_getparam: Moved version information into separate...
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-03 Steve Holmetool_operate: Moved command line argument parsing into...
2014-01-30 Daniel Stenberghttp2: call it "HTTP 2" and not 2.0
2013-12-14 Daniel Stenberglogin options: remove the ;[options] support from CURLO...
2013-10-15 Gergely NagySSL: protocol version can be specified more precisely
2013-10-12 Daniel Stenbergcurl: rename --bearer to --oauth2-bearer
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-09-05 Daniel Stenbergcurl: unbreak --http1.0 again
2013-09-04 Daniel Stenbergcurl: add --http1.1 and --http2.0 options
2013-09-04 Daniel Stenbergcurl -V: output HTTP2 as a feature if present
2013-08-27 Steve Holmecurl: Moved check for password out of get parameter...
2013-08-26 Kyle L. Huffcurl: added basic SASL XOAUTH2 support
2013-08-20 Daniel Stenbergcurl_easy_perform_ev: debug/test function
2013-08-14 Daniel Stenbergcurl: make --no-[option] work properly for several...
2013-07-14 Dave Reisnersrc/tool: allow timeouts to accept decimal values
2013-05-06 Kamil Dudkaunit1394.c: plug the curl tool unit test in
2013-05-06 Kamil Dudkatool_getparam: ensure string termination in parse_cert_...
2013-05-06 Kamil Dudkatool_getparam: fix memleak in handling the -E option
2013-05-06 Kamil Dudkatool_getparam: describe what parse_cert_parameter(...
2013-05-06 Jared Jenningscurl -E: allow to escape ':' in cert nickname
2013-04-27 Steve Holmesasl-ir: Added --sasl-ir option to curl command line...
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-12-26 Yang Tsecurl tool: renaming hugehelp files to tool_hugehelp
2012-11-26 Yang Tseavoid mixing of enumerated type with another type
2012-07-15 Daniel Stenberggetparam: fix the GetStr() macro
2012-07-10 Daniel Stenbergcmdline: parse numerical options stricter
2012-07-04 Guenter KnaufRenamed vars to avoid shadow global declaration.
2012-07-02 Tatsuhiro Tsujikawacurl: Added runtime version check for libmetalink
2012-06-21 Tatsuhiro Tsujikawacurl: Made --metalink option toggle Metalink functionality
2012-06-11 Daniel StenbergRevert: 634f7cfee40d4658 partially
2012-06-11 Marc Hoerskenversion: Replaced SSPI feature information with version...
2012-06-08 Yang Tsemetalink: build fixes and adjustments II
2012-06-07 Yang Tsemetalink: build fixes and adjustments I
2012-05-26 Tatsuhiro TsujikawaReduced #ifdef HAVE_METALINK
2012-05-26 Tatsuhiro TsujikawaPrint "Metalink" in Features if Metalink support is...
2012-05-26 Tatsuhiro Tsujikawa--metalink option is available regardless of Metalink...
2012-05-26 Tatsuhiro Tsujikawametalink: parse downloaded Metalink file
2012-05-26 Tatsuhiro Tsujikawametalink: show help message even if disabled
2012-05-26 Tatsuhiro TsujikawaSupport Metalink.
2012-04-23 Yang TseRevert "sspi: Added version information"
2012-04-22 Steve Holmesspi: Added version information
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-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-13 Colin Hogbenconfigure: add option disable --libcurl output
2012-02-09 Kamil Dudkanss: add support for the CURLSSLOPT_ALLOW_BEAST option
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-10-06 Yang Tsecurl tool: reviewed code moved to tool_*.[ch] files
2011-10-05 Yang Tsecurl tool: OOM handling fixes
2011-10-05 Yang Tsecurl tool: OOM handling fixes
2011-10-05 Yang Tsecurl tool: OOM handling fixes
2011-10-04 Yang Tsecurl tool: code moved to tool_*.[ch] files