summaryrefslogtreecommitdiff
path: root/src/tool_help.c
Commit message (Expand)AuthorAgeFilesLines
* fixup remove 'const' from tool_help() and avoid a typecastbagder/help-strdup-paramDaniel Stenberg2020-09-181-2/+2
* fixup free the category string in all casesDaniel Stenberg2020-09-181-11/+6
* --help: strdup the categoryDaniel Stenberg2020-09-181-0/+1
* tool: update --help with categoriesEmil Engler2020-09-041-244/+598
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+2
* curl: add --output-dirDaniel Stenberg2020-08-241-0/+2
* windows: add unicode to feature listViktor Szakats2020-07-141-0/+1
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-0/+1
* tool: shorten 3 --help descriptionsDaniel Stenberg2020-05-131-16/+17
* retry-all-errors.d: Shorten the summary lineJay Satiro2020-05-121-1/+1
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-121-0/+2
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-1/+0
* docs/make: generate curl.1 from listed files onlyDaniel Stenberg2020-03-261-1/+1
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+2
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-1/+3
* curl: two new command line options for etagsMaros Priputen2019-11-281-0/+4
* curl: add --parallel-immediateDaniel Stenberg2019-11-211-0/+2
* docs: document it as --no-progress-meter instead of the reverseDaniel Stenberg2019-10-091-2/+2
* curl: --no-progress-meterDaniel Stenberg2019-10-081-0/+2
* ESNI: initial build/setupNiall2019-10-021-0/+1
* curl: fix include conditionslufia2019-08-291-1/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-1/+1
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-061-0/+2
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+3
* curl: support parallel transfersDaniel Stenberg2019-07-201-1/+7
* tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg2019-06-021-4/+4
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-2/+0
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-221-0/+2
* tool_help: Warn if curl and libcurl versions do not matchJay Satiro2019-04-161-0/+4
* tool_help: include <strings.h> for strcasecmpDaniel Stenberg2019-04-011-0/+3
* curl.1: mark the argument to --cookie as <data|filename>Daniel Stenberg2019-03-141-1/+1
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-031-0/+2
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+1
* curl: display --version features sorted alphabeticallyDaniel Stenberg2019-02-271-3/+23
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-011-2/+2
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+2
* docs: fix the --tls-max descriptionDaniel Stenberg2018-12-131-1/+1
* curl: update --tlsv* descriptions in --help outputSi2018-09-161-4/+4
* curl: --doh-url addedDaniel Stenberg2018-09-061-0/+2
* option: disallow username in URLBjörn Stenberg2018-05-311-0/+2
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-6/+10
* curl: added --styled-outputDaniel Stenberg2018-05-211-0/+2
* docs: mention HAproxy protocol "version 1"Aleks2018-05-181-1/+1
* tool_help: clarify --max-time unit of time is secondsJay Satiro2018-04-211-1/+1
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+2
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+2
* curl --version: show PSL if the run-time lib has it enabledDaniel Stenberg2018-02-181-4/+2
* curl: add --proxy-pinnedpubkeyDaniel Stenberg2018-01-301-1/+3
* mail-rcpt.d: fix short-text descriptionJay Satiro2018-01-071-1/+1
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-0/+1