summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
...
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-0/+4
* curl: add --false-start optionAlessandro Ghedini2015-03-201-0/+5
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-19/+19
* copyright years: after OCSP stapling changesDaniel Stenberg2015-01-161-1/+1
* curl: add --cert-status optionAlessandro Ghedini2015-01-161-0/+5
* tool: add --unix-socket optionPeter Wu2014-12-041-0/+4
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+6
* getparameter: remove dead codeDaniel Stenberg2014-10-041-6/+1
* getparameter: comment a switch FALLTHROUGHDaniel Stenberg2014-10-041-0/+1
* tool_getparam.c: Fixed compilation warningSteve Holme2014-08-081-2/+2
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-6/+6
* tool_getparam.c: Fixed compilation warningsSteve Holme2014-05-221-2/+2
* curl: add --proxy-headerMaciej Puzio2014-04-041-1/+5
* tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fcSteve Holme2014-03-221-3/+4
* tool: Moved --libcurl to the global configSteve Holme2014-03-011-1/+1
* tool: Moved --progress-bar to the global configSteve Holme2014-03-011-4/+4
* tool: Moved --stderr to the global configSteve Holme2014-03-011-7/+7
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-271-13/+13
* tool: Moved --silient to the global configSteve Holme2014-02-271-2/+2
* tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme2014-02-271-0/+3
* tool: Reworked argument parsing to use --next/-:Steve Holme2014-02-261-27/+27
* tool_getparam: Added initial support for --next/-:Steve Holme2014-02-261-0/+3
* parse_args: fix a too long source code lineDaniel Stenberg2014-02-251-1/+2
* tool: Moved --showerror to the global configSteve Holme2014-02-251-3/+3
* tool_getparam: Added global config to getparameter()Steve Holme2014-02-251-3/+4
* tool_main: Moved easy handle into global config structureSteve Holme2014-02-241-12/+16
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-3/+3
* tool_getparam: Moved tool_help() call into operate()Steve Holme2014-02-231-2/+0
* tool_getparam: Moved hugehelp() call into operate()Steve Holme2014-02-231-6/+2
* tool_getparam: Moved tool_version_info() call into operate()Steve Holme2014-02-231-4/+3
* tool_cfgable: Removed list_engine flag from config structureSteve Holme2014-02-221-3/+4
* tool_getparam: Moved version information into separate function in tool_helpSteve Holme2014-02-221-54/+5
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-101-0/+8
* tool_getparam: Added support for parsing of specific URL optionsSteve Holme2014-02-081-2/+28
* tool_operate: Moved command line argument parsing into separate functionSteve Holme2014-02-031-0/+44
* http2: call it "HTTP 2" and not 2.0Daniel Stenberg2014-01-301-2/+2
* login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg2013-12-141-2/+8
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-151-3/+22
* curl: rename --bearer to --oauth2-bearerDaniel Stenberg2013-10-121-1/+1
* curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme2013-09-131-1/+1
* curl: Add support for various DNS binding options.Ben Greear2013-09-121-1/+20
* curl: unbreak --http1.0 againDaniel Stenberg2013-09-051-2/+2
* curl: add --http1.1 and --http2.0 optionsDaniel Stenberg2013-09-041-4/+18
* curl -V: output HTTP2 as a feature if presentDaniel Stenberg2013-09-041-1/+2
* curl: Moved check for password out of get parameter loopSteve Holme2013-08-271-9/+1
* curl: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-261-3/+9
* curl_easy_perform_ev: debug/test functionDaniel Stenberg2013-08-201-0/+8
* curl: make --no-[option] work properly for several optionsDaniel Stenberg2013-08-141-5/+5
* src/tool: allow timeouts to accept decimal valuesDave Reisner2013-07-141-2/+2