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 8a33ce561d Add copying of _templates dir so sphinx can generate the 
version menu (#11151)
     new 9c9c149a61 libsowc - remove legacy Errata. (#10986)
     new d220afd082 cmake: Link pcre2 to src/api (#11120)
     new 61868c28ed CID1534716: use after move on txn_box ip_space module. 
(#11133)
     new 5f45e39982 CID1534729: txnbox - avoid copying object. (#11134)
     new 779f936789 Fix a couple misspellings (#11137)
     new 2db75e50fc install tsutil files even if tsutil is static (#11141)
     new 3d86f0e254 set CMAKE_HOST for TS_BUILD_CANONICAL_HOST (#11154)

The 7 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:
 CMakeLists.txt                                     |    3 +
 doc/admin-guide/files/records.yaml.en.rst          |    2 +-
 include/iocore/net/YamlSNIConfig.h                 |    5 +-
 include/mgmt/config/FileManager.h                  |   22 +-
 include/mgmt/rpc/handlers/common/ErrorUtils.h      |   22 +-
 include/mgmt/rpc/handlers/common/RecordsUtils.h    |    3 +-
 include/mgmt/rpc/handlers/config/Configuration.h   |    4 +-
 include/mgmt/rpc/handlers/plugins/Plugins.h        |    2 +-
 include/mgmt/rpc/handlers/records/Records.h        |   16 +-
 include/mgmt/rpc/handlers/server/Server.h          |    4 +-
 include/mgmt/rpc/handlers/storage/Storage.h        |    4 +-
 include/mgmt/rpc/jsonrpc/Context.h                 |    8 +-
 include/mgmt/rpc/jsonrpc/Defs.h                    |   11 +-
 include/mgmt/rpc/jsonrpc/JsonRPCManager.h          |    9 +-
 include/mgmt/rpc/jsonrpc/json/YAMLCodec.h          |   14 +-
 include/mgmt/rpc/server/CommBase.h                 |    2 +-
 include/mgmt/rpc/server/IPCSocketServer.h          |    4 +-
 include/tscore/Errata.h                            | 1047 --------------------
 include/tsutil/ts_errata.h                         |   82 +-
 lib/swoc/include/swoc/Errata.h                     |    1 +
 .../experimental/stale_response/stale_response.cc  |    2 +-
 .../experimental/txn_box/plugin/src/ip_space.cc    |    2 +-
 .../experimental/txn_box/plugin/src/text_block.cc  |    4 +-
 src/api/CMakeLists.txt                             |    2 +-
 src/api/InkAPI.cc                                  |    4 +-
 src/iocore/net/SSLSNIConfig.cc                     |    4 +-
 src/iocore/net/YamlSNIConfig.cc                    |   14 +-
 src/iocore/net/unit_tests/test_YamlSNIConfig.cc    |   10 +-
 src/mgmt/config/AddConfigFilesHere.cc              |    1 -
 src/mgmt/config/FileManager.cc                     |   45 +-
 src/mgmt/rpc/CMakeLists.txt                        |   14 +-
 src/mgmt/rpc/handlers/common/ErrorUtils.cc         |   69 ++
 src/mgmt/rpc/handlers/config/Configuration.cc      |   22 +-
 src/mgmt/rpc/handlers/plugins/Plugins.cc           |    4 +-
 src/mgmt/rpc/handlers/records/Records.cc           |   10 +-
 src/mgmt/rpc/handlers/server/Server.cc             |   14 +-
 src/mgmt/rpc/handlers/storage/Storage.cc           |   16 +-
 src/mgmt/rpc/jsonrpc/Context.cc                    |    4 +-
 src/mgmt/rpc/jsonrpc/JsonRPCManager.cc             |   45 +-
 .../rpc/jsonrpc/unit_tests/test_basic_protocol.cc  |   46 +-
 src/mgmt/rpc/server/IPCSocketServer.cc             |   16 +-
 src/mgmt/rpc/server/unit_tests/test_rpcserver.cc   |    6 +-
 src/proxy/CMakeLists.txt                           |    2 +-
 src/proxy/HostStatus.cc                            |   18 +-
 src/proxy/http/HttpConfig.cc                       |    2 +
 src/traffic_cache_tool/CacheTool.cc                |    1 +
 src/tscore/CMakeLists.txt                          |    2 -
 src/tscore/Errata.cc                               |  269 -----
 src/tscore/unit_tests/test_Errata.cc               |   60 --
 src/tsutil/CMakeLists.txt                          |    4 +
 src/tsutil/ts_errata.cc                            |   34 +
 .../jsonrpc/plugins/jsonrpc_plugin_handler_test.cc |    2 +-
 tests/gold_tests/tls/tls_sni_ip_allow.test.py      |    2 +-
 53 files changed, 429 insertions(+), 1586 deletions(-)
 delete mode 100644 include/tscore/Errata.h
 create mode 100644 src/mgmt/rpc/handlers/common/ErrorUtils.cc
 delete mode 100644 src/tscore/Errata.cc
 delete mode 100644 src/tscore/unit_tests/test_Errata.cc
 create mode 100644 src/tsutil/ts_errata.cc

Reply via email to