Age | Commit message (Expand) | Author |
2020-03-31 | vquic/ngtcp2.h: update copyright year range | Daniel Stenberg |
2020-03-31 | vquic: add support for GnuTLS backend of ngtcp2 | Daiki Ueno |
2020-03-30 | ngtcp2: update to git master for the key installation API change | Daiki Ueno |
2020-03-07 | version: make curl_version* thread-safe without using global context | Daniel Stenberg |
2020-02-04 | ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6 | Harry Sintonen |
2020-01-30 | quiche: Copyright year out of date | Daniel Stenberg |
2020-01-30 | quiche: update to draft-25 | Alessandro Ghedini |
2020-01-29 | ngtcp2: update to git master and its draft-25 support | Daniel Stenberg |
2020-01-12 | misc: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-11 | ngtcp2: Add an error code for QUIC connection errors | Emil Engler |
2019-12-20 | ngtcp2: Support the latest update key callback type | Jay Satiro |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-28 | ngtcp2: fix thread-safety bug in error-handling | David Benjamin |
2019-11-18 | ngtcp2: use overflow buffer for extra HTTP/3 data | Javier Blazquez |
2019-11-18 | ngtcp2: free used resources on disconnect | Daniel Stenberg |
2019-11-18 | ngtcp2: handle key updates as ngtcp2 master branch tells us | Daniel Stenberg |
2019-11-16 | ngtcp2: increase QUIC window size when data is consumed | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-10-28 | HTTP3: fix invalid use of sendto for connected UDP socket | Javier Blazquez |
2019-10-28 | HTTP3: fix Windows build | Javier Blazquez |
2019-10-04 | ngtcp2: adapt to API change | Daniel Stenberg |
2019-09-29 | quiche: update HTTP/3 config creation to new API | lucas |
2019-09-26 | quiche: don't close connection at end of stream! | Daniel Stenberg |
2019-09-26 | quiche: set 'drain' when returning without having drained the queues | Daniel Stenberg |
2019-09-25 | ngtcp2: remove fprintf() calls | Daniel Stenberg |
2019-09-23 | quiche: The expression must be surrounded by parentheses | Daniel Stenberg |
2019-09-23 | http: lowercase headernames for HTTP/2 and HTTP/3 | Barry Pollard |
2019-09-21 | ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23 | Tatsuhiro Tsujikawa |
2019-09-16 | quiche: persist connection details | Daniel Stenberg |
2019-08-31 | Curl_addr2string: take an addrlen argument too | Daniel Stenberg |
2019-08-30 | quiche: expire when poll returned data | Daniel Stenberg |
2019-08-30 | quiche: decrease available buffer size, don't assign it! | Daniel Stenberg |
2019-08-29 | ngtcp2: on h3 stream close, call expire | Daniel Stenberg |
2019-08-29 | ngtcp2: build latest ngtcp2 and ngtcp2_crypto_openssl | Tatsuhiro Tsujikawa |
2019-08-28 | ngtcp2: set flow control window to stream buffer size | Daniel Stenberg |
2019-08-27 | ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_openssl | Tatsuhiro Tsujikawa |
2019-08-26 | quiche: send the HTTP body correctly on callback uploads | Daniel Stenberg |
2019-08-25 | ngtcp2: add support for SSLKEYLOGFILE | Daniel Stenberg |
2019-08-25 | ngtcp2: improve h3 response receiving | Daniel Stenberg |
2019-08-25 | ngtcp2: use nghttp3_version() | Daniel Stenberg |
2019-08-25 | ngtcp2: sync with upstream API changes | Daniel Stenberg |
2019-08-24 | http: the 'closed' struct field is used by both ngh2 and ngh3 | Daniel Stenberg |
2019-08-23 | ngtcp2: accept upload via callback | Daniel Stenberg |
2019-08-20 | ngtcp2: make postfields-set posts work | Daniel Stenberg |
2019-08-20 | ngtcp2: use ngtcp2_version() to get the run-time version | Daniel Stenberg |
2019-08-20 | ngtcp2: move the h3 initing to immediately after the rx key | Daniel Stenberg |
2019-08-17 | quiche: register debug callback once and earlier | Alessandro Ghedini |
2019-08-15 | ngtcp2: provide the callbacks as a static struct | Daniel Stenberg |
2019-08-15 | ngtcp2: add missing nghttp3_conn_add_write_offset call | Tatsuhiro Tsujikawa |
2019-08-15 | ngtcp2: deal with stream close | Tatsuhiro Tsujikawa |