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 eea7444376 Improve seen list for the RAM cache (#10662)
new f7a459dc40 txn_box: Use swoc::MemArena instead of manual allocation.
(#11156)
new d252c87a5f Fix test_TSHttpSsnInfo: Use host name instead of numeric
address. (#11218)
new 16a4755566 Fix parent proxy connection stat overcounting (#11220)
new 6707a46f75 find PkgConfig earlier (#11223)
new 8763d40afd Remove noisy retransmit Note messages (#11225)
new af5a479699 ja3_fingerprint.so docs: --modify-incoming (#11226)
new e2e6c6ca13 Remove deprecated debug output functions from proxy/http
source files. (#11217)
new 16123bfa01 add missing CMakeLists.txt (#11231)
The 8 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:
CMakeLists.txt | 1 +
doc/admin-guide/plugins/ja3_fingerprint.en.rst | 14 ++-
include/proxy/ProxySession.h | 3 +
include/proxy/http/remap/PluginDso.h | 11 +-
include/proxy/http/remap/PluginFactory.h | 9 ++
.../experimental/otel_tracer}/CMakeLists.txt | 5 +-
.../txn_box/plugin/include/txn_box/accl_util.h | 63 +++++------
src/proxy/http/ConnectingEntry.cc | 22 ++--
src/proxy/http/Http1ClientSession.cc | 33 +++---
src/proxy/http/Http1ServerSession.cc | 16 ++-
src/proxy/http/HttpBodyFactory.cc | 105 ++++++++++---------
src/proxy/http/HttpCacheSM.cc | 58 ++++++-----
src/proxy/http/HttpConfig.cc | 10 +-
src/proxy/http/HttpSM.cc | 8 +-
src/proxy/http/HttpSessionAccept.cc | 12 ++-
src/proxy/http/HttpSessionManager.cc | 84 ++++++++-------
src/proxy/http/HttpTransactHeaders.cc | 66 ++++++------
src/proxy/http/HttpTunnel.cc | 89 +++++++++-------
src/proxy/http/PreWarmManager.cc | 64 +++++++-----
src/proxy/http/remap/PluginDso.cc | 34 +++---
src/proxy/http/remap/PluginFactory.cc | 30 +++---
src/proxy/http/remap/RemapConfig.cc | 115 +++++++++++----------
src/proxy/http/remap/RemapPluginInfo.cc | 18 ++--
src/proxy/http/remap/RemapPlugins.cc | 24 +++--
src/proxy/http/remap/RemapProcessor.cc | 36 ++++---
src/proxy/http/remap/UrlMapping.cc | 8 +-
src/proxy/http/remap/UrlMappingPathIndex.cc | 15 ++-
src/proxy/http/remap/UrlRewrite.cc | 82 ++++++++-------
.../http/remap/unit-tests/plugin_testing_common.h | 4 +-
src/proxy/http2/Http2CommonSession.cc | 1 -
src/proxy/http2/Http2ConnectionState.cc | 3 -
.../pluginTest/tsapi/test_TSHttpSsnInfo.test.py | 4 +-
32 files changed, 596 insertions(+), 451 deletions(-)
copy {lib/fastlz => plugins/experimental/otel_tracer}/CMakeLists.txt (82%)