summaryrefslogtreecommitdiff
path: root/lib/vquic
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6Harry Sintonen2020-02-041-0/+2
* quiche: Copyright year out of dateDaniel Stenberg2020-01-301-1/+1
* quiche: update to draft-25Alessandro Ghedini2020-01-301-1/+1
* ngtcp2: update to git master and its draft-25 supportDaniel Stenberg2020-01-291-1/+3
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-121-1/+1
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-111-13/+13
* ngtcp2: Support the latest update key callback typeJay Satiro2019-12-202-33/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-012-2/+2
* ngtcp2: fix thread-safety bug in error-handlingDavid Benjamin2019-11-281-2/+3
* ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez2019-11-182-35/+204
* ngtcp2: free used resources on disconnectDaniel Stenberg2019-11-182-7/+17
* ngtcp2: handle key updates as ngtcp2 master branch tells usDaniel Stenberg2019-11-182-3/+36
* ngtcp2: increase QUIC window size when data is consumedDaniel Stenberg2019-11-161-14/+24
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+6
* HTTP3: fix invalid use of sendto for connected UDP socketJavier Blazquez2019-10-281-4/+2
* HTTP3: fix Windows buildJavier Blazquez2019-10-282-9/+9
* ngtcp2: adapt to API changeDaniel Stenberg2019-10-041-7/+7
* quiche: update HTTP/3 config creation to new APIlucas2019-09-291-1/+1
* quiche: don't close connection at end of stream!Daniel Stenberg2019-09-261-3/+1
* quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg2019-09-261-4/+7
* ngtcp2: remove fprintf() callsDaniel Stenberg2019-09-251-23/+17
* quiche: The expression must be surrounded by parenthesesDaniel Stenberg2019-09-231-1/+1
* http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard2019-09-232-2/+6
* ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23Tatsuhiro Tsujikawa2019-09-211-14/+13
* 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