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 86d0ba58ea Add support for ATS_PROBES with up to twelve arguments
(#11809)
new 2ebfb95ebd Print the hash of secret data (#11310)
new 64602ea16b Fix use of uninitialized stack memory in records (#11450)
new 24a1a09f2d Coverity: Fix for CID-1534640 - Use of 32-bit time_t
(#11804)
new a7ad2c2e6e Remove remaining use of obsolete debug output functions.
(#11464)
The 4 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:
include/iocore/net/NetTimeout.h | 15 +-
include/iocore/net/quic/QUICStream.h | 57 +++--
include/proxy/FetchSM.h | 3 +-
include/proxy/ProxySession.h | 3 -
include/proxy/http/HttpSM.h | 6 +-
include/proxy/http/remap/UrlMappingPathIndex.h | 3 +-
include/proxy/http/remap/UrlRewrite.h | 3 +-
include/proxy/http2/Http2CommonSessionInternal.h | 24 +-
include/proxy/logging/LogObject.h | 11 +-
include/tscore/Diags.h | 58 +----
include/tscore/DiagsTypes.h | 3 +-
include/tscore/ink_cap.h | 4 +-
plugins/experimental/memcache/tsmemcache.cc | 49 ++--
plugins/experimental/stale_response/BodyData.h | 4 +-
plugins/experimental/stale_response/CacheUpdate.cc | 42 ++--
.../experimental/stale_response/ServerIntercept.cc | 67 +++---
.../experimental/stale_response/stale_response.cc | 155 +++++++------
.../experimental/stale_response/stale_response.h | 4 +-
plugins/experimental/stale_response/ts_wrap.h | 16 +-
.../stale_response/unit_tests/test_BodyData.cc | 2 +-
.../txn_box/plugin/include/txn_box/ts_util.h | 8 -
src/api/HttpHookState.cc | 11 +-
src/api/InkAPI.cc | 54 +++--
src/api/InkAPITest.cc | 10 +-
src/api/InkContInternal.cc | 9 +-
src/iocore/eventsystem/Lock.cc | 12 +-
src/iocore/net/SSLSecret.cc | 30 ++-
src/mgmt/config/FileManager.cc | 21 +-
src/mgmt/rpc/handlers/config/Configuration.cc | 4 +-
src/mgmt/rpc/handlers/plugins/Plugins.cc | 8 +-
src/mgmt/rpc/handlers/server/Server.cc | 11 +-
src/mgmt/rpc/handlers/storage/Storage.cc | 8 +-
src/mgmt/rpc/jsonrpc/JsonRPCManager.cc | 14 +-
src/mgmt/rpc/server/IPCSocketServer.cc | 12 +-
src/mgmt/rpc/server/RPCServer.cc | 10 +-
src/mgmt/rpc/server/unit_tests/test_rpcserver.cc | 21 +-
src/proxy/ProxyTransaction.cc | 8 +-
src/proxy/http2/Http2Stream.cc | 8 +-
src/proxy/http3/Http3FrameDispatcher.cc | 4 +-
src/records/RecHttp.cc | 23 +-
src/records/RecRawStats.cc | 28 ++-
src/traffic_crashlog/backtrace.cc | 22 +-
src/traffic_logcat/logcat.cc | 40 ++--
src/traffic_logstats/logstats.cc | 69 +++---
src/traffic_quic/quic_client.cc | 24 +-
src/traffic_quic/traffic_quic.cc | 9 +-
src/traffic_server/Crash.cc | 19 +-
src/traffic_server/SocksProxy.cc | 2 +-
src/traffic_server/traffic_server.cc | 254 +++++++++++----------
src/tscore/BaseLogFile.cc | 4 +-
src/tscore/Encoding.cc | 10 +-
src/tscore/JeMiAllocator.cc | 9 +-
src/tscore/hugepages.cc | 30 ++-
src/tscore/ink_cap.cc | 90 ++++----
src/tscore/ink_queue.cc | 76 +++---
55 files changed, 863 insertions(+), 638 deletions(-)