Commit Graph

  • 6d65fdeb88 Add package in slfo-main slfo-main Elisei Roca 2026-01-15 17:21:08 +01:00
  • c7ba4cb11f Accepting request 1326960 from devel:libraries:c_c++ factory Ana Guerrero 2026-01-14 15:19:30 +00:00
  • a961615bd5 Accepting request 1326960 from devel:libraries:c_c++ Ana Guerrero 2026-01-14 15:19:30 +00:00
  • c3bab8caaa Accepting request 1326937 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ Jan Engelhardt 2026-01-13 12:14:49 +00:00
  • 52a0e24164 - Remove the unrecogninzed configure option --with-cunit and the cunit build dependency Jan Engelhardt 2026-01-13 12:14:49 +00:00
  • 7c07405acb Accepting request 1323119 from devel:libraries:c_c++ Ana Guerrero 2025-12-17 16:31:31 +00:00
  • c9d8ca4c84 Accepting request 1323119 from devel:libraries:c_c++ Ana Guerrero 2025-12-17 16:31:31 +00:00
  • 3325b88d7c Trim changelog Jan Engelhardt 2025-12-16 13:10:19 +00:00
  • 32fdfb1047 Trim changelog Jan Engelhardt 2025-12-16 13:10:19 +00:00
  • df8eccb3f3 Accepting request 1323094 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ Jan Engelhardt 2025-12-16 13:08:58 +00:00
  • f2e0de73b1 - Update to 1.13.1: - Fix header name validation on a platform where char is unsigned by @tatsuhiro-t in #414 Jan Engelhardt 2025-12-16 13:08:58 +00:00
  • 7618f6bf77 Accepting request 1310711 from devel:libraries:c_c++ Dominique Leuenberger 2025-10-14 16:04:54 +00:00
  • d0d98d5b27 Accepting request 1310711 from devel:libraries:c_c++ Dominique Leuenberger 2025-10-14 16:04:54 +00:00
  • 56c69e8893 Accepting request 1310654 from home:darix:apps Jan Engelhardt 2025-10-11 09:53:59 +00:00
  • f58d6a9c17 - Update to 1.12.0: Jan Engelhardt 2025-10-11 09:53:59 +00:00
  • e9e5996a8d Accepting request 1296567 from devel:libraries:c_c++ Dominique Leuenberger 2025-08-05 12:20:15 +00:00
  • 3d5061fad6 Accepting request 1296567 from devel:libraries:c_c++ Dominique Leuenberger 2025-08-05 12:20:15 +00:00
  • 590479bb84 Accepting request 1296420 from home:pmonrealgonzalez:ngtcp2-cycle-fix Jan Engelhardt 2025-07-30 12:47:06 +00:00
  • 83c2055db4 - Update to 1.11.0: * Revert "Tighten up :path validation" * Implement RFC 9412 ORIGIN frame * Clarify the life time of the object pointed * Update doc * Port ngtcp2 map changes * Treat malformed HTTP message as a connection error * Map seed * Add nghttp3_qpack_encoder_new2 * Make nghttp3_rand accept uint8_t buffer * Origin changes * No need to zero-clear frent * Use compound literals instead of filling with zeros * Make macros static inline functions * Remove length from nghttp3_frame Jan Engelhardt 2025-07-30 12:47:06 +00:00
  • 1dfe80f77e Accepting request 1287802 from devel:libraries:c_c++ Ana Guerrero 2025-06-23 13:06:18 +00:00
  • 48a45c2e8a Accepting request 1287802 from devel:libraries:c_c++ Ana Guerrero 2025-06-23 13:06:18 +00:00
  • 576e4d37b5 - update to 1.10.1: * Revert "Tighten up :path validation" - update to 1.10.0: * Add tests for reading a control stream * fuzz: Fuzz http3 with 1 byte input * tests: Reset buffer before each test as part of initialization * Tighten up :path validation Dirk Mueller 2025-06-23 05:43:12 +00:00
  • d8156bf541 - update to 1.10.1: * Revert "Tighten up :path validation" - update to 1.10.0: * Add tests for reading a control stream * fuzz: Fuzz http3 with 1 byte input * tests: Reset buffer before each test as part of initialization * Tighten up :path validation Dirk Mueller 2025-06-23 05:43:12 +00:00
  • 56f4338aec Accepting request 1270642 from devel:libraries:c_c++ Ana Guerrero 2025-04-18 14:21:54 +00:00
  • af860d15f3 Accepting request 1270642 from devel:libraries:c_c++ Ana Guerrero 2025-04-18 14:21:54 +00:00
  • e15f1b06ea (1.9.0) Add to nghttp3.changes Jan Engelhardt 2025-04-17 20:55:20 +00:00
  • 72d3584ab0 (1.9.0) Add to nghttp3.changes Jan Engelhardt 2025-04-17 20:55:20 +00:00
  • aae62070bd Update to release 1.9.0 Jan Engelhardt 2025-04-17 20:48:01 +00:00
  • c3f9762d29 Update to release 1.9.0 Jan Engelhardt 2025-04-17 20:48:01 +00:00
  • b3c564ff98 Accepting request 1244413 from devel:libraries:c_c++ Ana Guerrero 2025-02-10 16:25:44 +00:00
  • d4de6b5c02 Accepting request 1244413 from devel:libraries:c_c++ Ana Guerrero 2025-02-10 16:25:44 +00:00
  • 524a8cad7e - update to 1.7.0: * Remove extra semicolons * Do not allow '@' in :authority or host field value * Fix compile error with NDEBUG * Port ngtcp2_ksl changes that introduced ngtcp2_ksl_search - update to 1.6.0: * Fix cmake export * Fix include export * Fix ARM64 __popcnt intrinsics * Refactor qpack reserve_buf * Fix potential overflow * nghttp3_map: Port ngtcp2 changes * Optimize nghttp3_read_varint * Consistent macro comments * clang-format files under fuzz * ispow2: Better fallback implementation * Refactor http on header * Simplify http_request_on_header and http_response_on_header * qpack: Switch on opcode * Do huffman encoding only when the reduction is more than 25% * Optimize nghttp3_check_header_value * Revert "Optimize nghttp3_check_header_value" * cmake: Remove trailing spaces * Optimize nghttp3_check_header_value - update to 1.5.0: * Fix format in nghttp3_macro.h * Bump clang format * cmake: Fix linker warning LNK4291 when linking static lib to the final binary * Ngtcp2 port Dirk Mueller 2025-02-08 21:28:59 +00:00
  • e158ce5973 - update to 1.7.0: * Remove extra semicolons * Do not allow '@' in :authority or host field value * Fix compile error with NDEBUG * Port ngtcp2_ksl changes that introduced ngtcp2_ksl_search - update to 1.6.0: * Fix cmake export * Fix include export * Fix ARM64 __popcnt intrinsics * Refactor qpack reserve_buf * Fix potential overflow * nghttp3_map: Port ngtcp2 changes * Optimize nghttp3_read_varint * Consistent macro comments * clang-format files under fuzz * ispow2: Better fallback implementation * Refactor http on header * Simplify http_request_on_header and http_response_on_header * qpack: Switch on opcode * Do huffman encoding only when the reduction is more than 25% * Optimize nghttp3_check_header_value * Revert "Optimize nghttp3_check_header_value" * cmake: Remove trailing spaces * Optimize nghttp3_check_header_value - update to 1.5.0: * Fix format in nghttp3_macro.h * Bump clang format * cmake: Fix linker warning LNK4291 when linking static lib to the final binary * Ngtcp2 port Dirk Mueller 2025-02-08 21:28:59 +00:00
  • b540c8ac31 Accepting request 1181356 from devel:libraries:c_c++ Ana Guerrero 2024-06-18 20:51:25 +00:00
  • ba31af5d60 Accepting request 1181356 from devel:libraries:c_c++ leap-16.1 leap-16.0 Ana Guerrero 2024-06-18 20:51:25 +00:00
  • e6d2918ed7 - update to 1.4.0: * Introduce typed nghttp3_min and nghttp3_max * Remove nghttp3_min and nghttp3_max * Added options to command find_package * Adjust memory pool allocation units to reduce allocation size - update to 1.3.0: * Refactor stream data acknowledgement * Do not call acked_data with 0 length data * Qpack tweak * Avoid assigning zero after memset * Lower decoder stream limit * Workaround llvm issue on github ubuntu runner * cmake: add BUILD_TESTING, fix MSVC with static + shared - update to 1.2.0: * Clarify the behavior when a stream is not found * Fix typo * cmake: restore ENABLE_STATIC_CRT and ENABLE_ASAN options * Add nghttp3_conn_update_ack_offset * Add include path to munit directory * Bump munit * Shrink nghttp3_stream size * Fix typo * Bump munit * Bump submodules Dirk Mueller 2024-06-17 18:01:18 +00:00
  • 3cbb348777 - update to 1.4.0: * Introduce typed nghttp3_min and nghttp3_max * Remove nghttp3_min and nghttp3_max * Added options to command find_package * Adjust memory pool allocation units to reduce allocation size - update to 1.3.0: * Refactor stream data acknowledgement * Do not call acked_data with 0 length data * Qpack tweak * Avoid assigning zero after memset * Lower decoder stream limit * Workaround llvm issue on github ubuntu runner * cmake: add BUILD_TESTING, fix MSVC with static + shared - update to 1.2.0: * Clarify the behavior when a stream is not found * Fix typo * cmake: restore ENABLE_STATIC_CRT and ENABLE_ASAN options * Add nghttp3_conn_update_ack_offset * Add include path to munit directory * Bump munit * Shrink nghttp3_stream size * Fix typo * Bump munit * Bump submodules Dirk Mueller 2024-06-17 18:01:18 +00:00
  • 74606a0e1d Accepting request 1135546 from devel:libraries:c_c++ Dominique Leuenberger 2024-01-03 11:23:06 +00:00
  • e0e052c733 Accepting request 1135546 from devel:libraries:c_c++ Dominique Leuenberger 2024-01-03 11:23:06 +00:00
  • b272d84c8d Accepting request 1127893 from devel:libraries:c_c++ Ana Guerrero 2023-11-21 20:31:39 +00:00
  • 5e4b705551 Accepting request 1127893 from devel:libraries:c_c++ Ana Guerrero 2023-11-21 20:31:39 +00:00