Age | Commit message (Expand) | Author |
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 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
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 | lib/quic.c: unused - removed | Daniel Stenberg |
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 | 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 | ngtcp2: Send ALPN h3-22 | Tatsuhiro Tsujikawa |
2019-08-11 | ngtcp2: use ngtcp2_settings_default and specify initial_ts | Tatsuhiro Tsujikawa |
2019-08-10 | ngtcp2: make the QUIC handshake work | Tatsuhiro Tsujikawa |
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 | 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 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | 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 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
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 |
2019-08-06 | http09: disable HTTP/0.9 by default in both tool and library | Daniel Stenberg |
2019-08-05 | quiche: initial h3 request send/receive | Daniel Stenberg |
2019-08-05 | lib/Makefile.am: make checksrc run in vquic too | Daniel Stenberg |
2019-08-05 | altsvc: fix removal of expired cache entry | Daniel Stenberg |
2019-08-04 | md4: Use our own MD4 implementation when no crypto libraries are available | Steve Holme |
2019-08-04 | md4: No need to include Curl_md4.h for each TLS library | Steve Holme |
2019-08-04 | md4: No need for the NTLM code to call Curl_md4it() for each TLS library | Steve Holme |
2019-08-04 | md4: Move the mbed TLS MD4 implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the WinCrypt implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the SecureTransport implementation out of the NTLM code | Steve Holme |