SHA256
8
0
forked from pool/nghttp3

10 Commits

Author SHA256 Message Date
48a45c2e8a Accepting request 1287802 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1287802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp3?expand=0&rev=6
2025-06-23 13:06:18 +00:00
af860d15f3 Accepting request 1270642 from devel:libraries:c_c++
- Update to release 1.9.0

OBS-URL: https://build.opensuse.org/request/show/1270642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp3?expand=0&rev=5
2025-04-18 14:21:54 +00:00
72d3584ab0 (1.9.0) Add to nghttp3.changes
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp3?expand=0&rev=14
2025-04-17 20:55:20 +00:00
c3f9762d29 Update to release 1.9.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp3?expand=0&rev=13
2025-04-17 20:48:01 +00:00
d4de6b5c02 Accepting request 1244413 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1244413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp3?expand=0&rev=4
2025-02-10 16:25:44 +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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp3?expand=0&rev=11
2025-02-08 21:28:59 +00:00
ba31af5d60 Accepting request 1181356 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1181356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp3?expand=0&rev=3
2024-06-18 20:51:25 +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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp3?expand=0&rev=9
2024-06-17 18:01:18 +00:00
e0e052c733 Accepting request 1135546 from devel:libraries:c_c++
- update to 1.1.0:
  * Bump clang to 15
  * Bump clang-format to 15
  * windows: Fix warnings
  * Use __FILE_NAME__ instead of __FILE__
  * Add nghttp3_pri_parse_priority
  * Define varint identifiers as macros
  * Fix doc

OBS-URL: https://build.opensuse.org/request/show/1135546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp3?expand=0&rev=2
2024-01-03 11:23:06 +00:00
5e4b705551 Accepting request 1127893 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1127893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp3?expand=0&rev=1
2023-11-21 20:31:39 +00:00
8 changed files with 0 additions and 66 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb
size 369832

View File

@@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQT087kUdNHrKYib0O9+hAPV1nPDZgUCZWLk9gAKCRB+hAPV1nPD
Zk+KAKDYQ/J3RDrANAnV8Y48OpLDHAHRogCeJ7OIV7BVjot6NzGcBRpujBTpmtM=
=MEHI
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c87b27ef33982a3b831dd349f4a75c55bd4c22a8ec0890095b84b54009df9d6a
size 389036

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEUWtiKRjRXEeKseo6UzmivoLgfewFAmZqu4cACgkQUzmivoLg
fewEWhAAq0B9WqLjGRXrMUwey+psREBbZM6hiOxU2JQU/KXAEQN1DsdAb3CJTxJy
BfFdH1fzBAiPyIaxeWbjLa4iiiCZ+HGgTp5oXToWUJ757vSVI+OElHzoECEegydU
EspUNMMN7tofxo54hrcznvvEo4eY/4owN9uyTckma9YPU0YYHGd7iUuUJEtAcd83
sCiVPoGVXE0ODrw+ND2cwVKqN5/vOBjHcbdZ321dJYvbAGi12/ASOqvXjehqE4cE
alyCdGNVCtSP1rZCkxhI6lM9H7KLN5AL3SF7zp6RzLtbKr1e8NZgBzQkOzxw/uBg
XjASMc6cB5SA4XEYs4yUeZI98DPVvKpQqT0RuuK8zmn4ZqBJ4QT/KKO8DYULUrtH
LmejOJKJ8uejgvATGcP97jxbUBajqTckMdnDBvNZGK3VdCtm2nhmnubp+E8Bx/qx
wmfWePCBTYXlqjyh84Np1NSCY2sSJuQr2spSmPkbW0DSBLUtWLkYlgb+mOw4rFae
lcVz651jDIfwHvzLnNm6+zgu3/18aAI1uExgwO9+2JPsTvuEcQGelP/3+MSBj6zl
PElq6f0v3n4eroKFMWk1kHF1DyDx56Se90DpzSRzveG8CO8j1JGgXsaIX2PqPDDh
uDcP7f262ocZl/HkjO92Jo4MnsyWkF8fV4yThl8Ebp6BIj+145A=
=UI2h
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4eb6bceb99293d9a9df2031c1aad166af3d57b3e33655aca0699397b6f0d751
size 395808

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEUWtiKRjRXEeKseo6UzmivoLgfewFAmdkCd0ACgkQUzmivoLg
fex8fA//YY1LPVxxLfOCN7pO9tN6b/NabosC6RJ3GXO+GgUpr+eo2CIurhhUwbTu
GLkfFyuFs3J6iEiJRojtcoerZZq+UA0/DZ811pTD4D6aTC1vjWzY2lf0SRRuQcYA
8fG/EdAC09vu0nyz7Utj+Vx7CAuAXqmbISYWadjzrLM9xXgpfFz1K72BwxcDccd+
4Gq4uXYfbUT0/bp7P94pB3BMNmG8axlgyd4gjysyyC/+rFNHUSX60pQrbzCSBkaR
KFBWBI+6vn1RWTQXRv2wtgp3rI+u4auktJaaoMuQfePGBoYzlggXAXOoxajRMGlk
Fn+00pHnfxcizyZ5Y7oJFEvgRcmJgqTeziczqP2VKuOfsQg/pILYp39J6emFXaFK
DDT/0tIimX9IPcDqJFdoJlRpk+2W5hPk9aGheQgqO5rKfQz6X2jcXIMYsdfWXP2v
AQvVz8G0umCQE//QPT1g/VefHDbW2HFpi3bIZgtMKZItfeO3LYd9nQHYFgYVUTwi
+C6a4ZbzQ8hYA6JhvErhwLH8oPSt9C3SDTpcSkFfaCdFwn/QIugrNS1F4UXFKqIi
m3AnsvJ4UJSG+uMVTwkO2PbyuJ5jmnaDhVoxwMIIAqxmxACBQbPJE8R2mO/gMNrP
Yn/N86tUOmZoS/VlJ0nApYkzKKjghr8hPeiHGQrUBVtukZLU4f8=
=rdUQ
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1b531cf6ae5c9366abea2d3319e4ac932fd64c072c8aafd69cf6295733ce12a
size 400208

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEUWtiKRjRXEeKseo6UzmivoLgfewFAmf/mCEACgkQUzmivoLg
fexbwg//YZ4hPKYq97KoccMYQck7l+8oEBfaw4Ws1Rl33dbUP8QGDuzxXkh+ejRO
IwseOC8P5SR4WPrXkhRyV6jcCgIV1eqzjBIz0/oBYY/HJGtva7Jjj/x/Gcd4J1pI
w7/+tbPEDCe7TXVMU3BXcIMwhxz2X+03JOZbrxZudbB7debbXmpi+XUNejLQZU9p
6Vfd3rYy6ZeO30grovvN3zVArHv3HDP9OhdxzDYp6O1/CnAm1j1syyYEGIQtc4uk
w6QlY9Mbt+KUveoQ2/UuaZ2NL1OwVfpVWOaD7zSKCSkCP5jjT6xe/nCgmOM/UYO4
DKi36RYrgHzbxRVH9fX8Q0MSD3wFc2gOXeZ3pVCXRX54PmYI5Cn93r6lJrYl2dSb
+t901rMligCjx7s4bFkjwDsZDiaxQuMd+ac8Au7A3Jtt1nYMipJ/MtBbVoD7X1Fq
AmHQ9hMpfO4JMVFINOUrVRLnYP9pk0BwGD+KJESk5KSf94+0vu6nmQLSgMaG/Swl
QLuui3XWWJwIKat2WmJcdqT0TfKfH+IB5BqgY5DUhuk1RaxEBEozOPD5MBEt93qD
t3QCLEkRlvE0Xb3hgjW8J2PIHdGSMyO1hsaHZMACk5F1YGK2C6abUz7ItFD+/btr
+BJqXnksSqbmOv5SrRzKcCMw5RvN521dnC0Rr01SJiqwgNE6bAY=
=E6uT
-----END PGP SIGNATURE-----