summaryrefslogtreecommitdiff
path: root/lib/vquic/quiche.c
Commit message (Expand)AuthorAgeFilesLines
* quiche: update SSLKEYLOGFILE supportAlessandro Ghedini2020-06-081-1/+7
* quiche: advertise draft 28 supportPeter Wu2020-06-041-2/+14
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-1/+1
* quiche: clean up memory properly when failing to connectDaniel Stenberg2020-05-261-8/+17
* ngtcp2: introduce qlog supportDaniel Stenberg2020-05-071-36/+6
* quiche: enable qlog outputDaniel Stenberg2020-05-051-1/+42
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-071-1/+1
* quiche: Copyright year out of dateDaniel Stenberg2020-01-301-1/+1
* quiche: update to draft-25Alessandro Ghedini2020-01-301-1/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez2019-11-181-0/+19
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+6
* HTTP3: fix Windows buildJavier Blazquez2019-10-281-2/+2
* quiche: update HTTP/3 config creation to new APIlucas2019-09-291-1/+1
* quiche: don't close connection at end of stream!Daniel Stenberg2019-09-261-3/+1
* quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg2019-09-261-4/+7
* quiche: The expression must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard2019-09-231-1/+3
* quiche: persist connection detailsDaniel Stenberg2019-09-161-3/+3
* quiche: expire when poll returned dataDaniel Stenberg2019-08-301-0/+3
* quiche: decrease available buffer size, don't assign it!Daniel Stenberg2019-08-301-1/+1
* quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg2019-08-261-1/+10
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-231-2/+16
* quiche: register debug callback once and earlierAlessandro Ghedini2019-08-171-12/+18
* quiche: happy eyeballsDaniel Stenberg2019-08-141-31/+42
* http3: make connection reuse workDaniel Stenberg2019-08-091-23/+72
* quiche: add SSLKEYLOGFILE supportDaniel Stenberg2019-08-091-0/+3
* quiche: make use of the connection timeout API properlyDaniel Stenberg2019-08-071-0/+10
* quiche: make POSTFIELDS posts workDaniel Stenberg2019-08-071-14/+27
* quiche: improved error handling and memory cleanupsDaniel Stenberg2019-08-071-20/+48
* quiche: flush egress in h3_stream_recv() tooDaniel Stenberg2019-08-071-0/+4
* quiche:h3_stream_recv return 0 at end of streamDaniel Stenberg2019-08-061-4/+1
* quiche: show the actual version numberDaniel Stenberg2019-08-061-1/+1
* quiche: first working HTTP/3 requestDaniel Stenberg2019-08-061-23/+77
* quiche: initial h3 request send/receiveDaniel Stenberg2019-08-051-24/+366
* quiche: use the proper HTTP/3 ALPNDaniel Stenberg2019-08-021-1/+5
* quiche: add failf() calls for two error casesDaniel Stenberg2019-08-021-2/+6
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+229