summaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.c
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: adapt to API changeDaniel Stenberg2019-10-041-7/+7
* ngtcp2: remove fprintf() callsDaniel Stenberg2019-09-251-23/+17
* http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard2019-09-231-1/+3
* ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23Tatsuhiro Tsujikawa2019-09-211-14/+13
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-311-2/+1
* ngtcp2: on h3 stream close, call expireDaniel Stenberg2019-08-291-1/+1
* ngtcp2: build latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-291-138/+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-271-579/+159
* 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-251-56/+44
* http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg2019-08-241-6/+0
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-231-16/+123
* 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
* ngtcp2: provide the callbacks as a static structDaniel Stenberg2019-08-151-31/+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
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-141-203/+219
* 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-121-1/+497
* 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-101-39/+214
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+1029