aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
AgeCommit message (Expand)Author
2014-02-08tool_getparam: Added support for parsing of specific URL optionsSteve Holme
2014-02-03tool_operate: Moved command line argument parsing into separate functionSteve Holme
2014-01-30http2: call it "HTTP 2" and not 2.0Daniel Stenberg
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-12curl: rename --bearer to --oauth2-bearerDaniel Stenberg
2013-09-13curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme
2013-09-12curl: Add support for various DNS binding options.Ben Greear
2013-09-05curl: unbreak --http1.0 againDaniel Stenberg
2013-09-04curl: add --http1.1 and --http2.0 optionsDaniel Stenberg
2013-09-04curl -V: output HTTP2 as a feature if presentDaniel Stenberg
2013-08-27curl: Moved check for password out of get parameter loopSteve Holme
2013-08-26curl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-20curl_easy_perform_ev: debug/test functionDaniel Stenberg
2013-08-14curl: make --no-[option] work properly for several optionsDaniel Stenberg
2013-07-14src/tool: allow timeouts to accept decimal valuesDave Reisner
2013-05-06unit1394.c: plug the curl tool unit test inKamil Dudka
2013-05-06tool_getparam: ensure string termination in parse_cert_parameter()Kamil Dudka
2013-05-06tool_getparam: fix memleak in handling the -E optionKamil Dudka
2013-05-06tool_getparam: describe what parse_cert_parameter() doesKamil Dudka
2013-05-06curl -E: allow to escape ':' in cert nicknameJared Jennings
2013-04-27sasl-ir: Added --sasl-ir option to curl command line toolSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-11-26avoid mixing of enumerated type with another typeYang Tse
2012-07-15getparam: fix the GetStr() macroDaniel Stenberg
2012-07-10cmdline: parse numerical options stricterDaniel Stenberg
2012-07-04Renamed vars to avoid shadow global declaration.Guenter Knauf
2012-07-02curl: Added runtime version check for libmetalinkTatsuhiro Tsujikawa
2012-06-21curl: Made --metalink option toggle Metalink functionalityTatsuhiro Tsujikawa
2012-06-11Revert: 634f7cfee40d4658 partiallyDaniel Stenberg
2012-06-11version: Replaced SSPI feature information with version string detailsMarc Hoersken
2012-06-08metalink: build fixes and adjustments IIYang Tse
2012-06-07metalink: build fixes and adjustments IYang Tse
2012-05-26Reduced #ifdef HAVE_METALINKTatsuhiro Tsujikawa
2012-05-26Print "Metalink" in Features if Metalink support is enabled.Tatsuhiro Tsujikawa
2012-05-26--metalink option is available regardless of Metalink support.Tatsuhiro Tsujikawa
2012-05-26metalink: parse downloaded Metalink fileTatsuhiro Tsujikawa
2012-05-26metalink: show help message even if disabledTatsuhiro Tsujikawa
2012-05-26Support Metalink.Tatsuhiro Tsujikawa
2012-04-23Revert "sspi: Added version information"Yang Tse
2012-04-22sspi: Added version informationSteve Holme
2012-04-08curl tool: make curl.h first header included in tool_setup.hYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2012-04-05curl: add --post303 to set the CURL_REDIR_POST_303 optionDaniel Stenberg
2012-02-16curl: Added support for --mail-authSteve Holme
2012-02-13configure: add option disable --libcurl outputColin Hogben
2012-02-09nss: add support for the CURLSSLOPT_ALLOW_BEAST optionKamil Dudka
2012-02-09--ssl-allow-beast addedDaniel Stenberg