Age | Commit message (Expand) | Author |
2019-08-06 | http09: disable HTTP/0.9 by default in both tool and library | Daniel Stenberg |
2019-07-31 | ROADMAP: parallel transfers are merged now | Daniel Stenberg |
2019-07-29 | HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown | Balazs Kovacsics |
2019-07-25 | examples: Avoid reserved names in hiperfifo examples | Brad Spencer |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-20 | docs/PARALLEL-TRANSFERS: correct the version number | Daniel Stenberg |
2019-07-20 | docs/PARALLEL-TRANSFERS: added | Daniel Stenberg |
2019-07-20 | curl: support parallel transfers | Daniel Stenberg |
2019-07-20 | docs/MANUAL.md: converted to markdown from plain text | Daniel Stenberg |
2019-07-20 | curl_version_info: provide nghttp2 details | Daniel Stenberg |
2019-07-19 | THANKS: 7.65.3 status | Daniel Stenberg |
2019-07-17 | THANKS: add contributors from 7.65.2 | Daniel Stenberg |
2019-07-17 | CURLOPT_RANGE.3: Caution against using it for HTTP PUT | Jay Satiro |
2019-07-17 | CURLOPT_SEEKDATA.3: fix variable name | Stefano Simonelli |
2019-07-17 | CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH | georgeok |
2019-07-17 | docs: Explain behavior change in --tlsv1. options since 7.54 | Jay Satiro |
2019-07-17 | libcurl: Restrict redirect schemes (follow-up) | Jay Satiro |
2019-07-16 | test1173: make it also check all libcurl option man pages | Daniel Stenberg |
2019-07-15 | docs: Fix missing lines caused by undefined macros | Bjarni Ingi Gislason |
2019-07-14 | libcurl-security.3: update to new CURLOPT_REDIR_PROTOCOLS defaults | Daniel Stenberg |
2019-07-11 | DEPRECATE: fixup versions and spelling | Daniel Gustafsson |
2019-07-06 | CURLOPT_HEADEROPT.3: Fix example | Caleb Raitto |
2019-07-04 | doh-url.d: added in 7.62.0 | Daniel Stenberg |
2019-06-30 | docs: Fix links to OpenSSL docs | Jay Satiro |
2019-06-26 | curl_multi_wait.3: escape backslash in example | Gaël PORTAY |
2019-06-25 | docs: fix string suggesting HTTP/2 is not the default | Niklas Hambüchen |
2019-06-24 | KNOWN_BUGS: Don't clear digest for single realm | Daniel Stenberg |
2019-06-24 | KNOWN_BUGS: Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname | Daniel Stenberg |
2019-06-24 | CURLMOPT_SOCKETFUNCTION.3: fix typo | Daniel Gustafsson |
2019-06-20 | typecheck: CURLOPT_CONNECT_TO takes an slist too | Daniel Stenberg |
2019-06-13 | quote.d: asterisk prefix works for SFTP as well | Daniel Stenberg |
2019-06-10 | CURLMOPT_SOCKETFUNCTION.3: clarified | Daniel Stenberg |
2019-06-10 | CURLOPT_CAINFO.3: polished wording | Daniel Stenberg |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-06-09 | libcurl-tutorial.3: Fix small typo (mutipart -> multipart) | Sorcus |
2019-06-05 | examples/htmltitle: use C++ casts between pointer types | Marcel Raad |
2019-06-05 | examples/fopen: fix comparison | Marcel Raad |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-06-04 | THANKS: new contributors from 7.65.1 | Daniel Stenberg |
2019-06-04 | curl_share_setopt.3: improve wording [ci ship] | Daniel Stenberg |
2019-06-03 | TODO: "at least N milliseconds between requests" [ci skip] | Daniel Stenberg |
2019-06-02 | tls13-docs: mention it is only for OpenSSL >= 1.1.1 | Daniel Stenberg |
2019-06-01 | dump-header.d: spell out that no headers == empty file [ci skip] | Daniel Stenberg |
2019-05-27 | nss: allow to specify TLS 1.3 ciphers if supported by NSS | Hubert Kario |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-25 | FAQ: more minor updates and spelling fixes | dbrowndan |
2019-05-22 | examples: Added SASL PLAIN authorisation identity (authzid) examples | Steve Holme |
2019-05-22 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-05-22 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-05-22 | examples: fix "clarify calculation precedence" warnings | Marcel Raad |