You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2023/02/14 20:52:37 UTC

[trafficserver] branch master updated (72e6602331 -> 20709e32c5)

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 72e6602331 TSan: Make Thread::cur_time thread local (#9184)
     add 20709e32c5 Removes the UglyStub file (#9401)

No new revisions were added by this update.

Summary of changes:
 .../tscore/UDP_stubs.h                             |  17 +-
 iocore/aio/Makefile.am                             |   1 -
 iocore/aio/test_AIO.cc                             |   3 +
 iocore/eventsystem/Makefile.am                     |   1 -
 iocore/hostdb/Makefile.am                          |   1 -
 iocore/net/quic/Makefile.am                        |   1 -
 iocore/net/quic/test/test_QUICAddrVerifyState.cc   |   2 +
 iocore/net/quic/test/test_QUICFlowController.cc    |   2 +
 iocore/net/quic/test/test_QUICFrame.cc             |   2 +
 iocore/net/quic/test/test_QUICFrameDispatcher.cc   |   2 +
 iocore/net/quic/test/test_QUICHandshakeProtocol.cc |   2 +
 iocore/net/quic/test/test_QUICLossDetector.cc      |   2 +
 iocore/net/quic/test/test_QUICPacketFactory.cc     |   2 +
 .../quic/test/test_QUICPacketHeaderProtector.cc    |   2 +
 iocore/net/quic/test/test_QUICPathValidator.cc     |   2 +
 iocore/net/quic/test/test_QUICStream.cc            |   2 +
 iocore/net/quic/test/test_QUICStreamManager.cc     |   2 +
 iocore/net/quic/test/test_QUICStreamState.cc       |   2 +
 iocore/net/quic/test/test_QUICVersionNegotiator.cc |   2 +
 mgmt/rpc/Makefile.am                               |   2 -
 proxy/hdrs/Makefile.am                             |   2 -
 proxy/http/Makefile.am                             |   1 -
 proxy/http/remap/Makefile.am                       |   1 -
 proxy/http/remap/unit-tests/nexthop_test_stubs.cc  |  14 +-
 proxy/http/unit_tests/unit_test_main.cc            |   3 +
 proxy/http2/Makefile.am                            |   2 -
 proxy/http3/Makefile.am                            |   1 -
 proxy/http3/test/main_qpack.cc                     |   3 +
 proxy/logging/LogStandalone.cc                     |   8 +-
 proxy/logging/unit-tests/benchmark_LogObject.cc    |   1 -
 proxy/shared/CMakeLists.txt                        |   8 -
 proxy/shared/Makefile.am                           |   8 +-
 proxy/shared/UglyLogStubs.cc                       | 191 ---------------------
 src/records/Makefile.am                            |   2 -
 src/traffic_crashlog/Makefile.inc                  |   1 -
 src/traffic_layout/Makefile.inc                    |   1 -
 src/traffic_logcat/Makefile.inc                    |   2 +-
 src/traffic_logcat/logcat.cc                       |   3 +
 src/traffic_logstats/Makefile.inc                  |   2 +-
 src/traffic_logstats/logstats.cc                   |   3 +
 src/traffic_server/Makefile.inc                    |   8 +-
 41 files changed, 67 insertions(+), 250 deletions(-)
 copy iocore/net/quic/QUICApplication.cc => include/tscore/UDP_stubs.h (73%)
 delete mode 100644 proxy/shared/UglyLogStubs.cc