aboutsummaryrefslogtreecommitdiff
path: root/lib/vquic
AgeCommit message (Expand)Author
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
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-17quiche: register debug callback once and earlierAlessandro Ghedini
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-14quiche: happy eyeballsDaniel Stenberg
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
2019-08-12nghttp3: required when ngtcp2 is used for QUICDaniel Stenberg
2019-08-11ngtcp2: Send ALPN h3-22Tatsuhiro Tsujikawa
2019-08-11ngtcp2: use ngtcp2_settings_default and specify initial_tsTatsuhiro Tsujikawa
2019-08-10ngtcp2: make the QUIC handshake workTatsuhiro Tsujikawa
2019-08-09http3: make connection reuse workDaniel Stenberg
2019-08-09quiche: add SSLKEYLOGFILE supportDaniel Stenberg
2019-08-07quiche: make use of the connection timeout API properlyDaniel Stenberg
2019-08-07quiche: make POSTFIELDS posts workDaniel Stenberg
2019-08-07quiche: improved error handling and memory cleanupsDaniel Stenberg
2019-08-07quiche: flush egress in h3_stream_recv() tooDaniel Stenberg
2019-08-06quiche:h3_stream_recv return 0 at end of streamDaniel Stenberg
2019-08-06quiche: show the actual version numberDaniel Stenberg
2019-08-06quiche: first working HTTP/3 requestDaniel Stenberg
2019-08-05quiche: initial h3 request send/receiveDaniel Stenberg
2019-08-02quiche: use the proper HTTP/3 ALPNDaniel Stenberg
2019-08-02quiche: add failf() calls for two error casesDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg