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 1a6bbee785 Fix race condition causing interleaved logs (#11432)
new b9eaee8f95 add back EVENT_INTERVAL (#11072)
new bb0ab529f8 Make Cripts contexts use Proxy Allocator, and cleanup
(#11426)
new a876bf94dd Clean up destination buffer overrun handling in logging
unmarshalling. (#11437)
new 7e66671724 docs: fix header rewrite nexthop sample usage (#11444)
new a805179ed8 Add exec argument to traffic_crashlog (#11447)
The 5 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/header_rewrite.en.rst | 8 +--
.../command-line/traffic_crashlog.en.rst | 9 +++
.../cripts/cripts-connections.en.rst | 13 ++++
doc/developer-guide/cripts/cripts-misc.en.rst | 6 +-
example/cripts/example1.cc | 14 ++--
include/cripts/Context.hpp | 84 ++++------------------
include/cripts/Crypto.hpp | 14 +++-
include/cripts/Urls.hpp | 35 +++++++--
include/iocore/eventsystem/Thread.h | 3 +
include/tscore/ink_config.h.cmake.in | 2 +
src/cripts/Bundles/Common.cc | 1 +
src/cripts/Context.cc | 67 +++++++++++++++++
src/cripts/Crypto.cc | 14 ----
src/cripts/Headers.cc | 14 ++++
src/cripts/Lulu.cc | 2 -
src/cripts/Urls.cc | 7 ++
src/proxy/http/HttpSM.cc | 13 +++-
src/proxy/logging/LogAccess.cc | 68 ++++++++++++++----
src/proxy/logging/LogUtils.cc | 12 ++--
src/traffic_crashlog/traffic_crashlog.cc | 44 ++++++++++--
21 files changed, 298 insertions(+), 133 deletions(-)
create mode 100644 src/cripts/Context.cc