summaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.c
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: make it build it current master againbagder/ngtcp2-dec9Daniel Stenberg2020-12-091-3/+3
* 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-261-3/+4
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-12/+12
* ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg2020-11-091-0/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* 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-211-0/+1
* 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
* ngtcp2: adjust to recent sockaddr updatesDaniel Stenberg2020-07-161-8/+6
* 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-181-15/+27
* ngtcp2: never call fprintf() in lib code in release versionDaniel Stenberg2020-06-181-12/+14
* ngtcp2: fix happy eyeballs quic connect crashDaniel Stenberg2020-06-181-1/+2
* ngtcp2: update with recent API changesDaniel Stenberg2020-06-081-5/+8
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-1/+1
* ngtcp2: use common key log routine for better thread-safetyPeter Wu2020-05-271-42/+12
* ngtcp2: cleanup memory when failing to connectDaniel Stenberg2020-05-261-6/+14
* ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu2020-05-251-87/+21
* ngtcp2: introduce qlog supportDaniel Stenberg2020-05-071-3/+29
* ngtcp2: convert to dynbufDaniel Stenberg2020-05-041-84/+20
* vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno2020-03-311-26/+306
* ngtcp2: update to git master for the key installation API changeDaiki Ueno2020-03-301-5/+9
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-071-1/+1
* ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6Harry Sintonen2020-02-041-0/+2
* 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-201-30/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* ngtcp2: fix thread-safety bug in error-handlingDavid Benjamin2019-11-281-2/+3
* ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez2019-11-181-35/+185
* ngtcp2: free used resources on disconnectDaniel Stenberg2019-11-181-6/+16
* ngtcp2: handle key updates as ngtcp2 master branch tells usDaniel Stenberg2019-11-181-3/+33
* ngtcp2: increase QUIC window size when data is consumedDaniel Stenberg2019-11-161-14/+24
* HTTP3: fix invalid use of sendto for connected UDP socketJavier Blazquez2019-10-281-4/+2
* HTTP3: fix Windows buildJavier Blazquez2019-10-281-7/+7
* 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