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 eaf34fd330 IP Allow: document when rules are applied (#11240)
     new d5a6d4333b Fixed asan leak issues with RegexContext (#11184)
     new 5c82874dc1 Allow Cripts to be used directly as @plugin (#11192)
     new 6c9143f51d Terminate H2 connection by COMPRESSION_ERROR (#11222)
     new 829a2617f8 AuTest: Make ja3_fingerprint test stable (#11230)
     new 163fbc55a7 header_rewrite: add debug to accompany parse_line errors 
(#11238)
     new cef3cbc62c Fix asan leak errors for cachevol test (#11239)
     new ffe023a579 HttpSM::tunnel_handler: Handle WRITE events (#11242)
     new b6df6de977 CID 1374999: plugin stale_response, delete pointer on early 
exit. (#11248)
     new dbcf2fe9da CID 1534744: txn_box: Move config object insetad of copy. 
(#11249)
     new ed2b5731a0 Avoid including pcre2.h in Regex.h. (#11246)
     new 4c8fd0c005 Fixes the HRW regexes after refactoring in #11152 (#11250)

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:
 doc/admin-guide/files/records.yaml.en.rst          |  14 ++
 include/proxy/http/remap/PluginDso.h               |   2 +-
 include/proxy/http/remap/PluginFactory.h           |   2 +
 include/proxy/http/remap/RemapPluginInfo.h         |   2 +-
 include/tsutil/Regex.h                             |  46 +++---
 .../experimental/stale_response/stale_response.cc  |   1 +
 .../txn_box/plugin/src/txn_box_remap.cc            |   2 +-
 plugins/header_rewrite/header_rewrite.cc           |   7 +-
 plugins/header_rewrite/matcher.h                   |   6 +-
 plugins/header_rewrite/value.cc                    |   1 +
 src/iocore/cache/unit_tests/test_CacheVol.cc       |   7 +-
 src/proxy/http/HttpSM.cc                           |   6 +
 src/proxy/http/remap/PluginDso.cc                  |  24 ++-
 src/proxy/http/remap/PluginFactory.cc              |  24 ++-
 src/proxy/http/remap/RemapPluginInfo.cc            |   4 +-
 src/proxy/http/remap/UrlRewrite.cc                 |  19 +++
 src/proxy/http2/Http2ConnectionState.cc            |   9 +-
 src/records/RecordsConfig.cc                       |   2 +
 src/traffic_server/traffic_server.cc               |   2 +-
 src/tsutil/DbgCtl.cc                               |  16 +-
 src/tsutil/Regex.cc                                | 163 ++++++++++++++-------
 .../ja3_fingerprint/modify-sent-client.gold        |   2 -
 tools/cripts/compiler.sh                           |  97 ++++++++++++
 23 files changed, 372 insertions(+), 86 deletions(-)
 create mode 100755 tools/cripts/compiler.sh

Reply via email to