summaryrefslogtreecommitdiff
path: root/src/tool_help.c
Commit message (Expand)AuthorAgeFilesLines
...
* tool_help: Clarify --dump-header only writes received headersJay Satiro2016-11-161-1/+1
* curl: add --fail-early to help outputDaniel Stenberg2016-11-151-0/+1
* curl: Add --retry-connrefusedDaniel Hwang2016-11-111-0/+2
* curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka2016-11-071-0/+1
* curl: show the long option version of -q in the -h listDaniel Stenberg2016-04-291-1/+1
* curl: mention --ntlm-wb in -h listDaniel Stenberg2016-04-291-0/+1
* curl: -h output lacked --proxy-headerDaniel Stenberg2016-04-291-1/+2
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-181-0/+1
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+1
* http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes2016-03-311-0/+1
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-1/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl --expect100-timeout: addedDaniel Stenberg2015-12-151-0/+1
* cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen2015-10-171-0/+3
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-1/+2
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+1
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-2/+1
* tool_help: fix --tlsv1 help text to use >= for TLSv1Lior Kaplan2015-06-211-1/+1
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-181-4/+0
* help: Add --proxy-service-name and --service-name to the --help outputLinus Nielsen2015-06-081-0/+4
* tool_help: fix formatting for --next optionAlessandro Ghedini2015-05-081-1/+1
* tool: New option --data-raw to HTTP POST data, '@' allowed.Anthony Avina2015-04-251-0/+1
* cyassl: Implement public key pinningJay Satiro2015-04-221-1/+1
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-1/+1
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-0/+1
* curl: add --false-start optionAlessandro Ghedini2015-03-201-0/+1
* help: add --cert-status to --help outputDaniel Stenberg2015-01-161-1/+2
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-2/+2
* tool_help: Use camel case for UNIX sockets feature outputSteve Holme2014-12-251-1/+1
* tool: add --unix-socket optionPeter Wu2014-12-041-0/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-1/+2
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-241-1/+2
* tool: Removed krb4 from the supported featuresSteve Holme2014-11-151-1/+0
* tool: Use Kerberos for supported featuresMichael Osipov2014-11-151-1/+1
* curl_tool: Added krb5 to the supported featuresSteve Holme2014-11-071-0/+1
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+1
* help output: minor whitespace editsDaniel Stenberg2014-08-191-4/+5
* help output: use ≥2 spaces between option and descriptionZearin2014-08-191-50/+48
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-231-1/+1
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-3/+3
* configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov2014-07-231-1/+3
* Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse2014-07-161-1/+0
* tool_help: Fixed missing --login-options optionSteve Holme2014-05-071-2/+2
* tool_getparam: Added initial support for --next/-:Steve Holme2014-02-261-0/+2
* tool_help: Moved --no-alpn and --no-npn to be listed alphabeticallySteve Holme2014-02-251-2/+2
* tool_getparam: Moved version information into separate function in tool_helpSteve Holme2014-02-221-0/+53
* tool_operhlp: Consolidated engine output code into tool_helpSteve Holme2014-02-221-2/+12
* tool_operate: Moved list engines into separate function in tool_helpSteve Holme2014-02-221-0/+10
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-101-0/+2
* --help: add missing --tlsv1.x optionsDaniel Stenberg2014-02-071-1/+4