summaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.c
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: use nghttp3_version()bagder/ngtcp2-syncDaniel 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