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 b4879978bb Merge latest master into 11-Dev
     add 4c0bcfe9ca Test failure checks for Stripe::add_writer (#11160)
     add e978a57f10 Adds a conn.mark= operation for a connection (#11159)
     add 4681638c04 CID1508922 - Fix Uncaught exception. (#11166)
     add 5bc041246f Version update: libswoc 1.5.11 (#11177)
     add a0c216f677 Fix external libswoc builds (#11179)
     add 0e274361b4 SSL Diags - Use boringssl API to fetch the proper error 
description. (#11176)
     add fa68c156e9 H3 - Update QUIC test to use hostname instead of numeric 
address. (#11175)
     add 60d038cd80 Work around a GCC bug for __sync_val_compare_and_swap on 
ARMv8.1+ (#11147)
     add 57159d6a6f H3 deps build script update. (#11174)
     new d1bb631652 Merge latest ASF master 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:
 cmake/add_atsplugin.cmake                       |   6 +-
 example/cripts/example1.cc                      |   1 +
 include/cripts/Connections.hpp                  |  44 ++++++-
 include/mgmt/rpc/jsonrpc/json/YAMLCodec.h       |   9 +-
 include/tscore/ink_queue.h                      |   8 +-
 lib/swoc/CMakeLists.txt                         |   2 +-
 lib/swoc/include/swoc/swoc_version.h            |   4 +-
 src/iocore/cache/CMakeLists.txt                 |   1 +
 src/iocore/cache/P_CacheVol.h                   |   5 +-
 src/iocore/cache/unit_tests/test_Stripe.cc      | 159 ++++++++++++++++++++++++
 src/iocore/net/SSLDiags.cc                      |   6 +
 src/proxy/hdrs/CMakeLists.txt                   |   4 +-
 tests/gold_tests/timeout/active_timeout.test.py |   2 +-
 tools/build_h3_tools.sh                         |  14 +--
 14 files changed, 237 insertions(+), 28 deletions(-)
 create mode 100644 src/iocore/cache/unit_tests/test_Stripe.cc

Reply via email to