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 09399c052a Fix all Sphinx doc generation warnings (#11419) (#11425)
     new bc043ea213 Make code buildable with AWS-LC (#11219)
     new 50e2225569 Reduce the default size of max header sizes (#11344)
     new 8e3cc5c9c1 Add metrics to memory Allocators (#11413)
     new 280fd98103 Fix acl_remap bug (#11414)
     new 78993333b7 Add missing experimental plugins to build (#11430)
     new f3fdef648c Remove obsolete debug output calls in 44 source files. 
(#11321)
     new e80ef92ad1 Add SO_INCOMING_CPU support to net.sock_option_flag_in 
(#11366)

The 7 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                                     |  31 ++++--
 ...IsBoringSSL.cmake => CheckOpenSSLIsAwsLc.cmake} |  10 +-
 cmake/ExperimentalPlugins.cmake                    |   1 +
 doc/admin-guide/files/records.yaml.en.rst          |  25 ++++-
 include/iocore/eventsystem/EThread.h               |  17 ++-
 include/iocore/eventsystem/IOBuffer.h              |   4 +
 include/iocore/net/ConnectionTracker.h             |   6 +-
 include/iocore/net/NetVCOptions.h                  |   2 +
 include/tscore/Allocator.h                         |  90 +++++++++++++++-
 include/tscore/ink_config.h.cmake.in               |   2 +
 include/tsutil/Metrics.h                           |  18 ++++
 plugins/CMakeLists.txt                             |   2 +-
 plugins/experimental/CMakeLists.txt                |   6 ++
 src/iocore/cache/Cache.cc                          |   2 +-
 src/iocore/cache/HttpTransactCache.cc              | 120 +++++++++++----------
 src/iocore/eventsystem/IOBuffer.cc                 |   7 +-
 src/iocore/eventsystem/UnixEventProcessor.cc       |   2 +
 src/iocore/hostdb/HostDB.cc                        |   2 +-
 src/iocore/io_uring/io_uring.cc                    |  10 +-
 src/iocore/net/ALPNSupport.cc                      |   8 +-
 src/iocore/net/Connection.cc                       |  49 +++++++--
 src/iocore/net/ConnectionTracker.cc                |  14 +--
 src/iocore/net/NetHandler.cc                       |  88 ++++++++-------
 src/iocore/net/NetVCTest.cc                        |  16 +--
 src/iocore/net/NetVConnection.cc                   |   8 +-
 src/iocore/net/OCSPStapling.cc                     |  72 +++++++------
 src/iocore/net/P_NetVCTest.h                       |   2 +-
 src/iocore/net/P_OCSPStapling.h                    |   2 +-
 src/iocore/net/ProxyProtocol.cc                    |  40 +++----
 src/iocore/net/QUICMultiCertConfigLoader.cc        |   3 -
 src/iocore/net/QUICNetProcessor.cc                 |  23 ++--
 src/iocore/net/QUICNetVConnection.cc               |  13 ++-
 src/iocore/net/QUICNextProtocolAccept.cc           |  10 +-
 src/iocore/net/QUICPacketHandler.cc                |  23 ++--
 src/iocore/net/ReadWriteEventIO.cc                 |   8 +-
 src/iocore/net/SNIActionPerformer.cc               |  14 ++-
 src/iocore/net/SSLCertLookup.cc                    |  24 +++--
 src/iocore/net/SSLClientUtils.cc                   |  21 ++--
 src/iocore/net/SSLConfig.cc                        |  37 ++++---
 src/iocore/net/SSLDynlock.cc                       |  15 ++-
 src/iocore/net/SSLNetVConnection.cc                |   6 +-
 src/iocore/net/SSLNextProtocolAccept.cc            |  12 ++-
 src/iocore/net/SSLNextProtocolSet.cc               |   8 +-
 src/iocore/net/SSLSNIConfig.cc                     |  15 +--
 src/iocore/net/SSLSessionCache.cc                  |  82 +++++++-------
 src/iocore/net/SSLStats.cc                         |  10 +-
 src/iocore/net/SSLUtils.cc                         |   6 +-
 src/iocore/net/TLSBasicSupport.cc                  |   8 +-
 src/iocore/net/TLSCertSwitchSupport.cc             |  15 ++-
 src/iocore/net/TLSEarlyDataSupport.cc              |  15 +--
 src/iocore/net/TLSKeyLogger.cc                     |  12 ++-
 src/iocore/net/TLSSessionResumptionSupport.cc      |  16 ++-
 src/iocore/net/UDPEventIO.cc                       |   8 +-
 src/iocore/net/UnixConnection.cc                   |  20 ++--
 src/iocore/net/UnixNetAccept.cc                    |   8 +-
 src/iocore/net/UnixNetVConnection.cc               |  44 ++++----
 src/iocore/net/quic/QUICGlobals.cc                 |   8 +-
 src/iocore/net/quic/QUICTransportParameters.cc     |  23 ++--
 src/iocore/utils/OneWayTunnel.cc                   |   8 +-
 src/proxy/http/HttpSM.cc                           |   2 +-
 src/proxy/http/remap/RemapConfig.cc                |  22 ++--
 src/records/RecordsConfig.cc                       |   6 +-
 src/tscore/CMakeLists.txt                          |   4 +-
 .../deny_head_post.replay.yaml}                    |  42 ++++----
 tests/gold_tests/remap/remap_acl.test.py           |   9 ++
 65 files changed, 823 insertions(+), 433 deletions(-)
 copy cmake/{CheckOpenSSLIsBoringSSL.cmake => CheckOpenSSLIsAwsLc.cmake} (83%)
 copy tests/gold_tests/{ip_allow/replays/https_categories_internal.replay.yaml 
=> remap/deny_head_post.replay.yaml} (79%)

Reply via email to