SHA256
8
0
forked from pool/ngtcp2

Commit Graph

  • 8ea8ecc9a8 Accepting request 1287814 from devel:libraries:c_c++ main factory Ana Guerrero 2025-06-24 18:46:41 +00:00
  • 930907a8a7 - update to 1.13.0: * Update CMakeLists.txt to fix the error of check_symbol_exists() when static-link openssl. * Fix path response padding * Make a packet containing PATH_RESPONSE to active path non- probing * Make pacing less bursty * Add extra precision to pacing_interval * Refactor cubic * cubic: Bound time_delta * Make as_uint8_span consteval * Avoid slower std::ranges::mismatch * putting important libdir and incdir first devel Dirk Mueller 2025-06-23 05:53:58 +00:00
  • 11f72a9d9a add ossl subpackage to baselibs Jan Engelhardt 2025-06-22 19:35:26 +00:00
  • b8f96c6caf Fixup naming of ossl subpackage Jan Engelhardt 2025-06-22 19:34:08 +00:00
  • 295f098fff Trim idempotent guards; delete ngtcp2-doc Jan Engelhardt 2025-06-22 19:29:24 +00:00
  • 691a97a654 Accepting request 1287714 from home:crameleon:branches:devel:libraries:c_c++ Jan Engelhardt 2025-06-22 19:26:34 +00:00
  • b2e0f545ae Accepting request 1270643 from devel:libraries:c_c++ Ana Guerrero 2025-04-18 14:22:14 +00:00
  • 9cd6f6917c Update to release 1.12.0 Jan Engelhardt 2025-04-17 20:39:56 +00:00
  • 275e3ff3e6 Accepting request 1244412 from devel:libraries:c_c++ Ana Guerrero 2025-02-11 20:22:23 +00:00
  • 11d6dff14f - update to 1.10.0: * Rename NGTCP2_INITIAL_TABLE_LENBITS to NGTCP2_INITIAL_HASHBITS * Do not extend app-limited period * Fuzz sequences of different received packets * Fuzz timestamp in read_write_pkt fuzzer * Exercise all CC algorithms in read_write_pkt fuzzer * Exercise client in read_write_pkt fuzzer * Fix assertion error when retransmitting 0 length STREAM * Fuzz remote transport params in read_write_pkt fuzzer * Update ksl fuzzer with FuzzedDataProvider * Remove outdated PMTUD probe packet handling when it is lost * Add ngtcp2_rob fuzzer - update to 1.9.1: * Fixes CVE-2024-52811 - update to 1.9.0: * ringbuf: silence superfluous unused function warning on NDEBUG builds * Use REQUIRED when finding a package * Remove extra semicolons * examples: GRO buffer size should be 64KiB * Limit the number of ACK frames per packet * Nothing to acknowledge in a 0RTT packet * Introduce ngtcp2_ksl_search * Update doc * Loosen app-limited condition * Tweak threshold for max_stream_data and max_data transmission * Add note for window auto-tuning * examples/client: Disable window auto-tuning by default * ngtcp2_ksl: Use proper type Dirk Mueller 2025-02-08 21:26:00 +00:00
  • f5554cdc0e Accepting request 1185323 from devel:libraries:c_c++ Ana Guerrero 2024-07-04 14:27:18 +00:00
  • 6f0c3f5fbc - make devel package require also gnutls variant of the library Dirk Mueller 2024-07-04 07:36:53 +00:00
  • f4ba66ef37 Accepting request 1181358 from devel:libraries:c_c++ Ana Guerrero 2024-06-18 20:51:25 +00:00
  • 98253c03f7 - update to 1.6.0: * examples: Print negotiated group if TLS stack gives that information * Remove ngtcp2_min and ngtcp2_max * Keep-alive packet should trigger PTO * Fix ngtcp2_conn_stat.max_tx_udp_payload_size update * Adjust memory pool allocation units to reduce allocation size * Adjust NGTCP2_ACKTR_MAX_ENT to match NGTCP2_MAX_ACK_RANGES + 1 * Allocate ngtcp2_acktr_entry at once not to waste memory * Fix memory leak when stream datacnt gets below allocation threshold * Refactor ngtcp2_frame_chain allocation for ngtcp2_stream - update to 1.5.0: * Pack more QUIC packets on large PMTUD probes * Drop UDP datagram if it comes from a well-known port * Rework transmitting empty STREAM frame * Take into account SCID length when computing minimum packet size * More prohibited ports * client: Handle error from feed_data * server: Send stateless reset * crypto: Adjust token stack buffer sizes * crypto: Reduce NGTCP2_CRYPTO_TOKEN_RAND_DATALEN to 16 * Adopt std::to_array * server: Use std::span for sized binary data * client: Use std::span for sized binary data * examples: More std::span * std::unordered_map lookup by std::string_view * Refactor format_hex Dirk Mueller 2024-06-17 18:21:24 +00:00
  • 1b26e03d2c Accepting request 1142109 from devel:libraries:c_c++ Ana Guerrero 2024-01-29 21:28:41 +00:00
  • eaf2aac8e3 - update to 1.2.0: * Remove sample_offset field from ngtcp2_ppe * wolfssl: Just use QUIC v1 transport parameter codepoint * Do not send STOP_SENDING if RESET_STREAM has been received * Return early when STOP_SENDING is received more than once * Do not send STOP_SENDING if RESET_STREAM has been received * Fix persistent congestion * ngtcp2_pkt_adjust_pkt_num: Take bytes rather than bits * Remove use of SSL_set_quic_transport_version * Switch interop client/server to wolfssl because OpenSSL 1.1.1 has been EOLed and OpenSSL 3.x has the various performance issues due to its design decision. wolfssl has been chosen because it has the ability to specify chacha cipher suite and it is also relatively easy to build compared to GnuTLS. * Avoid detecting OpenSSL 3.2 as quictls * cmake: Require nghttp3 >= v1.0.0 Dirk Mueller 2024-01-28 17:16:47 +00:00
  • 094ca6a144 Accepting request 1135547 from devel:libraries:c_c++ Dominique Leuenberger 2024-01-03 11:23:08 +00:00
  • 357b5532b5 - update to 1.1.0: * Extract ngtcp2_frame_chain to its own file * Refactor ringbuf * Fix typo * Rename reset stream flags * Remove unused ngtcp2_conn_resched_frames * crypto: Fix bug that retry token AAD does not include QUIC version * cmake: re-add two missing includes * Bump clang to 15 * quictls: Prefetch objects to workaround 3.x perf regression * Bump clang-format to 15 * Bump quictls to 3.1.4+quic * Deprecate NGTCP2_PROTO_VER_MIN and NGTCP2_PROTO_VER_MAX * ngtcp2_conn_write_datagram conveniently accepts single buffer * windows: Fix warnings * ptlsclient, ptlsserver: Support hq * h09client: Use util::write_token * Cpp ext * Use __FILE_NAME__ instead of __FILE__ * examples: Rename extend_max_streams_bidi to extend_max_local_streams_bidi * Define varint identifiers as macros * Limit the number of NEW_CONNECTION_ID frames that are in-flight * Make frame type of type uint64_t * Fix doc * Fix assertion failure * Eliminate floating point computations * Bump actions/github-script from 6 to 7 * client: Optimize a bit * Revert ignoring loss signal during startup * Rework app_limited Dirk Mueller 2023-12-28 21:09:27 +00:00
  • b4e9b7e7b2 Accepting request 1127906 from devel:libraries:c_c++ Ana Guerrero 2023-11-21 20:31:41 +00:00
  • 11fc584a1b baserev update by copy to link target OBS User buildservice-autocommit 2023-11-21 20:31:41 +00:00