litespeed-quic/tests
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.22.0 2020-10-07 09:41:26 -04:00
graph_cubic.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
mini_parse.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_ack.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_ack_merge.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ackgen_gquic_be.c Release 2.21.0 2020-09-29 08:56:43 -04:00
test_ackgen_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ackparse_gquic_be.c Release 2.21.0 2020-09-29 08:56:43 -04:00
test_ackparse_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ackparse_ietf.c Release 2.21.0 2020-09-29 08:56:43 -04:00
test_alarmset.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_alt_svc_ver.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_arr.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_attq.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_blocked_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_blocked_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_bw_sampler.c Release 2.16.1 2020-06-09 12:01:45 -04:00
test_chlo_gen.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_clear_aead.c Release 2.17.0 2020-06-18 09:45:44 -04:00
test_conn_close_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_conn_close_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_conn_hash.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_crypto_gen.c Release 2.19.0 2020-07-29 11:33:52 -04:00
test_cubic.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_dec.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_di_nocopy.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_elision.c Release 2.19.0 2020-07-29 11:33:52 -04:00
test_engine_ctor.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_export_key.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_chop.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_reader.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_rw.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_writer.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_goaway_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_goaway_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_h3_framing.c Release 2.22.0 2020-10-07 09:41:26 -04:00
test_hcsi_reader.c Release 2.22.0 2020-10-07 09:41:26 -04:00
test_hkdf.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_hpi.c Release 2.22.0 2020-10-07 09:41:26 -04:00
test_lsquic_hash.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_malo.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_min_heap.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_minmax.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_packet_out.c Release 2.19.0 2020-07-29 11:33:52 -04:00
test_packet_resize.c Release 2.19.8 2020-09-02 09:03:19 -04:00
test_packno_len.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_parse_packet_in.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_purga.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_qlog.c Release 2.18.0 2020-07-06 17:35:21 -04:00
test_quic_be_floats.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_quic_le_floats.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rechist.c Release 2.21.0 2020-09-29 08:56:43 -04:00
test_reg_pkt_headergen.c Release 2.19.8 2020-09-02 09:03:19 -04:00
test_rst_stream_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rst_stream_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rst_stream_ietf.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rtt.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_send_headers.c Release 2.20.0 2020-09-15 16:42:13 -04:00
test_senhist.c Release 2.16.1 2020-06-09 12:01:45 -04:00
test_set.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_sfcw.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_shi.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_some_packets.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_spi.c Release 2.22.0 2020-10-07 09:41:26 -04:00
test_stop_waiting_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_stop_waiting_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_stream.c Release 2.20.0 2020-09-15 16:42:13 -04:00
test_streamgen.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_streamparse.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_tokgen.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_trapa.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_trechist.c Release 2.22.0 2020-10-07 09:41:26 -04:00
test_varint.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ver_nego.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_wuf_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_wuf_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00