aboutsummaryrefslogtreecommitdiff
path: root/lib/vquic
AgeCommit message (Expand)Author
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
2019-11-18ngtcp2: handle key updates as ngtcp2 master branch tells usDaniel Stenberg
2019-11-16ngtcp2: increase QUIC window size when data is consumedDaniel Stenberg
2019-11-12quiche: reject headers in the wrong orderDaniel Stenberg
2019-10-28HTTP3: fix invalid use of sendto for connected UDP socketJavier Blazquez
2019-10-28HTTP3: fix Windows buildJavier Blazquez
2019-10-04ngtcp2: adapt to API changeDaniel Stenberg
2019-09-29quiche: update HTTP/3 config creation to new APIlucas
2019-09-26quiche: don't close connection at end of stream!Daniel Stenberg
2019-09-26quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg
2019-09-25ngtcp2: remove fprintf() callsDaniel Stenberg
2019-09-23quiche: The expression must be surrounded by parenthesesDaniel Stenberg
2019-09-23http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard
2019-09-21ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23Tatsuhiro Tsujikawa
2019-09-16quiche: persist connection detailsDaniel Stenberg
2019-08-31Curl_addr2string: take an addrlen argument tooDaniel Stenberg
2019-08-30quiche: expire when poll returned dataDaniel Stenberg
2019-08-30quiche: decrease available buffer size, don't assign it!Daniel Stenberg
2019-08-29ngtcp2: on h3 stream close, call expireDaniel Stenberg
2019-08-29ngtcp2: build latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa
2019-08-28ngtcp2: set flow control window to stream buffer sizeDaniel Stenberg
2019-08-27ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa
2019-08-26quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg
2019-08-25ngtcp2: add support for SSLKEYLOGFILEDaniel Stenberg
2019-08-25ngtcp2: improve h3 response receivingDaniel Stenberg