summaryrefslogtreecommitdiff
path: root/lib/vquic
Commit message (Expand)AuthorAgeFilesLines
* quiche: register debug callback once and earlierAlessandro Ghedini2019-08-171-12/+18
* ngtcp2: provide the callbacks as a static structDaniel Stenberg2019-08-152-32/+33
* ngtcp2: add missing nghttp3_conn_add_write_offset callTatsuhiro Tsujikawa2019-08-151-0/+9
* ngtcp2: deal with stream closeTatsuhiro Tsujikawa2019-08-151-1/+10
* ngtcp2: Consume QUIC STREAM data properlyTatsuhiro Tsujikawa2019-08-151-8/+13
* ngtcp2: don't reinitialize SSL on RetryTatsuhiro Tsujikawa2019-08-151-1/+0
* quiche: happy eyeballsDaniel Stenberg2019-08-141-31/+42
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-142-209/+221
* ngtcp2: initial h3 request workDaniel Stenberg2019-08-121-21/+111
* ngtcp2: send HTTP/3 request with nghttp3Tatsuhiro Tsujikawa2019-08-121-44/+221
* nghttp3: initial h3 template code addedDaniel Stenberg2019-08-122-1/+501
* nghttp3: required when ngtcp2 is used for QUICDaniel Stenberg2019-08-121-1/+1
* ngtcp2: Send ALPN h3-22Tatsuhiro Tsujikawa2019-08-111-4/+5
* ngtcp2: use ngtcp2_settings_default and specify initial_tsTatsuhiro Tsujikawa2019-08-111-4/+2
* ngtcp2: make the QUIC handshake workTatsuhiro Tsujikawa2019-08-103-76/+267
* 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-072-21/+49
* 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-052-24/+368
* 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-216-0/+1983