Age | Commit message (Expand) | Author |
2019-08-15 | ngtcp2: provide the callbacks as a static struct | Daniel Stenberg |
2019-08-15 | ngtcp2: add missing nghttp3_conn_add_write_offset call | Tatsuhiro Tsujikawa |
2019-08-15 | ngtcp2: deal with stream close | Tatsuhiro Tsujikawa |
2019-08-15 | ngtcp2: Consume QUIC STREAM data properly | Tatsuhiro Tsujikawa |
2019-08-15 | ngtcp2: don't reinitialize SSL on Retry | Tatsuhiro Tsujikawa |
2019-08-14 | multi: getsock improvements for QUIC connecting | Daniel Stenberg |
2019-08-14 | connect: connections are persistent by default for HTTP/3 | Daniel Stenberg |
2019-08-14 | quiche: happy eyeballs | Daniel Stenberg |
2019-08-14 | ngtcp2: do QUIC connections happy-eyeballs friendly | Daniel Stenberg |
2019-08-14 | curl_version: bump string buffer size to 250 | 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 | nss: use TLSv1.3 as default if supported | Peter Wu |
2019-08-13 | quic.h: remove unused proto | Daniel Stenberg |
2019-08-13 | curl_version_info.3: mentioned ALTSVC and HTTP3 | Daniel Stenberg |
2019-08-13 | lib/quic.c: unused - removed | 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 | 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 |