Age | Commit message (Expand) | Author |
2019-08-29 | curl: fix include conditions | lufia |
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg |
2019-08-06 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-20 | curl: support parallel transfers | Daniel Stenberg |
2019-06-02 | tls13-docs: mention it is only for OpenSSL >= 1.1.1 | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-22 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-04-16 | tool_help: Warn if curl and libcurl versions do not match | Jay Satiro |
2019-04-01 | tool_help: include <strings.h> for strcasecmp | Daniel Stenberg |
2019-03-14 | curl.1: mark the argument to --cookie as <data|filename> | Daniel Stenberg |
2019-03-03 | alt-svc: the curl command line bits | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-27 | curl: display --version features sorted alphabetically | Daniel Stenberg |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-13 | docs: fix the --tls-max description | Daniel Stenberg |
2018-09-16 | curl: update --tlsv* descriptions in --help output | Si |
2018-09-06 | curl: --doh-url added | Daniel Stenberg |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-21 | curl: added --styled-output | Daniel Stenberg |
2018-05-18 | docs: mention HAproxy protocol "version 1" | Aleks |
2018-04-21 | tool_help: clarify --max-time unit of time is seconds | Jay Satiro |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-18 | curl --version: show PSL if the run-time lib has it enabled | Daniel Stenberg |
2018-01-30 | curl: add --proxy-pinnedpubkey | Daniel Stenberg |
2018-01-07 | mail-rcpt.d: fix short-text description | Jay Satiro |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-09-02 | mime: use in curl cli tool instead of form API. | Patrick Monnerat |
2017-08-28 | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-15 | zsh.pl: produce a working completion script again | Kamil Dudka |
2017-07-29 | tool_help: clarify --include is only for response headers | Jay Satiro |
2017-06-28 | curl --socks5-{basic,gssapi}: control socks5 auth | Kamil Dudka |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
2017-06-16 | curl: prevent binary output spewed to terminal | Daniel Stenberg |
2017-05-14 | curl: show the libcurl release date in --version output | Daniel Stenberg |
2017-05-08 | curl: generate the --help output | Daniel Stenberg |
2017-05-06 | curl: remove tool_writeenv.[ch] | Daniel Stenberg |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-11-28 | curl: remove --proxy-ssl* options | Daniel Stenberg |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-24 | tool_help: Change description for --retry-connrefused | Jay Satiro |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |