You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by dm...@apache.org on 2023/02/23 10:56:36 UTC

[trafficserver] branch master updated (30b735d70 -> 8fe8f4de7)

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

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


    from 30b735d70 Eliminates the anonymous struct, which is not standard C++ (#9452)
     add 8fe8f4de7 Cleanup: records.config cleanup for references and comments. (#9408)

No new revisions were added by this update.

Summary of changes:
 ci/jenkins/bin/cache-tests.sh                      |   4 +-
 configs/records.yaml.default.in                    |   7 +-
 configs/remap.config.default                       |  19 +++-
 configs/ssl_multicert.config.default               |   2 +-
 doc/admin-guide/configuring-traffic-server.en.rst  |  20 +++-
 doc/admin-guide/files/remap.config.en.rst          |  20 +++-
 doc/admin-guide/files/sni.yaml.en.rst              |   2 +-
 doc/admin-guide/files/storage.config.en.rst        |   2 +-
 doc/admin-guide/performance/index.en.rst           | 113 ++++++++++++++-------
 doc/admin-guide/plugins/conf_remap.en.rst          |   8 +-
 doc/admin-guide/plugins/lua.en.rst                 |  25 ++++-
 doc/admin-guide/plugins/url_sig.en.rst             |  11 +-
 doc/admin-guide/security/index.en.rst              |  91 +++++++++++++----
 doc/appendices/faq.en.rst                          |   2 +-
 .../api/functions/TSHttpOverridableConfig.en.rst   |   2 +-
 doc/developer-guide/config-vars.en.rst             |   2 +-
 doc/developer-guide/debugging/debug-tags.en.rst    |  10 +-
 doc/developer-guide/debugging/memory-leaks.en.rst  |  31 +++---
 .../plugins/example-plugins/tls_bridge.en.rst      |  97 ++++++++++++++----
 .../testing/blackbox-testing.en.rst                |   4 +-
 doc/ext/traffic-server.py                          |   4 +-
 doc/getting-started/index.en.rst                   |  61 +++++++----
 .../admin-guide/configuration/cache-basics.en.po   |  18 ++--
 .../configuration/redirecting-http-requests.en.po  |   2 +-
 .../admin-guide/configuring-traffic-server.en.po   |   6 +-
 .../admin-guide/files/records.config.en.po         |  10 +-
 .../admin-guide/files/remap.config.en.po           |   4 +-
 .../admin-guide/files/storage.config.en.po         |   4 +-
 .../monitoring/logging/managing-logs.en.po         |   4 +-
 .../LC_MESSAGES/admin-guide/plugins/ts_lua.en.po   |   2 +-
 .../LC_MESSAGES/admin-guide/security/index.en.po   |   4 +-
 .../appendices/command-line/traffic_ctl.en.po      |   2 +-
 doc/locale/ja/LC_MESSAGES/appendices/faq.en.po     |   4 +-
 .../api/functions/TSHttpOverridableConfig.en.po    |   2 +-
 .../architecture/architecture.en.po                |   4 +-
 .../LC_MESSAGES/developer-guide/config-vars.en.po  |   2 +-
 .../developer-guide/debugging/memory-leaks.en.po   |   2 +-
 .../plugins/getting-started/a-simple-plugin.en.po  |   4 +-
 .../plugins/getting-started/index.en.po            |   2 +-
 doc/release-notes/upgrading.en.rst                 |   2 +-
 doc/static/images/admin/records.jpg                | Bin 166227 -> 0 bytes
 example/plugins/c-api/passthru/passthru.cc         |   2 +-
 include/records/I_RecordsConfig.h                  |   4 +-
 include/ts/apidefs.h.in                            |   2 +-
 include/ts/experimental.h                          |   6 +-
 include/ts/ts.h                                    |   4 +-
 include/tscore/Filenames.h                         |   2 +-
 include/tscpp/api/Logger.h                         |   6 +-
 iocore/dns/I_DNSProcessor.h                        |   2 +-
 iocore/net/Net.cc                                  |   2 +-
 iocore/net/SSLSNIConfig.cc                         |   2 +-
 iocore/net/quic/QUICLossDetector.h                 |   2 +-
 iocore/net/quic/QUICNewRenoCongestionController.h  |   2 +-
 iocore/utils/diags.i                               |   2 +-
 plugins/esi/README.combo                           |   2 +-
 plugins/experimental/fastcgi/src/fcgi_config.cc    |   4 +-
 plugins/experimental/url_sig/README                |  13 ++-
 plugins/lua/ts_lua.c                               |   4 +-
 proxy/Plugin.h                                     |   2 +-
 proxy/http/HttpBodyFactory.cc                      |   4 +-
 proxy/http/HttpSM.cc                               |   2 +-
 proxy/http/HttpTransact.cc                         |   4 +-
 proxy/http2/HTTP2.h                                |   2 +-
 proxy/logging/Log.cc                               |   2 +-
 proxy/logging/LogAccess.h                          |   4 +-
 proxy/logging/LogConfig.h                          |   6 +-
 proxy/logging/LogStandalone.cc                     |   2 +-
 proxy/shared/DiagsConfig.cc                        |  14 +--
 src/records/RecCore.cc                             |   2 +-
 src/records/RecordsConfig.cc                       |   2 +-
 src/traffic_server/InkAPI.cc                       |   2 +-
 src/traffic_server/traffic_server.cc               |   6 +-
 src/tscore/Diags.cc                                |  10 +-
 src/tscpp/api/Logger.cc                            |   2 +-
 tests/README.md                                    |  10 +-
 .../gold_tests/autest-site/trafficserver.test.ext  |   2 +-
 .../gold_tests/forward_proxy/forward_proxy.test.py |   2 +-
 tests/gold_tests/h2/http2_flow_control.test.py     |   6 +-
 .../tls/tls_client_alpn_configuration.test.py      |   4 +-
 tests/gold_tests/tls/tls_client_cert.test.py       |   6 +-
 .../tls/tls_client_cert_override_plugin.test.py    |   2 +-
 .../gold_tests/tls/tls_client_cert_plugin.test.py  |   6 +-
 tests/tools/microDNS/README.md                     |  10 +-
 tests/tools/plugins/cont_schedule.cc               |   2 +-
 tests/tools/plugins/continuations_verify.cc        |   2 +-
 tests/tools/plugins/emergency_shutdown.cc          |   2 +-
 tests/tools/plugins/fatal_shutdown.cc              |   2 +-
 tests/tools/plugins/ssntxnorder_verify.cc          |   2 +-
 tools/jtest/README.zh.md                           |  12 ++-
 89 files changed, 538 insertions(+), 274 deletions(-)
 delete mode 100644 doc/static/images/admin/records.jpg