aboutsummaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.c
AgeCommit message (Expand)Author
2020-06-08ngtcp2: update with recent API changesDaniel Stenberg
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-25ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu
2020-05-07ngtcp2: introduce qlog supportDaniel Stenberg
2020-05-04ngtcp2: convert to dynbufDaniel 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-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-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-25ngtcp2: remove fprintf() callsDaniel 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-08-31Curl_addr2string: take an addrlen argument tooDaniel 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-25ngtcp2: add support for SSLKEYLOGFILEDaniel Stenberg
2019-08-25ngtcp2: improve h3 response receivingDaniel Stenberg
2019-08-25ngtcp2: use nghttp3_version()Daniel Stenberg
2019-08-25ngtcp2: sync with upstream API changesDaniel Stenberg
2019-08-24http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg
2019-08-23ngtcp2: accept upload via callbackDaniel Stenberg
2019-08-20ngtcp2: make postfields-set posts workDaniel Stenberg
2019-08-20ngtcp2: use ngtcp2_version() to get the run-time versionDaniel Stenberg
2019-08-20ngtcp2: move the h3 initing to immediately after the rx keyDaniel Stenberg
2019-08-15ngtcp2: provide the callbacks as a static structDaniel Stenberg
2019-08-15ngtcp2: add missing nghttp3_conn_add_write_offset callTatsuhiro Tsujikawa
2019-08-15ngtcp2: deal with stream closeTatsuhiro Tsujikawa
2019-08-15ngtcp2: Consume QUIC STREAM data properlyTatsuhiro Tsujikawa
2019-08-15ngtcp2: don't reinitialize SSL on RetryTatsuhiro Tsujikawa
2019-08-14ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg
2019-08-12ngtcp2: initial h3 request workDaniel Stenberg
2019-08-12ngtcp2: send HTTP/3 request with nghttp3Tatsuhiro Tsujikawa
2019-08-12nghttp3: initial h3 template code addedDaniel Stenberg