litespeed-quic/bin
Dmitri Tikhonov b1a7c3f944 Release 2.20.0
- [FEATURE] QUIC and HTTP/3 Internet Draft 30 support.
- [FEATURE] Unreliable Datagram Extension support.
- [FEATURE] Adaptive congestion controller.
- [BUGFIX] Do not send MAX_STREAM_DATA frames on crypto streams.
- [BUGFIX] Fail with CRYPTO_BUFFER_EXCEEDED when too much CRYPTO
  data comes in.
- [BUFFIX] Spin bit is now strictly per path; value is reset on
  DCID change.
- [BUGFIX] Check that max value of max_streams_uni and
  max_streams_bidi TPs is 2^60.
- [BUGFIX] Close IETF mini conn immediately if crypto session
  cannot be initialized.
- Deprecate ID-28 (no browser uses it): it's no longer in the
  default versions list.
- New programs duck_server and duck_client that implement the
  experimental siduck-00 protocol.  They quack!
- IETF crypto streams: don't limit ourselves from sending.
- Command-line programs: turn off QL loss bits if -G is used, as
  Wireshark cannot decrypt QUIC packets when this extension is used.
- Turn all h3 framing unit tests back on.
- Fix malo initialization when compiled in no-pool mode.
2020-09-15 16:42:13 -04:00
..
CMakeLists.txt Release 2.19.10 -- Fix Windows and MacOS builds 2020-09-08 14:16:25 -04:00
duck_client.c Release 2.20.0 2020-09-15 16:42:13 -04:00
duck_server.c Release 2.20.0 2020-09-15 16:42:13 -04:00
echo_client.c Fix Windows support 2020-06-03 00:20:46 -04:00
echo_server.c Fix Windows support 2020-06-03 00:20:46 -04:00
http_client.c Release 2.19.9 2020-09-08 11:43:03 -04:00
http_server.c Release 2.20.0 2020-09-15 16:42:13 -04:00
md5_client.c Fix Windows support 2020-06-03 00:20:46 -04:00
md5_server.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
prog.c Release 2.20.0 2020-09-15 16:42:13 -04:00
prog.h Fix Windows support 2020-06-03 00:20:46 -04:00
test_cert.c Release 2.20.0 2020-09-15 16:42:13 -04:00
test_cert.h Release 2.20.0 2020-09-15 16:42:13 -04:00
test_common.c Release 2.19.0 2020-07-29 11:33:52 -04:00
test_common.h Fix Windows support 2020-06-03 00:20:46 -04:00
test_config.h.in Release 2.19.10 -- Fix Windows and MacOS builds 2020-09-08 14:16:25 -04:00