This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 4c8fd0c005 Fixes the HRW regexes after refactoring in #11152 (#11250)
     new b20a996394 Coverity: Trying to fix some of the following CID issues. 
(#11112)
     new f2309e74cf Cleanup: Http2ConnectionState (#11235)
     new de9256331a Findwamr.cmake: a find script for the WAMR library (#11251)
     new 1fb8c9499a CMakePresets: add opentelemetry_ROOT with CURL_ROOT (#11252)
     new 30caa5d048 AuTest: Make ja3_fingerprint test more stable (#11254)
     new c31048a880 libswoc: fix unresolved function type for 
transform_view_of. (#11255)
     new 3fecba4bdc libswoc: version update to 1.5.12 (#11256)
     new 2cba9f2235 wasm plugin: Add build support (#11258)
     new 64a3c94a5f Adds missing empty line for rate limit docs (#11261)
     new 5b5f418713 http2: Track scheduled events (#11262)
     new 944fb93626 Initialize HistoryEntry array (#11264)

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakePresets.json                                  |  5 ++
 cmake/ExperimentalPlugins.cmake                    | 11 +++++
 cmake/{Findhwloc.cmake => Findwamr.cmake}          | 32 ++++++------
 doc/admin-guide/plugins/rate_limit.en.rst          |  1 +
 include/proxy/http2/Http2ConnectionState.h         |  4 +-
 include/tscore/History.h                           |  2 +-
 lib/swoc/CMakeLists.txt                            |  2 +-
 lib/swoc/include/swoc/Lexicon.h                    |  3 +-
 lib/swoc/include/swoc/swoc_version.h               |  4 +-
 plugins/experimental/txn_box/plugin/src/Ex_Base.cc |  2 +-
 plugins/experimental/txn_box/plugin/src/Ex_HTTP.cc | 10 ++--
 .../experimental/txn_box/plugin/src/Modifier.cc    |  2 +-
 .../experimental/txn_box/plugin/src/text_block.cc  |  2 +-
 .../{cachekey => experimental/wasm}/CMakeLists.txt |  7 +--
 .../wasm/lib}/CMakeLists.txt                       | 28 +++++++++--
 src/proxy/http2/Http2ConnectionState.cc            | 57 ++++++++++++++--------
 tests/gold_tests/h2/http2_rst_stream.test.py       | 10 ++--
 .../ja3_fingerprint/modify-incoming-client.gold    |  2 +-
 .../ja3_fingerprint/modify-incoming-proxy.gold     |  4 +-
 .../ja3_fingerprint/modify-sent-client.gold        |  2 +-
 .../ja3_fingerprint/modify-sent-proxy.gold         |  4 +-
 21 files changed, 121 insertions(+), 73 deletions(-)
 copy cmake/{Findhwloc.cmake => Findwamr.cmake} (61%)
 copy plugins/{cachekey => experimental/wasm}/CMakeLists.txt (83%)
 copy plugins/{esi/fetcher => experimental/wasm/lib}/CMakeLists.txt (58%)

Reply via email to