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 95f57434ec Coverity 1545946: Uninitialized scalar variable in server
transform plugin example (#11387)
new 247696b39c Make sure to use proper allocator to free (#11381)
new 8365a4442c check the appropriate functions and set variables correctly
(#11215)
new 78ae47c66e XPACK: update_maximum_size for storage (#11396)
new 418f6c5271 Add ts::hex and ts::unhex (#11392)
new 74f3ff9624 Fix unused parameters in tsutil (#11394)
The 5 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 | 14 +-
include/proxy/hdrs/XPACK.h | 151 +++++++++++++++-
include/tsutil/StringConvert.h | 93 ++++++++++
include/tsutil/ts_unit_parser.h | 2 +-
src/cripts/Crypto.cc | 9 +-
src/cripts/Lulu.cc | 18 +-
src/iocore/cache/CacheDir.cc | 2 +-
src/iocore/cache/CacheEvacuateDocVC.cc | 8 +-
src/iocore/cache/CacheWrite.cc | 2 +-
src/iocore/cache/P_CacheInternal.h | 22 ++-
src/iocore/net/SSLNetVConnection.cc | 2 +-
src/proxy/hdrs/XPACK.cc | 83 +++++++--
src/proxy/hdrs/unit_tests/test_XPACK.cc | 193 ++++++++++++++++++---
src/tsutil/CMakeLists.txt | 1 +
src/tsutil/DbgCtl.cc | 2 +-
src/tsutil/YamlCfg.cc | 2 +-
src/tsutil/unit_tests/test_PostScript.cc | 4 +-
.../{test_Strerror.cc => test_StringConvert.cc} | 12 +-
src/tsutil/unit_tests/test_ts_meta.cc | 2 +-
tests/gold_tests/tls/tls_0rtt_server.test.py | 22 +--
20 files changed, 550 insertions(+), 94 deletions(-)
create mode 100644 include/tsutil/StringConvert.h
copy src/tsutil/unit_tests/{test_Strerror.cc => test_StringConvert.cc} (79%)