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

wkaras pushed a change to branch os_pkey_cnf_reload
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


 discard 286a0bc0c General cleanup of the SSLSecret code.
     add a49200945 Modifying array outside bounds (#8806)
     add 1c038e512 Reduce overhead incurred by enabling debug output. (#8581)
     add 60540e23f remove pthread_*specific and replace with thread_local 
(#8805)
     add 0f2d941ff Add http2.default_buffer_water_mark config to tune latency 
(#8747)
     add 925dd5dfd build: use non-deprecated form of autoconf macro (#8819)
     add e99f33c26 Fixes leak of sni config filename on load (#8821)
     add 18c54049c Fixes leak of ssl_ocsp_response_path_only on reload (#8822)
     add 692223c50 Add configuration to require minimum number of rules in 
remap.config. (#8802)
     add cec155e95 Fedora/RHEL path layout for config.layout (#8815)
     add 857781fe2 Fix a compile error (#8829)
     add efaf44147 Fixes leak in SNIAction name globbing (#8827)
     add bbc81ddac Make post-early-return Au test more robust. (#8832)
     add 2f29b3261 Handle opentelemetry-cpp v1.3.0 upgrade for otel_tracer 
plugin (#8834)
     add 14b7c3b24 Change ip-allow debug tag to ip_allow. (#8830)
     add bd155584f Fix overflow conditions in prefetch plugin (#8660)
     add aedb7fb65 Fixes issues with the CRR plugin introduced in #8488 (#8828)
     add d7152b5b5 Remove incorrect comment from base64 functions (#8835)
     add 4c5b18291 Add autest to cover updates to cache with alternates (#8779)
     add cea26fe72 Add compatibility define when building with OpenSSL3 (#8837)
     add 86bcd26b6 Remove CODEOWNERS file (#8840)
     add 214b89261 Add `#pragma once` for PendingAction.h (#8846)
     add 490063c3f gcc 12.1.1 fix warning about reading larger than the buffer 
(#8839)
     add 695f9f6c4 Fix parent_select optional scheme (#8831)
     add d362729d2 Fix `COMPRESSION_ERROR` on valid HPACK input (#8817)
     add 417e1576c Restore down nameservers after they come back online (#8847)
     add 5fe6f413e mkdfa.c is not being used and doesn't compile with gcc 
12.1.1 (#8838)
     add ef917f927 Fix Rocky Linux 8 arm64 GCC Compiler Warnings (#8850)
     add 464744d1e Add Au test for prefetch plugin in simple mode. (#8810)
     add 77ab48143 Re-introduce import to get man_pages list available for 
sphinx. Closes #8858 (#8859)
     add aeb326304 Change parent_select Init func to constructor (#8853)
     add 0a3369173 Add missing configuration files man pages (#8861)
     add 559d15ba9 General cleanup of the SSLSecret code.

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   (286a0bc0c)
            \
             N -- N -- N   refs/heads/os_pkey_cnf_reload (559d15ba9)

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:
 CODEOWNERS                                         |  96 ----
 build/crypto.m4                                    |  19 +
 build/nuraft.m4                                    |   2 +-
 config.layout                                      |  21 +
 configure.ac                                       |   5 +-
 doc/admin-guide/files/records.config.en.rst        |  22 +-
 doc/admin-guide/files/remap.config.en.rst          |   6 +-
 doc/admin-guide/plugins/otel_tracer.en.rst         |   6 +-
 doc/admin-guide/plugins/prefetch.en.rst            |   8 +-
 doc/conf.py                                        |   4 +
 doc/developer-guide/api/functions/TSDebug.en.rst   |  21 +-
 doc/developer-guide/debugging/debug-tags.en.rst    |  53 +-
 .../plugins/plugin-interfaces.en.rst               |  17 +-
 doc/manpages.py                                    |  81 ++-
 include/ts/apidefs.h.in                            |   5 +
 include/ts/ts.h                                    |  31 +-
 .../SSLProxySession.h => include/tscore/DbgCtl.h   |  39 +-
 include/tscore/Diags.h                             | 189 ++++---
 include/tscore/DiagsTypes.h                        |  51 +-
 include/tscore/LogMessage.h                        |   3 +-
 include/tscore/PendingAction.h                     |   2 +
 include/tscore/ink_base64.h                        |   3 -
 include/tscore/ink_thread.h                        |  24 +-
 iocore/cache/Cache.cc                              |   3 +
 iocore/cache/CacheWrite.cc                         |   2 +-
 iocore/cache/test/main.cc                          |   8 +-
 iocore/dns/DNS.cc                                  |  14 +-
 iocore/dns/P_DNSProcessor.h                        |  11 +-
 iocore/eventsystem/I_Continuation.h                |   8 +
 iocore/eventsystem/I_EThread.h                     |   1 +
 iocore/eventsystem/I_Thread.h                      |   2 +-
 iocore/eventsystem/P_Thread.h                      |   4 +-
 iocore/eventsystem/P_UnixEThread.h                 |   5 +-
 iocore/eventsystem/Thread.cc                       |  18 +-
 iocore/eventsystem/UnixEThread.cc                  |  29 +-
 iocore/hostdb/HostDB.cc                            |   2 +-
 iocore/net/P_SSLSNI.h                              |  26 +-
 iocore/net/P_UnixNetVConnection.h                  |   4 +-
 iocore/net/SSLConfig.cc                            |   3 +
 iocore/net/SSLDiags.cc                             |  38 +-
 iocore/net/SSLDiags.h                              |  10 +-
 iocore/net/SSLSNIConfig.cc                         |  21 +-
 iocore/net/SSLUtils.cc                             |  22 +-
 iocore/net/TLSSessionResumptionSupport.cc          |  11 +-
 iocore/net/UnixNetVConnection.cc                   |   4 +-
 iocore/net/YamlSNIConfig.cc                        |   2 +-
 iocore/net/YamlSNIConfig.h                         |   2 +-
 iocore/net/quic/QUICStreamVCAdapter.cc             |   2 +-
 iocore/net/quic/QUICStreamVCAdapter.h              |   2 +-
 iocore/net/quic/test/event_processor_main.cc       |   8 +-
 iocore/net/quic/test/main.cc                       |   8 +-
 iocore/net/test_certlookup.cc                      |   2 +-
 iocore/utils/diags.i                               |  28 +-
 lib/fastlz/fastlz.cc                               |   2 +-
 lib/records/test_I_RecLocal.cc                     |  15 +-
 lib/records/unit_tests/test_RecHttp.cc             |   2 +-
 lib/records/unit_tests/unit_test_main.cc           |   2 +-
 mgmt/RecordsConfig.cc                              |   6 +-
 mgmt/api/INKMgmtAPI.cc                             |   6 +-
 mgmt/api/include/mgmtapi.h                         |   6 +-
 mgmt/utils/MgmtUtils.cc                            |   6 +-
 .../cache_range_requests/cache_range_requests.cc   |  33 +-
 .../experimental/parent_select/consistenthash.cc   |  43 +-
 .../experimental/parent_select/consistenthash.h    |   3 +-
 .../parent_select/consistenthash_config.cc         |  12 +-
 plugins/experimental/parent_select/strategy.cc     |  53 +-
 plugins/experimental/parent_select/strategy.h      |   5 +-
 plugins/experimental/traffic_dump/json_utils.cc    |   2 +-
 plugins/header_rewrite/conditions.cc               |   6 +-
 plugins/prefetch/Makefile.inc                      |   8 +-
 plugins/prefetch/evaluate.cc                       |  94 ++++
 .../evaluate.h}                                    |  10 +-
 plugins/prefetch/plugin.cc                         |  48 +-
 plugins/prefetch/test/test_evaluate.cc             |  66 +++
 proxy/IPAllow.cc                                   |  12 +-
 proxy/ReverseProxy.cc                              |   2 +-
 proxy/hdrs/HuffmanCodec.cc                         |  45 +-
 proxy/hdrs/load_http_hdr.cc                        |   2 +-
 proxy/hdrs/test_Huffmancode.cc                     |  26 +
 proxy/hdrs/unit_tests/test_XPACK.cc                |  38 +-
 proxy/http/HttpSM.cc                               |   4 +-
 proxy/http/HttpTransact.cc                         |   4 +-
 proxy/http/HttpTransact.h                          |   2 +-
 proxy/http/remap/NextHopConsistentHash.cc          |  14 +-
 proxy/http/remap/NextHopConsistentHash.h           |   4 +-
 proxy/http/remap/NextHopRoundRobin.h               |   8 +-
 proxy/http/remap/NextHopSelectionStrategy.cc       |  51 +-
 proxy/http/remap/NextHopSelectionStrategy.h        |   5 +-
 proxy/http/remap/NextHopStrategyFactory.cc         |  38 +-
 proxy/http/remap/RemapConfig.cc                    |   3 +
 proxy/http/remap/UrlRewrite.cc                     |  22 +-
 proxy/http/remap/UrlRewrite.h                      |   8 +
 proxy/http2/HTTP2.cc                               |   2 +
 proxy/http2/HTTP2.h                                |   1 +
 proxy/http2/Http2ClientSession.cc                  |  10 +-
 proxy/http2/Http2CommonSession.cc                  |   6 +
 proxy/http2/Http2CommonSession.h                   |   1 +
 proxy/http2/Http2ConnectionState.cc                |  12 +-
 proxy/http3/Http3HeaderVIOAdaptor.h                |   2 +-
 proxy/http3/test/main.cc                           |   8 +-
 proxy/http3/test/main_qpack.cc                     |   8 +-
 proxy/logging/LogStandalone.cc                     |   5 +-
 proxy/shared/DiagsConfig.cc                        |  24 +-
 src/traffic_crashlog/traffic_crashlog.cc           |  18 +-
 src/traffic_ctl/traffic_ctl.cc                     |  10 +-
 src/traffic_manager/traffic_manager.cc             |  28 +-
 src/traffic_quic/diags.h                           |  30 +-
 src/traffic_server/InkAPI.cc                       |  30 +-
 src/traffic_server/traffic_server.cc               |  30 +-
 src/tscore/DbgCtl.cc                               | 111 ++++
 src/tscore/Diags.cc                                |  44 +-
 src/tscore/LogMessage.cc                           |  15 +-
 src/tscore/Makefile.am                             |   5 +-
 src/tscore/Regex.cc                                |  22 +-
 src/tscore/ink_cap.cc                              |   6 +-
 src/tscore/mkdfa.c                                 | 621 ---------------------
 src/tscore/unit_tests/test_CryptoHash.cc           |   4 +-
 .../unit_tests/test_X509HostnameValidator.cc       |   2 +-
 ...-handling.test.py => alternate-caching.test.py} |  39 +-
 .../replay/alternate-caching-update-size.yaml      | 162 ++++++
 tests/gold_tests/dns/dns_down_nameserver.test.py   | 193 +++++++
 .../replay/multiple_host_requests.replay.yaml}     |  79 +--
 tests/gold_tests/ip_allow/ip_allow.test.py         |   2 +-
 ...parent_select_optional_scheme_matching.test.py} |  17 +-
 .../prefetch_simple/prefetch_simple.gold           |   4 +
 .../prefetch_simple/prefetch_simple.test.py        |  81 +++
 tests/gold_tests/pluginTest/tsapi/test_tsapi.cc    |  14 +-
 tests/gold_tests/pluginTest/tsapi/tsapi.test.py    |   2 +-
 tests/gold_tests/post/post-early-return.test.py    |  20 +-
 .../reload_1.replay.yaml}                          |  20 +-
 .../reload_2.replay.yaml}                          |  20 +-
 .../reload_3.replay.yaml}                          |  22 +-
 .../reload_4.replay.yaml}                          |  20 +-
 .../reload_server.replay.yaml}                     |  39 +-
 .../remap_load_empty_failure.test.py}              |  22 +-
 .../remap_load_empty_success.test.py}              |  16 +-
 .../remap_load_missing_failure.test.py}            |  21 +-
 .../remap_load_missing_success.test.py}            |  16 +-
 tests/gold_tests/remap/remap_reload.test.py        |  83 +++
 tools/http_load/http_load.c                        |   2 +-
 140 files changed, 2019 insertions(+), 1654 deletions(-)
 delete mode 100644 CODEOWNERS
 copy proxy/private/SSLProxySession.h => include/tscore/DbgCtl.h (57%)
 create mode 100644 plugins/prefetch/evaluate.cc
 copy plugins/{lua/ts_lua_client_response.h => prefetch/evaluate.h} (85%)
 create mode 100644 plugins/prefetch/test/test_evaluate.cc
 create mode 100644 src/tscore/DbgCtl.cc
 delete mode 100644 src/tscore/mkdfa.c
 copy tests/gold_tests/cache/{vary-handling.test.py => 
alternate-caching.test.py} (53%)
 create mode 100644 
tests/gold_tests/cache/replay/alternate-caching-update-size.yaml
 create mode 100644 tests/gold_tests/dns/dns_down_nameserver.test.py
 copy tests/gold_tests/{chunked_encoding/replays/chunked.replay.yaml => 
dns/replay/multiple_host_requests.replay.yaml} (54%)
 copy tests/gold_tests/pluginTest/parent_select/{parent_select.test.py => 
parent_select_optional_scheme_matching.test.py} (92%)
 create mode 100644 
tests/gold_tests/pluginTest/prefetch_simple/prefetch_simple.gold
 create mode 100644 
tests/gold_tests/pluginTest/prefetch_simple/prefetch_simple.test.py
 copy tests/gold_tests/{redirect/replay/redirect_srv3_replay.yaml => 
remap/reload_1.replay.yaml} (74%)
 copy tests/gold_tests/{redirect/replay/redirect_srv3_replay.yaml => 
remap/reload_2.replay.yaml} (74%)
 copy tests/gold_tests/{redirect/replay/redirect_srv1_replay.yaml => 
remap/reload_3.replay.yaml} (73%)
 copy tests/gold_tests/{redirect/replay/redirect_srv3_replay.yaml => 
remap/reload_4.replay.yaml} (75%)
 copy tests/gold_tests/{url/uri.replay.yaml => remap/reload_server.replay.yaml} 
(63%)
 copy tests/gold_tests/{pluginTest/cppapi/cppapi.test.py => 
remap/remap_load_empty_failure.test.py} (64%)
 copy tests/gold_tests/{basic/basic-manager.test.py => 
remap/remap_load_empty_success.test.py} (70%)
 copy tests/gold_tests/{pluginTest/cppapi/cppapi.test.py => 
remap/remap_load_missing_failure.test.py} (67%)
 copy tests/gold_tests/{basic/basic-manager.test.py => 
remap/remap_load_missing_success.test.py} (72%)
 create mode 100644 tests/gold_tests/remap/remap_reload.test.py

Reply via email to