This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 6055892 BWF: Add date / time stamp support.
new c66c16c Fix event loop metrics to gather only from ET_NET threads.
new 8f224bf Added client read error case to TSHttpTxnAborted
new b0237c5 thread counters
new ec2d4d8 BWF: Fix asserts for clang-analyzer. The current asserts
break under valid use. Unit tests added to verify.
new ad13c2f ink_inet: Add UNIX socket family suport.
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:
iocore/eventsystem/I_EventProcessor.h | 20 ++++++++++++++------
iocore/eventsystem/UnixEventProcessor.cc | 14 +++++++-------
lib/ts/BufferWriter.h | 12 ++++++------
lib/ts/ink_inet.cc | 15 ++++++++++++++-
lib/ts/unit-tests/test_BufferWriterFormat.cc | 24 ++++++++++++++++++++++++
proxy/http/HttpProxyServerMain.cc | 5 +----
proxy/http/HttpProxyServerMain.h | 1 -
src/traffic_server/InkAPI.cc | 1 +
src/traffic_server/traffic_server.cc | 3 +--
9 files changed, 68 insertions(+), 27 deletions(-)