This is an automated email from the ASF dual-hosted git repository.
shinrich pushed a change to branch allow-plain
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
discard bfb67341e Add doc and comment out unrelated line that is offending OSX
omit 13cac6ef4 Add allow-plain server ports attribute
add 710e9d7c8 Define BIO macros in ink_ssl.h (#9557)
add 3c4c5fc59 Add `current_time_epoch_ms` stat to be appended before the
server version. This allows computation of stats externally based on the cache
time frame. This can help alleviate issues with sliding windows between various
stats programs that generate discrepencies (#9567)
add 849754c5e Fix log format specifications (#9568)
add ddf53b5de QUIC: Ignore default_inactivity_timeout in favour of
proxy.config.quic.no_activity_timeout_in. (#9564)
add d58f1843b Drop support for old quiche (#9561)
add 674fb2619 codeql 24: Multiplication result converted to larger type
(#9569)
add dfad359c2 Cleanup: Use swoc::meta instead of ts::meta. (#9566)
add 99eb23a59 fixup cmake build for master and add conditional for
io_uring support (#9571)
add c7ffd5e7d Add allow-plain server ports attribute
add 99e23d785 Add doc and comment out unrelated line that is offending OSX
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bfb67341e)
\
N -- N -- N refs/heads/allow-plain (99e23d785)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 18 +++++++
build/quiche.m4 | 1 -
configure.ac | 19 +++-----
doc/admin-guide/files/records.yaml.en.rst | 8 +++
include/tscore/ink_config.h.cmake.in | 6 +++
.../tscore/ink_ssl.h | 32 ++++++++++--
iocore/CMakeLists.txt | 2 +
iocore/eventsystem/CMakeLists.txt | 3 +-
iocore/net/BIO_fastopen.h | 1 +
iocore/net/CMakeLists.txt | 7 +--
iocore/net/QUICNetVConnection_quiche.cc | 17 ++++---
iocore/net/QUICPacketHandler_quiche.cc | 11 ++---
mgmt/rpc/jsonrpc/JsonRPCManager.cc | 57 +++++++++++-----------
mgmt/rpc/jsonrpc/JsonRPCManager.h | 1 -
plugins/stats_over_http/stats_over_http.cc | 6 ++-
proxy/http/CMakeLists.txt | 1 +
proxy/http/HttpSM.cc | 2 +-
proxy/http/HttpTunnel.cc | 4 +-
proxy/http2/CMakeLists.txt | 1 +
proxy/http2/Http2Stream.cc | 6 +--
src/traffic_ctl/CtrlPrinters.cc | 4 +-
src/traffic_server/CMakeLists.txt | 3 +-
src/tscore/ink_queue.cc | 2 +-
src/tscpp/util/unit_tests/test_IntrusiveDList.cc | 6 +--
.../timeout/quic_no_activity_timeout.test.py | 20 +++-----
25 files changed, 145 insertions(+), 93 deletions(-)
copy iocore/net/P_QUICNetProcessor.h => include/tscore/ink_ssl.h (56%)