litespeed-quic/bin
Dmitri Tikhonov fbc6cc0413 Release 2.22.0
- [FEATURE] Extensible HTTP Priorities (HTTP/3 only).
- [FEATURE] Add conn context to packet-out memory interface (PR #175).
- [BUGFIX] gQUIC proof generation: allocate buffer big enough for
  signature (issue #173).
- [BUGFIX] Make library thread-safe: drop use of global variables
  (issue #133, issue #167).
- [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame.
- [BUGFIX] gQUIC server: associate compressed cert with SSL_CTX,
  instead of keeping them in a separate hash, potentially leading
  to mismatches.
- [BUGFIX] Stream data discard infinite loop: break on FIN.
- cmake: add install target via -DCMAKE_INSTALL_PREFIX (PR #171).
- Support randomized packet number to begin a connection.
- Mini and full IETF connection size optimization.
- http_client: specify HTTP priorities based on stream conditions.
2020-10-07 09:41:26 -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.22.0 2020-10-07 09:41:26 -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.22.0 2020-10-07 09:41:26 -04:00
test_common.h Release 2.22.0 2020-10-07 09:41:26 -04:00
test_config.h.in Release 2.19.10 -- Fix Windows and MacOS builds 2020-09-08 14:16:25 -04:00