This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 3385e27 Assert on valid boundaries for UserArgTable access (#6953)
new 939a260 Remove unused functions of IOBuffer
new 63f8d1d Customize Max IOBuffer Size (#6869)
The 2 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:
doc/admin-guide/files/records.config.en.rst | 25 +++++++++
iocore/cache/CachePages.cc | 2 +-
iocore/cache/CacheTest.cc | 4 +-
iocore/eventsystem/EventSystem.cc | 13 +----
iocore/eventsystem/IOBuffer.cc | 42 ---------------
iocore/eventsystem/I_IOBuffer.h | 63 ++++------------------
iocore/eventsystem/P_IOBuffer.h | 42 +--------------
iocore/eventsystem/unit_tests/test_IOBuffer.cc | 22 +++-----
iocore/hostdb/HostDB.cc | 3 ++
iocore/hostdb/I_HostDBProcessor.h | 4 +-
iocore/net/NetVCTest.cc | 4 +-
iocore/net/P_SSLConfig.h | 1 +
iocore/net/P_SSLNetVConnection.h | 3 +-
iocore/net/QUICNetVConnection.cc | 4 +-
iocore/net/QUICPacketHandler.cc | 2 +-
iocore/net/SSLConfig.cc | 3 ++
iocore/net/SSLNextProtocolAccept.cc | 5 +-
iocore/net/Socks.cc | 2 +-
iocore/net/quic/QUICFrame.cc | 47 ++++++++--------
iocore/net/quic/QUICPacketPayloadProtector.cc | 4 +-
iocore/net/quic/test/test_QUICFrame.cc | 18 +++----
iocore/net/quic/test/test_QUICFrameDispatcher.cc | 2 +-
.../net/quic/test/test_QUICFrameRetransmitter.cc | 6 +--
.../net/quic/test/test_QUICIncomingFrameBuffer.cc | 12 ++---
iocore/net/quic/test/test_QUICStreamManager.cc | 10 ++--
iocore/utils/OneWayMultiTunnel.cc | 4 +-
iocore/utils/OneWayTunnel.cc | 4 +-
mgmt/RecordsConfig.cc | 10 +++-
plugins/experimental/memcache/tsmemcache.cc | 6 +--
proxy/Transform.cc | 8 +--
proxy/http/HttpConfig.cc | 4 ++
proxy/http/HttpConfig.h | 3 ++
proxy/http/HttpSM.cc | 20 +++----
proxy/http/HttpTransact.cc | 5 +-
proxy/http2/unit_tests/test_Http2Frame.cc | 2 +-
proxy/http3/Http3HeaderFramer.cc | 2 +-
proxy/http3/test/test_QPACK.cc | 2 +-
proxy/logging/LogBuffer.cc | 4 +-
proxy/logging/LogConfig.cc | 12 ++++-
proxy/logging/LogConfig.h | 1 +
src/traffic_quic/quic_client.cc | 4 +-
src/traffic_server/InkAPITest.cc | 2 +-
src/traffic_server/InkIOCoreAPI.cc | 2 +-
src/traffic_server/SocksProxy.cc | 2 +-
44 files changed, 180 insertions(+), 260 deletions(-)