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

bneradt pushed a change to branch 11-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 99499a05d6 Merge master into 11-Dev
     add 7afae9532d Fix memory leaks in H3 unit tests (#11327)
     add 5dc9915eb1 CMakePresets: test nuraft on openssl (#11328)
     add 0bf12c55e1 systemtap: add sdt.h header-only file (#11331)
     add e14b64a662 CMakePresets: -DENABLE_PROBES for ci-fedora (#11334)
     add f2b9fc4cb2 libswoc: Remove unused variables from some unit tests. 
(#11326)
     add 2d36b804d4 Fix compiler warning. (#11329)
     add 9777b5a88c UDP-Net: Add support for udp pacing if available. (#11330)
     add bc637eb9b2 ATS_PROBE: add SystemTap ATS probe autest (#11339)
     add e2ab472434 CID-1544424 and CID1544430: use after free fix. (#11335)
     add 1da003e605 Fix case where 206 could be returned for range revalidates 
(#11308)
     add a7a150de46 Fix RelWithDebInfo to be release with debug info (#11211)
     add 0d14ad2b18 Use large IOBufferBlock only on sending DATA frame (#11229)
     add 111152822a Remove unused include from remap_stats (#11350)
     add 4ba6a7fb2d Remove obsolete debug output calls in 18 source files. 
(#11307)
     add c537ce6c2c Remove obsolete debug output calls in 23 source files. 
(#11298)
     add 7697c890d0 Coverity 1534725: Uninitialized scalar variable (#11336)
     add 2a6cfefb0f Enable ASan on CI Rocky preset (#11332)
     add 4dc6bede9c Fix undefined behavior doing memcpy from timespec** instead 
from timespec* (#11356)
     new c9cffe46b6 Merge master branch into 11-Dev

The 1 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                                     |  22 +-
 CMakePresets.json                                  |   8 +-
 NOTICE                                             |   5 +
 ci/asan_leak_suppression/regression.txt            |   3 +
 ci/rat-regex.txt                                   |   1 +
 include/iocore/net/UDPPacket.h                     |   6 +-
 include/proxy/http2/HTTP2.h                        |   1 +
 include/ts/{sdt.h => ats_probe.h}                  |   5 +-
 include/tscore/ink_config.h.cmake.in               |   1 +
 lib/CMakeLists.txt                                 |   3 +
 lib/swoc/unit_tests/test_TextView.cc               |   1 -
 lib/swoc/unit_tests/test_ip.cc                     |   1 -
 lib/systemtap/README.md                            |   4 +
 .../Protocol.h => lib/systemtap/sys/sdt-config.h   |  42 +-
 lib/systemtap/sys/sdt.h                            | 507 +++++++++++++++++++++
 .../magick/image_magic_dlopen_leak_suppression.txt |   1 +
 .../experimental/txn_box/plugin/src/ip_space.cc    |   1 +
 .../uri_signing/unit_tests/CMakeLists.txt          |   4 +
 .../uri_signing_test_leak_suppression.txt}         |   2 +-
 plugins/remap_stats/remap_stats.cc                 |   1 -
 .../image_magic_dlopen_leak_suppression.txt        |   3 +
 src/iocore/net/P_QUICPacketHandler.h               |   3 +-
 src/iocore/net/QUICNetVConnection.cc               |  10 +-
 src/iocore/net/QUICPacketHandler.cc                |   5 +-
 src/iocore/net/UnixUDPNet.cc                       | 123 ++++-
 src/proxy/CacheControl.cc                          |  24 +-
 src/proxy/ControlBase.cc                           |   6 +-
 src/proxy/FetchSM.cc                               |  42 +-
 src/proxy/HostStatus.cc                            |  49 +-
 src/proxy/ParentSelectionStrategy.cc               |  12 +-
 src/proxy/ProtocolProbeSessionAccept.cc            |  35 +-
 src/proxy/ReverseProxy.cc                          |  15 +-
 src/proxy/Transform.cc                             |  57 ++-
 src/proxy/hdrs/HTTP.cc                             |  28 +-
 src/proxy/hdrs/HdrHeap.cc                          |  12 +-
 src/proxy/hdrs/HdrToken.cc                         |  14 +-
 src/proxy/hdrs/MIME.cc                             |  67 +--
 src/proxy/hdrs/URL.cc                              |  55 ++-
 src/proxy/hdrs/XPACK.cc                            |  30 +-
 src/proxy/http/HttpSM.cc                           |  13 +-
 .../http/remap/unit-tests/test_RemapPlugin.cc      |   8 +-
 src/proxy/http2/HPACK.cc                           |  21 +-
 src/proxy/http2/HTTP2.cc                           |   3 +
 src/proxy/http2/Http2ClientSession.cc              |  16 +-
 src/proxy/http2/Http2CommonSession.cc              |  19 +-
 src/proxy/http2/Http2ConnectionState.cc            |  25 +-
 src/proxy/http2/Http2Frame.cc                      |  11 +-
 src/proxy/http2/Http2SessionAccept.cc              |  12 +-
 src/proxy/http3/Http09App.cc                       |  15 +-
 src/proxy/http3/Http3App.cc                        |  31 +-
 src/proxy/http3/Http3Frame.cc                      |   8 +-
 src/proxy/http3/Http3FrameCollector.cc             |   8 +-
 src/proxy/http3/Http3FrameDispatcher.cc            |  17 +-
 src/proxy/http3/Http3HeaderFramer.cc               |   8 +-
 src/proxy/http3/Http3HeaderVIOAdaptor.cc           |  19 +-
 src/proxy/http3/Http3SessionAccept.cc              |  18 +-
 src/proxy/http3/Http3SettingsHandler.cc            |  14 +-
 src/proxy/http3/Http3Transaction.cc                |  21 +-
 src/proxy/http3/QPACK.cc                           |  10 +-
 src/proxy/http3/test/test_Http3FrameDispatcher.cc  |   9 +
 src/proxy/logging/Log.cc                           |  63 +--
 src/proxy/logging/LogAccess.cc                     |  27 +-
 src/proxy/logging/LogBuffer.cc                     |  27 +-
 src/proxy/logging/LogConfig.cc                     |  50 +-
 src/proxy/logging/LogField.cc                      |  22 +-
 src/proxy/logging/LogFile.cc                       |  41 +-
 src/proxy/logging/LogFilter.cc                     |  19 +-
 src/proxy/logging/LogFormat.cc                     |  59 +--
 src/proxy/logging/LogObject.cc                     |  93 ++--
 src/proxy/logging/YamlLogConfig.cc                 |  11 +-
 .../logging/unit-tests/benchmark_LogObject.cc      |   2 +-
 src/tscore/CMakeLists.txt                          |   9 +-
 .../gold_tests/ats_probe/ats_probe.bt              |  17 +-
 .../ats_probe.replay.yaml}                         |  32 +-
 tests/gold_tests/ats_probe/ats_probe.test.py       | 112 +++++
 .../cache/replay/cache-range-response.replay.yaml  |  20 +
 tools/clang-format.sh                              |   2 +-
 77 files changed, 1594 insertions(+), 527 deletions(-)
 rename include/ts/{sdt.h => ats_probe.h} (90%)
 create mode 100644 lib/systemtap/README.md
 copy example/plugins/c-api/protocol/Protocol.h => 
lib/systemtap/sys/sdt-config.h (57%)
 create mode 100644 lib/systemtap/sys/sdt.h
 copy plugins/{webp_transform/image_magic_dlopen_leak_suppression.txt => 
experimental/uri_signing/unit_tests/uri_signing_test_leak_suppression.txt} (98%)
 copy src/proxy/HttpAPIHooks.cc => tests/gold_tests/ats_probe/ats_probe.bt (81%)
 copy tests/gold_tests/{tls/tls_session_key_logging.replay.yaml => 
ats_probe/ats_probe.replay.yaml} (76%)
 create mode 100644 tests/gold_tests/ats_probe/ats_probe.test.py

Reply via email to