summaryrefslogtreecommitdiff
path: root/lib/vquic
Commit message (Expand)AuthorAgeFilesLines
* quiche: update for network path aware APIAlessandro Ghedini2021-05-241-7/+19
* h3: add 'attach' callback to protocol handlersDaniel Stenberg2021-05-192-0/+2
* ngtcp2: fix the cb_acked_stream_data_offset protoDaniel Stenberg2021-05-071-1/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-222-13/+13
* ngtcp2: Use ALPN h3-29 for nowTatsuhiro Tsujikawa2021-04-131-4/+6
* ngtcp2+gnutls: clear credentials when freedDaniel Stenberg2021-04-071-1/+3
* ngtcp2: sync with recent API updatesDaniel Stenberg2021-03-221-2/+4
* ngtcp2: Fix build error due to change in ngtcp2_addr_initJun-ya Kato2021-03-101-4/+4
* quiche: fix crash when failing to connectDaniel Stenberg2021-03-081-0/+2
* ngtcp2: clarify calculation precedenceMarcel Raad2021-02-101-1/+1
* lib: remove redundant codeMarcel Raad2021-02-101-1/+0
* lib: reduce variable scopesMarcel Raad2021-02-101-2/+1
* ngtcp2: adapt to the new recv_datagram callbackDaniel Stenberg2021-02-091-1/+2
* quiche: fix build error: use 'int' for port numberDaniel Stenberg2021-02-091-1/+1
* lib: use int type for more port variablesJay Satiro2021-02-091-2/+2
* copyright: fix year ranges in need of updatesDaniel Stenberg2021-02-031-1/+1
* ngtcp2: Fix build error due to change in ngtcp2_settingsJay Satiro2021-02-022-8/+11
* quiche: don't use primary_ip / primary_portAlessandro Ghedini2021-02-011-3/+8
* urldata: remove 'local_ip' from the connectdata structDaniel Stenberg2021-01-271-1/+1
* urldata: remove the duplicate 'ip_addr_str' fieldDaniel Stenberg2021-01-271-1/+0
* ngtcp2: Fix http3 upload stallTatsuhiro Tsujikawa2021-01-261-55/+54
* ngtcp2: Fix stack buffer overflowTatsuhiro Tsujikawa2021-01-261-2/+3
* quiche: fix unused parameter ‘conn’Daniel Stenberg2021-01-201-5/+3
* quic: remove conn->data useDaniel Stenberg2021-01-192-71/+65
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-172-62/+61
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-252-12/+12
* quiche: remove fprintf() leftoverDaniel Stenberg2020-12-141-1/+0
* ngtcp2: make it build it current master againDaniel Stenberg2020-12-102-4/+4
* quiche: close the connectionDaniel Stenberg2020-12-022-8/+15
* ngtcp2: Fix build error due to symbol name changeJay Satiro2020-12-021-4/+4
* ngtcp2: use the minimal version of QUIC supported by ngtcp2Daiki Ueno2020-11-261-1/+1
* ngtcp2: advertise h3 ALPN unconditionallyDaiki Ueno2020-11-261-17/+5
* vquic/ngtcp2.h: define local_addr as sockaddr_storageDaiki Ueno2020-11-262-4/+5
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-242-5/+5
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-232-17/+17
* quiche: remove 'static' from local bufferDaniel Stenberg2020-11-191-1/+1
* ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg2020-11-091-0/+1
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-046-6/+6
* http3: fix two build errors, silence warningsViktor Szakats2020-10-161-3/+4
* ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX defineDaniel Stenberg2020-09-251-8/+4
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-212-0/+2
* ngtcp2: adapt to the new pkt_info argumentsDaniel Stenberg2020-08-261-3/+5
* ngtcp2: adapt to error code renameDaniel Stenberg2020-08-051-1/+1
* ngtcp2: store address in sockaddr_storageDaniel Stenberg2020-07-271-2/+3
* quiche: handle calling disconnect twiceDaniel Stenberg2020-07-271-2/+8
* ngtcp2: adjust to recent sockaddr updatesDaniel Stenberg2020-07-162-9/+7
* ngtcp2: update to modified qlog callback prototypeDaniel Stenberg2020-07-121-1/+3
* ngtcp2: sync with current masterDaniel Stenberg2020-06-291-1/+3
* connect: improve happy eyeballs handlingDaniel Stenberg2020-06-182-15/+35