Age | Commit message (Expand) | Author |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-08-13 | curl_version_info: make the quic_version a const | Daniel Stenberg |
2019-08-13 | examples: add http3.c, altsvc.c and http3-present.c | Daniel Stenberg |
2019-08-13 | curl_version_info.3: mentioned ALTSVC and HTTP3 | Daniel Stenberg |
2019-08-13 | CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED | Daniel Stenberg |
2019-08-12 | docs/HTTP3: simplify quiche build instruction | Junho Choi |
2019-08-12 | curl_version_info: offer quic (and h3) library info | Daniel Stenberg |
2019-08-12 | HTTP3: use ngtcp2's draft-22 branch | Daniel Stenberg |
2019-08-12 | CURLOPT_READFUNCTION.3: provide inline example | Daniel Stenberg |
2019-08-12 | nghttp3: required when ngtcp2 is used for QUIC | Daniel Stenberg |
2019-08-11 | curl_global_init_mem.3: mention it was added in 7.12.0 | Daniel Stenberg |
2019-08-10 | HTTP3.md: Update quiche build instructions | Alex Mayorga |
2019-08-09 | CURLOPT_H3: removed | Daniel Stenberg |
2019-08-08 | cleanup: s/curl_debug/curl_dbg_debug in comments and docs | Daniel Stenberg |
2019-08-08 | alt-svc: send Alt-Used: in redirected requests | Daniel Stenberg |
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg |
2019-08-07 | docs/ALTSVC: remove what works and the experimental explanation | Daniel Stenberg |
2019-08-07 | docs/EXPERIMENTAL: explain what it means and what's experimental now | Daniel Stenberg |
2019-08-07 | curl: make use of CURLINFO_RETRY_AFTER when retrying | Daniel Stenberg |
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg |
2019-08-07 | docs/ALTSVC.md: first basic file format description | Daniel Stenberg |
2019-08-07 | curl.h: add CURL_HTTP_VERSION_3 to the version enum | Daniel Stenberg |
2019-08-06 | examples: Added SASL PLAIN authorisation identity (authzid) examples | Steve Holme |
2019-08-06 | curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool | Steve Holme |
2019-08-06 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-08-06 | docs/HTTP3: refreshed as it is now in master and HTTP/3 can be tested | Daniel Stenberg |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
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 |