summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-181-0/+5
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+6
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-5/+4
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes2016-03-311-0/+5
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-0/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl --expect100-timeout: addedDaniel Stenberg2015-12-151-0/+6
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-1/+1
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-091-1/+1
* curl: point out the conflicting HTTP methods if usedDaniel Stenberg2015-08-251-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-8/+15
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+6
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-181-4/+0
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-2/+2
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+8
* tool: New option --data-raw to HTTP POST data, '@' allowed.Anthony Avina2015-04-251-2/+3
* tool: fixed a comment typoDan Fandrich2015-04-231-1/+1
* 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