This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 167e869784 Check openssl version and add appropriate defines (#9924)
add 67a8783578 Move URL escapify functions into tscore (#9919)
No new revisions were added by this update.
Summary of changes:
include/tscore/Encoding.h | 45 +++++++
proxy/logging/LogAccess.cc | 9 +-
proxy/logging/LogUtils.cc | 159 -------------------------
proxy/logging/LogUtils.h | 4 -
proxy/logging/unit-tests/test_LogUtils.cc | 50 +-------
src/traffic_server/InkAPI.cc | 3 +-
src/tscore/CMakeLists.txt | 2 +
src/tscore/Encoding.cc | 188 ++++++++++++++++++++++++++++++
src/tscore/Makefile.am | 4 +-
src/tscore/unit_tests/test_Encoding.cc | 82 +++++++++++++
10 files changed, 328 insertions(+), 218 deletions(-)
create mode 100644 include/tscore/Encoding.h
create mode 100644 src/tscore/Encoding.cc
create mode 100644 src/tscore/unit_tests/test_Encoding.cc