summaryrefslogtreecommitdiff
path: root/lib/vquic
AgeCommit message (Expand)Author
2020-12-02quiche: close the connectionDaniel Stenberg
2020-12-02ngtcp2: Fix build error due to symbol name changeJay Satiro
2020-11-26ngtcp2: use the minimal version of QUIC supported by ngtcp2Daiki Ueno
2020-11-26ngtcp2: advertise h3 ALPN unconditionallyDaiki Ueno
2020-11-26vquic/ngtcp2.h: define local_addr as sockaddr_storageDaiki Ueno
2020-11-24infof/failf calls: fix format specifiersRikard Falkeborn
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
2020-11-19quiche: remove 'static' from local bufferDaniel Stenberg
2020-11-09ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg
2020-11-05copyright: fix year rangesDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-10-16http3: fix two build errors, silence warningsViktor Szakats
2020-09-25ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX defineDaniel Stenberg
2020-09-21Curl_handler: add 'family' to each protocolDaniel Stenberg
2020-08-26ngtcp2: adapt to the new pkt_info argumentsDaniel Stenberg
2020-08-05ngtcp2: adapt to error code renameDaniel Stenberg
2020-07-27ngtcp2: store address in sockaddr_storageDaniel Stenberg
2020-07-27quiche: handle calling disconnect twiceDaniel Stenberg
2020-07-16ngtcp2: adjust to recent sockaddr updatesDaniel Stenberg
2020-07-12ngtcp2: update to modified qlog callback prototypeDaniel Stenberg
2020-06-29ngtcp2: sync with current masterDaniel Stenberg
2020-06-18connect: improve happy eyeballs handlingDaniel Stenberg
2020-06-18ngtcp2: never call fprintf() in lib code in release versionDaniel Stenberg
2020-06-18ngtcp2: fix happy eyeballs quic connect crashDaniel Stenberg
2020-06-08quiche: update SSLKEYLOGFILE supportAlessandro Ghedini
2020-06-08ngtcp2: update with recent API changesDaniel Stenberg
2020-06-04quiche: advertise draft 28 supportPeter Wu
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-05-27ngtcp2: use common key log routine for better thread-safetyPeter Wu
2020-05-26ngtcp2: cleanup memory when failing to connectDaniel Stenberg
2020-05-26quiche: clean up memory properly when failing to connectDaniel Stenberg
2020-05-25ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu
2020-05-07ngtcp2: introduce qlog supportDaniel Stenberg
2020-05-05quiche: enable qlog outputDaniel Stenberg
2020-05-04ngtcp2: convert to dynbufDaniel Stenberg
2020-03-31vquic/ngtcp2.h: update copyright year rangeDaniel Stenberg
2020-03-31vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno
2020-03-30ngtcp2: update to git master for the key installation API changeDaiki Ueno
2020-03-07version: make curl_version* thread-safe without using global contextDaniel Stenberg
2020-02-04ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6Harry Sintonen
2020-01-30quiche: Copyright year out of dateDaniel Stenberg
2020-01-30quiche: update to draft-25Alessandro Ghedini
2020-01-29ngtcp2: update to git master and its draft-25 supportDaniel Stenberg
2020-01-12misc: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-11ngtcp2: Add an error code for QUIC connection errorsEmil Engler
2019-12-20ngtcp2: Support the latest update key callback typeJay Satiro
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-28ngtcp2: fix thread-safety bug in error-handlingDavid Benjamin
2019-11-18ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez
2019-11-18ngtcp2: free used resources on disconnectDaniel Stenberg