You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2023/03/31 19:28:45 UTC

[trafficserver] branch reloadable-server-policy updated (40cc654b8 -> 73f903245)

This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a change to branch reloadable-server-policy
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


 discard 40cc654b8 Add logic to make the server.policy and server.properties settings reloadable
     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 73f903245 Add logic to make the server.policy and server.properties settings reloadable

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   (40cc654b8)
            \
             N -- N -- N   refs/heads/reloadable-server-policy (73f903245)

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%)