aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
AgeCommit message (Expand)Author
2014-10-07SSL: implement public key pinningmoparisthebest
2014-10-04getparameter: remove dead codeDaniel Stenberg
2014-10-04getparameter: comment a switch FALLTHROUGHDaniel Stenberg
2014-08-08tool_getparam.c: Fixed compilation warningSteve Holme
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-05-22tool_getparam.c: Fixed compilation warningsSteve Holme
2014-04-04curl: add --proxy-headerMaciej Puzio
2014-03-22tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fcSteve Holme
2014-03-01tool: Moved --libcurl to the global configSteve Holme
2014-03-01tool: Moved --progress-bar to the global configSteve Holme
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-27tool: Moved --trace and --verbose to the global configSteve Holme
2014-02-27tool: Moved --silient to the global configSteve Holme
2014-02-27tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme
2014-02-26tool: Reworked argument parsing to use --next/-:Steve Holme
2014-02-26tool_getparam: Added initial support for --next/-:Steve Holme
2014-02-25parse_args: fix a too long source code lineDaniel Stenberg
2014-02-25tool: Moved --showerror to the global configSteve Holme
2014-02-25tool_getparam: Added global config to getparameter()Steve Holme
2014-02-24tool_main: Moved easy handle into global config structureSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-23tool_getparam: Moved tool_help() call into operate()Steve Holme
2014-02-23tool_getparam: Moved hugehelp() call into operate()Steve Holme
2014-02-23tool_getparam: Moved tool_version_info() call into operate()Steve Holme
2014-02-22tool_cfgable: Removed list_engine flag from config structureSteve Holme
2014-02-22tool_getparam: Moved version information into separate function in tool_helpSteve Holme
2014-02-10NPN/ALPN: allow disabling via command lineFabian Frank
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