This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch NewAPIMetricsPOC
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from e675d9c94d Fixes a typo on the callback
new fc69ba72e7 Add support for recvmmsg and UDP GRO (#9905)
new c7a352cd77 Update to autest version 1.10.3 (#9971)
new e872a0f3e6 Remove the useless std::vector calls in
plugin_agents_cleanup. (#9972)
new ae2040d7d8 Build binary for chunked_encoding AuTest (#9966)
new 2826798848 Build remap_purge plugin in CMake build (#9978)
new da32dba27f Build stats_over_http plugin in CMake build (#9977)
new dd707ccee3 Add missing source file to CMake esi lib target (#9968)
new b31db5b743 Don't use std::min when we don't care which value is
smaller (#9973)
new ba626011b8 Build tcpinfo plugin in CMake build (#9981)
The 9 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:
configure.ac | 2 +-
doc/admin-guide/files/records.yaml.en.rst | 5 +
iocore/eventsystem/I_SocketManager.h | 3 +
iocore/eventsystem/P_UnixSocketManager.h | 15 +
iocore/net/I_UDPPacket.h | 2 +-
iocore/net/P_UDPNet.h | 17 +-
iocore/net/QUICPacketHandler_quiche.cc | 2 +-
iocore/net/UnixUDPNet.cc | 441 +++++++++++++++++----
plugins/CMakeLists.txt | 3 +
plugins/esi/lib/CMakeLists.txt | 1 +
{lib/fastlz => plugins/remap_purge}/CMakeLists.txt | 5 +-
.../{compress => stats_over_http}/CMakeLists.txt | 13 +-
plugins/stats_over_http/stats_over_http.cc | 2 +-
{lib/fastlz => plugins/tcpinfo}/CMakeLists.txt | 5 +-
proxy/http/HttpSM.cc | 26 +-
proxy/http2/Http2ConnectionState.cc | 4 +-
src/records/RecordsConfig.cc | 3 +-
tests/CMakeLists.txt | 1 +
tests/Pipfile | 2 +-
tests/gold_tests/autest-site/init.cli.ext | 2 +-
.../gold_tests/chunked_encoding}/CMakeLists.txt | 13 +-
21 files changed, 436 insertions(+), 131 deletions(-)
copy {lib/fastlz => plugins/remap_purge}/CMakeLists.txt (87%)
copy plugins/{compress => stats_over_http}/CMakeLists.txt (76%)
copy {lib/fastlz => plugins/tcpinfo}/CMakeLists.txt (88%)
copy {src/traffic_crashlog =>
tests/gold_tests/chunked_encoding}/CMakeLists.txt (78%)