Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-10 | ngtcp2: make the QUIC handshake work | Tatsuhiro Tsujikawa | |
Closes #4209 | |||
2019-08-09 | http3: make connection reuse work | Daniel Stenberg | |
Closes #4204 | |||
2019-08-09 | quiche: add SSLKEYLOGFILE support | 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 | quiche:h3_stream_recv return 0 at end of stream | Daniel Stenberg | |
... and remove some verbose messages we don't need. Made transfers from facebook.com work better. | |||
2019-08-06 | quiche: show the actual version number | Daniel Stenberg | |
2019-08-06 | quiche: first working HTTP/3 request | Daniel Stenberg | |
- enable debug log - fix use of quiche API - use download buffer - separate header/body Closes #4193 | |||
2019-08-05 | quiche: initial h3 request send/receive | Daniel Stenberg | |
2019-08-02 | quiche: use the proper HTTP/3 ALPN | Daniel Stenberg | |
2019-08-02 | quiche: add failf() calls for two error cases | Daniel Stenberg | |
To aid debugging Closes #4181 | |||
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg | |
USe configure --with-ngtcp2 or --with-quiche Using either option will enable a HTTP3 build. Co-authored-by: Alessandro Ghedini <alessandro@ghedini.me> Closes #3500 |