This is an automated email from the ASF dual-hosted git repository.
bcall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 5199be1 Fixed memory leak in transform add test, found with
clang-analyzer
new f692c20 Replace ts::string_view with std::string_view
new b3ad41f Fix documentation regarding string_view
The 2 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 | 2 -
cmd/traffic_cache_tool/File.cc | 3 +-
cmd/traffic_layout/info.cc | 2 +-
cmd/traffic_layout/traffic_layout.cc | 6 +-
.../internal-libraries/TextView.en.rst | 8 +-
.../internal-libraries/buffer-writer.en.rst | 36 +-
.../internal-libraries/index.en.rst | 1 -
.../internal-libraries/string_view.en.rst | 69 --
.../DelayTransformationPlugin.cc | 4 +-
.../GzipTransformationPlugin.cc | 4 +-
.../NullTransformationPlugin.cc | 4 +-
example/cppapi/post_buffer/PostBuffer.cc | 4 +-
example/ssl_preaccept/ssl_preaccept.cc | 12 +-
iocore/net/I_NetVConnection.h | 12 +-
iocore/net/NetVConnection.cc | 4 +-
iocore/net/P_SSLNetVConnection.h | 8 +-
iocore/net/P_SSLUtils.h | 4 +-
iocore/net/P_UnixNetVConnection.h | 4 +-
iocore/net/SSLNetVConnection.cc | 14 +-
iocore/net/SSLSNIConfig.cc | 4 +-
iocore/net/UnixNet.cc | 16 +-
iocore/net/UnixNetVConnection.cc | 6 +-
lib/cppapi/GzipDeflateTransformation.cc | 8 +-
lib/cppapi/GzipInflateTransformation.cc | 6 +-
lib/cppapi/TransformationPlugin.cc | 4 +-
.../include/atscppapi/GzipDeflateTransformation.h | 4 +-
.../include/atscppapi/GzipInflateTransformation.h | 4 +-
.../include/atscppapi/TransformationPlugin.h | 10 +-
lib/records/RecHttp.cc | 6 +-
lib/records/RecRawStats.cc | 2 +-
lib/ts/BufferWriter.h | 41 +-
lib/ts/BufferWriterFormat.cc | 44 +-
lib/ts/BufferWriterForward.h | 4 +-
lib/ts/CryptoHash.h | 4 +-
lib/ts/I_Layout.h | 13 +-
lib/ts/Layout.cc | 16 +-
lib/ts/Makefile.am | 4 +-
lib/ts/MemArena.cc | 4 +-
lib/ts/MemSpan.h | 10 +-
lib/ts/TextView.h | 20 +-
lib/ts/ink_inet.cc | 58 +-
lib/ts/ink_inet.h | 57 +-
lib/ts/ink_memory.h | 7 +-
lib/ts/ink_res_init.cc | 2 +-
lib/ts/ink_string.h | 17 +
lib/ts/string_view.h | 1093 --------------------
lib/ts/unit-tests/test_BufferWriter.cc | 7 +-
lib/ts/unit-tests/test_BufferWriterFormat.cc | 20 +-
lib/ts/unit-tests/test_TextView.cc | 5 +-
lib/ts/unit-tests/test_ink_inet.cc | 32 +-
lib/ts/unit-tests/test_layout.cc | 2 +-
lib/ts/unit-tests/test_string_view.cc | 552 ----------
lib/tsconfig/TsConfigLua.h | 26 +-
mgmt/LocalManager.cc | 4 +-
.../ssl_cert_loader/ssl-cert-loader.cc | 10 +-
plugins/experimental/tls_bridge/regex.cc | 4 +-
plugins/experimental/tls_bridge/regex.h | 6 +-
.../experimental/webp_transform/ImageTransform.cc | 6 +-
proxy/InkAPI.cc | 16 +-
proxy/ProxyClientSession.h | 6 +-
proxy/ProxyClientTransaction.h | 6 +-
proxy/hdrs/HTTP.cc | 2 +-
proxy/hdrs/URL.cc | 4 +-
proxy/hdrs/URL.h | 4 +-
proxy/http/ForwardedConfig.cc | 4 +-
proxy/http/HttpConfig.cc | 4 +-
proxy/http/HttpConfig.h | 4 +-
proxy/http/HttpSM.cc | 14 +-
proxy/http/HttpSM.h | 8 +-
proxy/http/HttpServerSession.h | 4 +-
proxy/http/HttpTransactHeaders.cc | 31 +-
proxy/http/HttpTransactHeaders.h | 2 +-
proxy/http/unit-tests/test_ForwardedConfig.cc | 2 +-
proxy/http2/Http2ClientSession.h | 6 +-
proxy/logging/LogHost.cc | 4 +-
75 files changed, 389 insertions(+), 2071 deletions(-)
delete mode 100644 doc/developer-guide/internal-libraries/string_view.en.rst
delete mode 100644 lib/ts/string_view.h
delete mode 100644 lib/ts/unit-tests/test_string_view.cc
--
To stop receiving notification emails like this one, please contact
[email protected].