summaryrefslogtreecommitdiff
path: root/lib/vquic/quiche.c
Commit message (Expand)AuthorAgeFilesLines
* quiche: send the HTTP body correctly on callback uploadsbagder/quiche-uploadDaniel 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