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 ac91476c7f Remove H3 frame sequence number tracking (#11632)
new 1278e5cc65 Run regression tests for InkAPI (#11606)
new 58f9e43361 prefetch autests: await log file content (#11612)
new 8904861b1b Remove TSUrlHttpParamsGet/Set and their internal
implementation (#11624)
new 4dd2b54104 ACL filter action documentation updates (#11635)
new 875ac45935 Reduce the number of checks for BoringSSL (#11637)
new 7478d747bc Add upgrade notes for connection_attempts_timeout changes
(#11644)
new c0013603fe Document 0 for max_conections_in disables it (#11646)
new 1507b7b2e1 Docs: Make sure we use the right YAML root name when
building records.yaml docs. (#11648)
new 095f82ea25 cleanup: Change legacy function name to actually reflect
the logic. (#11655)
new bd1e15a307 Remove rest of cache inspector references (#11656)
The 10 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 | 5 +
configs/records.yaml.default.in | 1 +
doc/admin-guide/files/ip_allow.yaml.en.rst | 15 +-
doc/admin-guide/files/records.yaml.en.rst | 26 ++-
doc/admin-guide/files/remap.config.en.rst | 234 ++++++++++++++++-----
doc/admin-guide/interaction/index.en.rst | 3 -
doc/admin-guide/storage/index.en.rst | 37 ----
.../cache-architecture/consistency.en.rst | 7 -
doc/ext/traffic-server.cmake.in.py | 2 +-
.../developer-guide/architecture/consistency.en.po | 4 -
doc/release-notes/upgrading.en.rst | 3 +
include/proxy/hdrs/HTTP.h | 14 --
include/proxy/hdrs/URL.h | 22 --
include/proxy/http/remap/RemapConfig.h | 6 +-
include/proxy/http/remap/UrlRewrite.h | 12 +-
include/ts/ts.h | 35 ---
include/tscore/ink_config.h.cmake.in | 1 +
src/api/CMakeLists.txt | 3 +
src/api/InkAPI.cc | 12 --
src/api/InkAPITest.cc | 71 ++-----
src/iocore/net/OCSPStapling.cc | 9 +-
src/iocore/net/P_OCSPStapling.h | 6 -
src/iocore/net/SSLUtils.cc | 6 +-
src/proxy/IPAllow.cc | 2 +-
src/proxy/hdrs/URL.cc | 38 +---
src/proxy/hdrs/VersionConverter.cc | 9 +-
src/proxy/hdrs/unit_tests/test_URL.cc | 29 ---
src/proxy/http/HttpTransact.cc | 4 -
src/proxy/http/remap/RemapConfig.cc | 16 +-
src/proxy/http/remap/UrlRewrite.cc | 30 +--
src/proxy/logging/LogStandalone.cc | 8 +-
src/records/RecordsConfig.cc | 2 +-
src/traffic_server/traffic_server.cc | 8 +-
tests/gold_tests/autest-site/when.test.ext | 23 ++
tests/gold_tests/ip_allow/ip_category.test.py | 2 +-
.../pluginTest/prefetch/prefetch_bignum.test.py | 6 +-
.../pluginTest/prefetch/prefetch_cmcd.test.py | 10 +-
.../pluginTest/prefetch/prefetch_overflow.test.py | 6 +-
.../pluginTest/prefetch/prefetch_simple.test.py | 6 +-
tests/gold_tests/remap/all_acl_combinations.py | 176 ++++++++--------
tests/gold_tests/remap/deactivate_ip_allow.py | 102 ++++-----
tests/gold_tests/remap/remap_acl.test.py | 54 ++---
42 files changed, 497 insertions(+), 568 deletions(-)