This is an automated email from the ASF dual-hosted git repository.
masaori pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 96f0032 Remove redundant QUICConfig::scoped_config
new d003e8d Fix for() loop, correctly calculate the value of seg_in_use
within Vol::dir_check()
new f35ba19 Change url_mapping::toUrl to url_mapping::toURL for
consistency with url_mapping::fromURL.
new a181db6 Do not run clang-format for @default_stack_size@
new 6b1c211 Fixes some places where refactoring was not complete
new 4934fb2 Doc: open_read_retry_time is overridable
new 4be1c00 Add virtual destructor to SSLMultiCertConfigLoader.
new b09ac09 Fix a self detection issue where parents are not marked down
when proxy.config.http.parent_proxy.self_detect is set to 2 because of multiple
calls to creatHostStat() which was marking parents back up. Also added a new
HostStatus Reason Code SELF_DETECT used when self detection marks a parent down.
new 40f94cc pop messages
new 97aac1e Add Perltidy configuration and build target
new 11110ec Fix #5108: Remove OS dependency in test_BufferWriterFormat.cc.
new 7197a6d UrlRewrite: separate constructor and configuration loading
for testability.
new 1b300df Run clang-format against the same files on both make
clang-foramt and git pre-hook
new fa53771 cdniuc is not a manditory claim
new cb2382d Fixed the compatibility with previous cache verison
new c18dcdb Merge branch 'asf/master' into quic-latest
The 12905 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:
.perltidyrc | 14 +
Makefile.am | 5 +-
ci/jenkins/ats_conf.pl | 68 ++--
ci/rat-regex.txt | 1 +
doc/admin-guide/files/records.config.en.rst | 1 +
.../admin-guide/files/records.config.en.po | 2 +-
.../api/functions/TSHttpOverridableConfig.en.po | 4 -
include/ts/apidefs.h.in | 188 ++++-----
include/tscore/ink_config.h.in | 2 +-
iocore/cache/Cache.cc | 12 +-
iocore/cache/CacheDir.cc | 4 -
iocore/cache/I_CacheDefs.h | 2 +-
iocore/net/P_SSLUtils.h | 1 +
lib/perl/examples/forw_proxy_conf.pl | 11 +-
lib/perl/lib/Apache/TS/AdminClient.pm | 63 ++-
lib/perl/lib/Apache/TS/Config.pm | 6 +-
lib/perl/lib/Apache/TS/Config/Records.pm | 66 ++-
.../experimental/ssl_session_reuse/src/publish.cc | 7 +-
plugins/experimental/uri_signing/jwt.c | 9 +-
plugins/experimental/url_sig/genkeys.pl | 8 +-
plugins/experimental/url_sig/sign.pl | 329 ++++++++-------
proxy/HostStatus.h | 9 +-
proxy/ParentSelection.cc | 14 +-
proxy/ReverseProxy.cc | 6 +-
proxy/hdrs/HTTP.cc | 81 ++++
proxy/hdrs/HTTP.h | 1 +
proxy/http/remap/RemapConfig.cc | 18 +-
proxy/http/remap/UrlMapping.cc | 4 +-
proxy/http/remap/UrlMapping.h | 4 +-
proxy/http/remap/UrlRewrite.cc | 33 +-
proxy/http/remap/UrlRewrite.h | 38 +-
proxy/http/test_http_client.pl | 390 ++++++++----------
proxy/http/test_proxy.pl | 450 ++++++++++-----------
src/traffic_server/HostStatus.cc | 5 +-
src/tscore/unit_tests/test_BufferWriterFormat.cc | 2 +-
tests/gold_tests/slow_post/slow_post.test.py | 4 +-
tools/changelog.pl | 223 +++++-----
tools/clang-format.sh | 2 +-
tools/compare_records.pl | 158 ++++----
tools/compare_servers.pl | 386 +++++++++---------
tools/freelist_diff.pl | 25 +-
tools/git/pre-commit | 2 +-
tools/http_load/merge_stats.pl | 91 +++--
tools/slow_log_report.pl | 104 ++---
tools/traffic_via.pl | 250 ++++++------
45 files changed, 1582 insertions(+), 1521 deletions(-)
create mode 100644 .perltidyrc