Age | Commit message (Expand) | Author |
2019-09-19 | urlapi: CURLU_NO_AUTHORITY allows empty authority/host part | Jens Finkhaeuser |
2019-09-15 | docs: remove trailing ':' from section names in CURLOPT_TRAILER* man | Alessandro Ghedini |
2019-09-15 | docs: fix typo in CURLOPT_HTTP_VERSION man | Alessandro Ghedini |
2019-09-12 | docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag | Jimmy Gaussen |
2019-09-10 | THANKS: from the 7.66.0 release | Daniel Stenberg |
2019-09-05 | KNOWN_BUGS/TODO: cleanup and remove outdated issues | Daniel Stenberg |
2019-09-02 | ROADMAP: updated after recent user poll | Daniel Stenberg |
2019-08-31 | THANKS: remove duplicate | Daniel Stenberg |
2019-08-28 | CURLOPT_HEADERFUNCTION.3: clarify | Christopher Head |
2019-08-28 | CURLINFO docs: mention that in redirects times are added | Daniel Stenberg |
2019-08-27 | HTTP3: switched openssl branch to use | Daniel Stenberg |
2019-08-26 | KNOWN_BUGS: USE_UNIX_SOCKETS on Windows | Daniel Stenberg |
2019-08-23 | defines: avoid underscore-prefixed defines | Daniel Stenberg |
2019-08-21 | docs/examples/curlx: fix errors | Gisle Vanem |
2019-08-20 | configure: use pkg-config to detect quiche | Alessandro Ghedini |
2019-08-20 | CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2 | Daniel Stenberg |
2019-08-20 | curl: use .curlrc (with a dot) on Windows as well | Daniel Stenberg |
2019-08-16 | TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3 | Daniel Stenberg |
2019-08-14 | CURLOPT_ALTSVC.3: use a "" file name to not load from a file | Daniel Stenberg |
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 |