aboutsummaryrefslogtreecommitdiff
path: root/lib/vquic/quiche.c
AgeCommit message (Expand)Author
2020-06-04quiche: advertise draft 28 supportPeter Wu
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-05-26quiche: clean up memory properly when failing to connectDaniel Stenberg
2020-05-07ngtcp2: introduce qlog supportDaniel Stenberg
2020-05-05quiche: enable qlog outputDaniel Stenberg
2020-03-07version: make curl_version* thread-safe without using global contextDaniel Stenberg
2020-01-30quiche: Copyright year out of dateDaniel Stenberg
2020-01-30quiche: update to draft-25Alessandro Ghedini
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-18ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez
2019-11-12quiche: reject headers in the wrong orderDaniel Stenberg
2019-10-28HTTP3: fix Windows buildJavier Blazquez
2019-09-29quiche: update HTTP/3 config creation to new APIlucas
2019-09-26quiche: don't close connection at end of stream!Daniel Stenberg
2019-09-26quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg
2019-09-23quiche: The expression must be surrounded by parenthesesDaniel Stenberg
2019-09-23http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard
2019-09-16quiche: persist connection detailsDaniel Stenberg
2019-08-30quiche: expire when poll returned dataDaniel Stenberg
2019-08-30quiche: decrease available buffer size, don't assign it!Daniel Stenberg
2019-08-26quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg
2019-08-23ngtcp2: accept upload via callbackDaniel Stenberg
2019-08-17quiche: register debug callback once and earlierAlessandro Ghedini
2019-08-14quiche: happy eyeballsDaniel Stenberg
2019-08-09http3: make connection reuse workDaniel Stenberg
2019-08-09quiche: add SSLKEYLOGFILE supportDaniel Stenberg
2019-08-07quiche: make use of the connection timeout API properlyDaniel Stenberg
2019-08-07quiche: make POSTFIELDS posts workDaniel Stenberg
2019-08-07quiche: improved error handling and memory cleanupsDaniel Stenberg
2019-08-07quiche: flush egress in h3_stream_recv() tooDaniel Stenberg
2019-08-06quiche:h3_stream_recv return 0 at end of streamDaniel Stenberg
2019-08-06quiche: show the actual version numberDaniel Stenberg
2019-08-06quiche: first working HTTP/3 requestDaniel Stenberg
2019-08-05quiche: initial h3 request send/receiveDaniel Stenberg
2019-08-02quiche: use the proper HTTP/3 ALPNDaniel Stenberg
2019-08-02quiche: add failf() calls for two error casesDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg