You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/05/16 00:32:50 UTC

[trafficserver] branch quic-latest updated (0c80e6b -> 4cf8850)

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

maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 0c80e6b  Performance: Optimize QUICFrameGenerator::_is_level_matched()
     add 9f0016e  Document proxy.config.ssl.server.honor_cipher_order
     add fac6099  clang-analyzer: fix bogus use after free with Ptr in LogFieldInt constructor.
     add 697cf5b  clang-analyzer: Fix uninitialized variable in make_to_lower_case.
     add fcebeae  gcc9: sprintf and strncat fixes in plugins
     add 3fb2bcd  Added Docker support for Fedora 29 and Fedora 30
     add ba2f3e1  Corret the clear range when cache restart
     add 432d38e  Fixes some cache-tests build issues
     add 11135e2  Fixed clang-analyzer issue with calling schedule_imm with the continuation possibly being a nullptr
     add f23460e  Updates the Docker image with latest dependencies
     add 6f01d77  grab lock before invoke
     add a6e5503  This is already documented in the proper traffic_ctl page
     add 2cc34f8  AcidPtr: Tweaks tests to be a bit more robust.
     add 554c828  clang analzyer - fix false positive in Vol::handle_recover_from_data.
     add 4cf8850  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 ci/docker/Makefile                          | 10 +++++-
 ci/docker/yum/Dockerfile                    |  6 ++--
 ci/jenkins/bin/cache-tests.sh               | 32 +++++++++++++----
 doc/admin-guide/files/records.config.en.rst |  5 +++
 doc/admin-guide/monitoring/alarms.en.rst    | 24 -------------
 example/thread_pool/psi.c                   |  4 +--
 iocore/cache/Cache.cc                       |  7 ++--
 iocore/net/SSLCertLookup.cc                 | 38 +++++++++++---------
 plugins/s3_auth/s3_auth.cc                  |  4 +--
 proxy/http2/Http2Stream.cc                  |  8 ++---
 proxy/logging/LogFilter.cc                  |  5 ++-
 src/traffic_server/traffic_server.cc        |  1 +
 src/tscore/unit_tests/test_AcidPtr.cc       | 54 ++++++++++++++++++++++-------
 13 files changed, 122 insertions(+), 76 deletions(-)