summaryrefslogtreecommitdiff
path: root/src/tool_help.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-2/+2
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-281-1/+2
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+2
* zsh.pl: produce a working completion script againKamil Dudka2017-08-151-1/+1
* tool_help: clarify --include is only for response headersJay Satiro2017-07-291-1/+1
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-281-0/+4
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-6/+6
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+2
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-1/+1
* curl: show the libcurl release date in --version outputDaniel Stenberg2017-05-141-0/+6
* curl: generate the --help outputDaniel Stenberg2017-05-081-249/+429
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-061-4/+1
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+1
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+1
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-1/+2
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-0/+1
* curl: remove --proxy-ssl* optionsDaniel Stenberg2016-11-281-2/+0
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+1
* tool_help: Change description for --retry-connrefusedJay Satiro2016-11-241-2/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+26