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 2d16f5c6ec hostdb: remove latency with cache misses (#11764)
new 650d59a092 Add const to cripts formatter format functions (#11777)
new 03391d2be7 header_rewrite: Fix condition parser (#11785)
new 171030e871 autest target: PYTHONPATH for remap_acl.test.py (#11788)
new 5be16272cc Build unit tests for BRAVO (#11790)
The 4 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:
include/cripts/Crypto.hpp | 6 +++---
include/cripts/Headers.hpp | 6 +++---
include/cripts/Lulu.hpp | 10 +++++-----
include/cripts/Time.hpp | 2 +-
include/cripts/Urls.hpp | 14 +++++++-------
include/tsutil/Bravo.h | 4 ++--
plugins/header_rewrite/condition.cc | 18 ++++++++++++++----
plugins/header_rewrite/header_rewrite_test.cc | 22 ++++++++++++++++++++++
plugins/header_rewrite/matcher.h | 1 +
plugins/header_rewrite/parser.cc | 11 ++++++++++-
plugins/header_rewrite/ruleset.cc | 5 +++++
src/tsutil/CMakeLists.txt | 3 ++-
src/{tscore => tsutil}/unit_tests/test_Bravo.cc | 0
tests/CMakeLists.txt | 16 ++++++++++------
14 files changed, 85 insertions(+), 33 deletions(-)
rename src/{tscore => tsutil}/unit_tests/test_Bravo.cc (100%)