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 2019/02/11 20:26:44 UTC

[trafficserver] branch 8.0.x updated (467959f -> 3f6847e)

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 467959f  Eliminates expensive librecords and malloc on drain
     new 5f3f56e  Eliminates frequent librecords lookup
     new 421de25  Changes the string_view::length to ::size
     new 3f6847e  Add the TLSv1_3 setting to disable TLSv1_3

The 11161 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:
 doc/admin-guide/files/records.config.en.rst  |  8 +++++++
 iocore/net/I_Net.h                           |  3 +++
 iocore/net/Net.cc                            | 18 ++++++++++++++
 iocore/net/P_UnixNetVConnection.h            | 35 ----------------------------
 iocore/net/SSLConfig.cc                      | 11 +++++++++
 iocore/net/UnixNetVConnection.cc             | 30 ++++++++++++++++++++++++
 mgmt/RecordsConfig.cc                        |  8 +++++--
 tests/gold_tests/tls_hooks/tls_hooks.test.py |  4 +++-
 8 files changed, 79 insertions(+), 38 deletions(-)