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 7705b74fdd Build tools. Fix missing include. We found out that on 
Fedora40 the build script was failing building one of the tools because of a 
missing include. This adds the missing include line. (#11306)
     new 021c2c2e4b compress autest: verify compressed bodies (#11309)
     new e1cdb782fe clang-format.sh: format .hpp files (#11312)
     new b498568c20 This assures that plugins in a Cript are destructed (#11314)
     new f1f627aa19 Coverity 1518564: Out-of-bounds write in fq_pacing plugin 
(#11319)
     new 89afe2e505 Coverity 1534638: Resource leak in object for 
stale_response plugin (#11323)
     new 8d13458baa Fix some warnings from libswoc when building on FreeBSD 
13.1. (#11324)
     new 2fa1d163bf libswoc: Remove unused variables from some unit tests. 
(#11326)
     new 4d57317121 Fix memory leaks in H3 unit tests (#11327)
     new 8d1bd0a719 Fix compiler warning. (#11329)
     new d8d999ff21 UDP-Net: Add support for udp pacing if available. (#11330)
     new 78ca935882 systemtap: add sdt.h header-only file (#11331)
     new ae03205c1e CMakePresets: -DENABLE_PROBES for ci-fedora (#11334)
     new 6200822afc Updates for new build_h3_tools for quiche on openssl 
(#11318)
     new e84144ea4e CMakePresets: test nuraft on openssl (#11328)

The 14 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                                     |  14 +
 CMakePresets.json                                  |  26 +-
 NOTICE                                             |   5 +
 ci/rat-regex.txt                                   |   1 +
 include/cripts/Bundle.hpp                          |   2 +-
 include/cripts/Bundles/Common.hpp                  |   6 +-
 include/cripts/Bundles/LogsMetrics.hpp             |   8 +-
 include/cripts/Configs.hpp                         | 419 ++++++++---------
 include/cripts/Connections.hpp                     |  48 +-
 include/cripts/Context.hpp                         |  26 +-
 include/cripts/Crypto.hpp                          |  16 +-
 include/cripts/Epilogue.hpp                        |  26 +-
 include/cripts/Error.hpp                           |   4 +-
 include/cripts/Files.hpp                           |   2 +-
 include/cripts/Headers.hpp                         |  34 +-
 include/cripts/Instance.hpp                        |  18 +-
 include/cripts/Lulu.hpp                            |  18 +-
 include/cripts/Matcher.hpp                         |  14 +-
 include/cripts/Metrics.hpp                         |   8 +-
 include/cripts/Plugins.hpp                         |  17 +-
 include/cripts/Preamble.hpp                        |   6 +-
 include/cripts/Time.hpp                            |   4 +-
 include/cripts/Transaction.hpp                     |   8 +-
 include/cripts/Urls.hpp                            |  74 +--
 include/iocore/net/UDPPacket.h                     |   6 +-
 include/ts/{sdt.h => ats_probe.h}                  |   5 +-
 include/tscore/ink_config.h.cmake.in               |   1 +
 lib/CMakeLists.txt                                 |   3 +
 lib/swoc/unit_tests/ex_bw_format.cc                |   2 -
 lib/swoc/unit_tests/test_TextView.cc               |   4 -
 lib/swoc/unit_tests/test_bw_format.cc              |   1 -
 lib/swoc/unit_tests/test_ip.cc                     |   2 -
 lib/swoc/unit_tests/test_range.cc                  |   1 -
 lib/systemtap/README.md                            |   4 +
 .../Protocol.h => lib/systemtap/sys/sdt-config.h   |  42 +-
 lib/systemtap/sys/sdt.h                            | 507 +++++++++++++++++++++
 plugins/experimental/fq_pacing/fq_pacing.cc        |  20 +-
 plugins/experimental/rate_limit/sni_selector.h     |   3 +-
 plugins/experimental/rate_limit/txn_limiter.h      |   3 +
 .../experimental/stale_response/stale_response.h   |  13 +
 src/cripts/Instance.cc                             |   2 +-
 src/cripts/Plugins.cc                              |   9 +
 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/http/HttpSM.cc                           |   2 +-
 src/proxy/http3/Http3App.cc                        |   2 +-
 src/proxy/http3/test/test_Http3FrameDispatcher.cc  |   9 +
 src/tscore/CMakeLists.txt                          |   9 +-
 .../pluginTest/compress/compress.test.py           | 176 ++++---
 tools/clang-format.sh                              |   2 +-
 52 files changed, 1264 insertions(+), 509 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

Reply via email to