Age | Commit message (Expand) | Author |
2020-06-02 | urldata: let the HTTP method be in the set.* struct | Daniel Stenberg |
2020-05-26 | quiche: clean up memory properly when failing to connect | Daniel Stenberg |
2020-05-07 | ngtcp2: introduce qlog support | Daniel Stenberg |
2020-05-05 | quiche: enable qlog output | Daniel Stenberg |
2020-03-07 | version: make curl_version* thread-safe without using global context | Daniel Stenberg |
2020-01-30 | quiche: Copyright year out of date | Daniel Stenberg |
2020-01-30 | quiche: update to draft-25 | Alessandro Ghedini |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-18 | ngtcp2: use overflow buffer for extra HTTP/3 data | Javier Blazquez |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-10-28 | HTTP3: fix Windows build | Javier Blazquez |
2019-09-29 | quiche: update HTTP/3 config creation to new API | lucas |
2019-09-26 | quiche: don't close connection at end of stream! | Daniel Stenberg |
2019-09-26 | quiche: set 'drain' when returning without having drained the queues | Daniel Stenberg |
2019-09-23 | quiche: The expression must be surrounded by parentheses | Daniel Stenberg |
2019-09-23 | http: lowercase headernames for HTTP/2 and HTTP/3 | Barry Pollard |
2019-09-16 | quiche: persist connection details | Daniel Stenberg |
2019-08-30 | quiche: expire when poll returned data | Daniel Stenberg |
2019-08-30 | quiche: decrease available buffer size, don't assign it! | Daniel Stenberg |
2019-08-26 | quiche: send the HTTP body correctly on callback uploads | Daniel Stenberg |
2019-08-23 | ngtcp2: accept upload via callback | Daniel Stenberg |
2019-08-17 | quiche: register debug callback once and earlier | Alessandro Ghedini |
2019-08-14 | quiche: happy eyeballs | Daniel Stenberg |
2019-08-09 | http3: make connection reuse work | Daniel Stenberg |
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 |
2019-08-06 | quiche: show the actual version number | Daniel Stenberg |
2019-08-06 | quiche: first working HTTP/3 request | Daniel Stenberg |
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 |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |