Age | Commit message (Expand) | Author |
2019-10-16 | tool_operate: Fix retry sleep time shown to user when Retry-After | Stian Soiland-Reyes |
2019-10-05 | curl: ensure HTTP 429 triggers --retry | Stian Soiland-Reyes |
2019-10-02 | tool_operate: rename functions to make more sense | Daniel Stenberg |
2019-10-02 | curl: create easy handles on-demand and not ahead of time | Daniel Stenberg |
2019-09-22 | curl: exit the create_transfers loop on errors | Daniel Stenberg |
2019-09-20 | tool_operate: removed unused variable 'done' | Daniel Stenberg |
2019-09-20 | tool_operate: Expression 'config->resume_from' is always true | Daniel Stenberg |
2019-09-13 | curl: fix memory leaked by parse_metalink() | Kamil Dudka |
2019-09-10 | curl: make sure the parallel transfers do them all | Daniel Stenberg |
2019-08-29 | curl: fix include conditions | lufia |
2019-08-20 | cleanup: remove DOT_CHAR completely | Daniel Stenberg |
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg |
2019-08-07 | curl: make use of CURLINFO_RETRY_AFTER when retrying | Daniel Stenberg |
2019-08-07 | curl: use CURLINFO_PROTOCOL to check for HTTP(s) | Daniel Stenberg |
2019-08-06 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-07-30 | curl: remove outdated comment | Daniel Stenberg |
2019-07-29 | curl: avoid uncessary libcurl timeouts (in parallel mode) | Daniel Stenberg |
2019-07-23 | tool_operate: fix implicit call to easysrc_cleanup | Jay Satiro |
2019-07-22 | curl:create_transfers check return code from curl_easy_setopt | Daniel Stenberg |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-21 | curl: remove dead code | Daniel Stenberg |
2019-07-20 | curl: support parallel transfers | Daniel Stenberg |
2019-06-24 | curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy builds | Koen Dergent |
2019-06-18 | curl: improved skip-setopt-options when built with disabled features | 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-05-18 | curl: make code work with protocol-disabled libcurl | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-16 | curl: don't set FTP options for FTP-disabled builds | Daniel Stenberg |
2019-03-15 | tool_operate: build on AmigaOS | Chris Young |
2019-03-03 | alt-svc: the curl command line bits | Daniel Stenberg |
2019-02-19 | cli tool: fix mime post with --disable-libcurl-option configure option | Patrick Monnerat |
2019-02-07 | tool_operate: fix typecheck warning | Marcel Raad |
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-19 | curl -J: do not append to the destination file | Daniel Stenberg |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-07 | curl: fix --local-port integer overflow | Daniel Stenberg |
2018-09-06 | curl: --doh-url added | Daniel Stenberg |
2018-09-03 | tool_operate: Add http code 408 to transient list for --retry | Jay Satiro |
2018-08-31 | tool_operate: Fix setting proxy TLS 1.3 ciphers | Jay Satiro |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
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: show headers in bold | Daniel Stenberg |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-07 | tool_operate: Fix retry on FTP 4xx to ignore other protocols | Stefan Agner |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |