summaryrefslogtreecommitdiff
path: root/lib/vquic
Commit message (Expand)AuthorAgeFilesLines
* quiche: persist connection detailsDaniel Stenberg2019-09-161-3/+3
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-311-2/+1
* 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
* ngtcp2: on h3 stream close, call expireDaniel Stenberg2019-08-291-1/+1
* ngtcp2: build latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-292-140/+8
* ngtcp2: set flow control window to stream buffer sizeDaniel Stenberg2019-08-281-3/+4
* ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-274-1187/+161
* quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg2019-08-261-1/+10
* ngtcp2: add support for SSLKEYLOGFILEDaniel Stenberg2019-08-251-0/+18
* ngtcp2: improve h3 response receivingDaniel Stenberg2019-08-251-9/+26
* ngtcp2: use nghttp3_version()Daniel Stenberg2019-08-251-1/+2
* ngtcp2: sync with upstream API changesDaniel Stenberg2019-08-253-114/+80
* http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg2019-08-241-6/+0
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-232-18/+139
* ngtcp2: make postfields-set posts workDaniel Stenberg2019-08-201-14/+33
* ngtcp2: use ngtcp2_version() to get the run-time versionDaniel Stenberg2019-08-201-1/+2
* ngtcp2: move the h3 initing to immediately after the rx keyDaniel Stenberg2019-08-201-6/+5
* 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