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

zwoop pushed a commit to branch NewAPIMetricsPOC
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 1f97374d9a5775b0cd7d8541bf1ee95f680975a1
Merge: e550beb625 1cc6f76726
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Jul 6 13:57:40 2023 -0600

    Merge branch 'master' into NewAPIMetricsPOC
    
    * master:
      Build binaries for bigobj AuTest (#9965)
      Build regex_remap plugin in CMake build (#9963)
      Add libloader plugin to CMake build (#9953)
      Build TSVConnFD.so and place in correct directory (#9956)
      Add parser.cc to header_rewrite sources in CMake (#9957)
      Build traffic_crashlog executable in CMake build (#9958)
      Build s3_auth plugin in CMake build (#9962)
      Remove obsolete ink_inet_addr function. (#9948)
      more tests for checking rule enforcement (#9936)
      Build prefetch plugin and test in CMake build (#9954)
      Check CMakeLists.txt files in RAT (#9955)
      Converts core ats:: namespace to ts:: (#9950)
      Clean up: Remove mgmt/api folder. This was unused code, functions were 
(#9945)
      sni: new hint 'http2_initial_window_size_in' (#9734)
      build_h3_tools: update for lib64 (#9946)
      OpenSSL 3.0 tls autest updates (#9947)

 .gitignore                                         |   4 +-
 CMakeLists.txt                                     |   5 +-
 ci/rat-regex.txt                                   |   2 +-
 configure.ac                                       |   2 -
 doc/admin-guide/files/sni.yaml.en.rst              | 354 +++++++-------
 include/tscore/CryptoHash.h                        |  12 +-
 include/tscore/MD5.h                               |   2 +-
 include/tscore/MMH.h                               |   2 +-
 include/tscore/SHA256.h                            |   2 +-
 include/tscore/ink_config.h.cmake.in               |   1 +
 include/tscore/ink_sock.h                          |   2 -
 iocore/net/P_SNIActionPerformer.h                  |  20 +
 iocore/net/SSLNetVConnection.cc                    |   4 +-
 iocore/net/TLSSNISupport.h                         |   1 +
 iocore/net/YamlSNIConfig.cc                        |   7 +
 iocore/net/YamlSNIConfig.h                         |   2 +
 mgmt/Makefile.am                                   |   2 +-
 mgmt/api/CoreAPIShared.cc                          | 279 -----------
 mgmt/api/CoreAPIShared.h                           |  48 --
 mgmt/api/INKMgmtAPI.cc                             | 527 ---------------------
 mgmt/api/Makefile.am                               |  44 --
 mgmt/api/include/Makefile.am                       |  22 -
 mgmt/api/include/mgmtapi.h                         | 343 --------------
 mgmt/utils/Makefile.am                             |   2 -
 plugins/CMakeLists.txt                             |   4 +
 plugins/esi/CMakeLists.txt                         |  17 +
 plugins/esi/common/CMakeLists.txt                  |  17 +
 plugins/esi/fetcher/CMakeLists.txt                 |  17 +
 plugins/esi/lib/CMakeLists.txt                     |  17 +
 plugins/esi/test/CMakeLists.txt                    |  17 +
 plugins/header_rewrite/CMakeLists.txt              |   1 +
 plugins/healthchecks/CMakeLists.txt                |   6 -
 plugins/{healthchecks => libloader}/CMakeLists.txt |   8 +-
 plugins/{healthchecks => prefetch}/CMakeLists.txt  |  19 +-
 .../{healthchecks => prefetch/test}/CMakeLists.txt |  14 +-
 .../{healthchecks => regex_remap}/CMakeLists.txt   |   8 +-
 plugins/{healthchecks => s3_auth}/CMakeLists.txt   |   8 +-
 .../unit_tests}/CMakeLists.txt                     |  13 +-
 proxy/http2/Http2ConnectionState.cc                |  13 +-
 proxy/http3/test/test_Http3FrameDispatcher.cc      | 102 +++-
 proxy/shared/Makefile.am                           |   2 -
 src/records/CMakeLists.txt                         |   1 -
 .../traffic_crashlog}/CMakeLists.txt               |  13 +-
 src/traffic_crashlog/Makefile.inc                  |   1 -
 src/traffic_via/Makefile.inc                       |   1 -
 src/tscore/CryptoHash.cc                           |   8 +-
 src/tscore/ink_inet.cc                             |  73 ---
 src/tscore/unit_tests/test_CryptoHash.cc           |   2 +-
 {plugins/healthchecks => tests}/CMakeLists.txt     |   9 +-
 .../gold_tests/bigobj}/CMakeLists.txt              |  18 +-
 .../pluginTest/TSVConnFd}/CMakeLists.txt           |  11 +-
 tests/gold_tests/tls/tls.test.py                   |   2 +
 tests/gold_tests/tls/tls_client_versions.test.py   |  12 +-
 .../tls/tls_client_versions_minmax.test.py         |  14 +-
 tools/build_h3_tools.sh                            |  19 +-
 55 files changed, 537 insertions(+), 1619 deletions(-)


Reply via email to