Age | Commit message (Expand) | Author |
2019-08-12 | altsvc: make it use h3-22 with ngtcp2 as well | Daniel Stenberg |
2019-08-12 | ngtcp2: initial h3 request work | Daniel Stenberg |
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 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-12 | CURLOPT_READFUNCTION.3: provide inline example | Daniel Stenberg |
2019-08-12 | ngtcp2: send HTTP/3 request with nghttp3 | Tatsuhiro Tsujikawa |
2019-08-12 | nghttp3: initial h3 template code added | Daniel Stenberg |
2019-08-12 | nghttp3: required when ngtcp2 is used for QUIC | Daniel Stenberg |
2019-08-11 | asyn-thread: issue CURL_POLL_REMOVE before closing socket | Eric Wong |
2019-08-11 | configure: avoid undefined check_for_ca_bundle | Carlo Marcelo Arenas Belón |
2019-08-11 | ngtcp2: Send ALPN h3-22 | Tatsuhiro Tsujikawa |
2019-08-11 | ngtcp2: use ngtcp2_settings_default and specify initial_ts | Tatsuhiro Tsujikawa |
2019-08-11 | curl_global_init_mem.3: mention it was added in 7.12.0 | Daniel Stenberg |
2019-08-10 | ngtcp2: make the QUIC handshake work | Tatsuhiro Tsujikawa |
2019-08-10 | HTTP3.md: Update quiche build instructions | Alex Mayorga |
2019-08-09 | CURLOPT_H3: removed | Daniel Stenberg |
2019-08-09 | http3: make connection reuse work | Daniel Stenberg |
2019-08-09 | quiche: add SSLKEYLOGFILE support | Daniel Stenberg |
2019-08-08 | cleanup: s/curl_debug/curl_dbg_debug in comments and docs | Daniel Stenberg |
2019-08-08 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-08 | alt-svc: add protocol version selection masking | Daniel Stenberg |
2019-08-08 | http3: fix the HTTP/3 in the request, make alt-svc set right versions | 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 | curl: use CURLINFO_PROTOCOL to check for HTTP(s) | 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: have -w's 'http_version' show '3' for HTTP/3 | Daniel Stenberg |
2019-08-07 | curl.h: add CURL_HTTP_VERSION_3 to the version enum | Daniel Stenberg |
2019-08-07 | quiche: make use of the connection timeout API properly | Daniel Stenberg |
2019-08-07 | quiche: make POSTFIELDS posts work | Daniel Stenberg |
2019-08-07 | quiche: improved error handling and memory cleanups | Daniel Stenberg |
2019-08-07 | quiche: flush egress in h3_stream_recv() too | Daniel Stenberg |
2019-08-06 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-06 | os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid(). | Patrick Monnerat |
2019-08-06 | tests: Fix the line endings for the SASL alt-auth tests | Jay Satiro |
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 | mesalink: implement client authentication | Yiming Jing |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-08-06 | quiche:h3_stream_recv return 0 at end of stream | Daniel Stenberg |
2019-08-06 | altsvc: make quiche use h3-22 now | Daniel Stenberg |
2019-08-06 | quiche: show the actual version number | Daniel Stenberg |
2019-08-06 | quiche: first working HTTP/3 request | Daniel Stenberg |