You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/07/08 01:24:39 UTC

[trafficserver] branch 10-Dev updated (0272d2c20 -> b4f16e89e)

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

bneradt pushed a change to branch 10-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 0272d2c20 Fix the body_buffer AuTest for 10-Dev (#8940)
     add c54fbc9a8 Make clang-format not modify ink_autoconf.h.in and ink_autoconf.h (#8935)
     add f2d0ae97d Fix clang-format installation with multiple threads (#8931)
     add b2cef8bdb Add nullptr check of HTTPInfo (#8937)
     add cc2979d36 Fix %<chi> with PROXY Protocol (#8893)
     add 33e34b947 Initialize TLSTunnelSupport on startup (#8932)
     add 01cfb7a25 Fix doc formatting for rate_limit plugin (#8943)
     add 56ee9deec Fix doc formatting for plugin remap_stats (#8942)
     add b75066adf Grants some karma to active contributors which are not committers (#8945)
     new b4f16e89e Merge the latest master branch into 10-Dev

The 1 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:
 .asf.yaml                                          |  7 ++++
 Makefile.am                                        | 28 ++++++++++++---
 doc/admin-guide/logging/formatting.en.rst          |  3 +-
 doc/admin-guide/plugins/rate_limit.en.rst          |  6 ++++
 doc/admin-guide/plugins/remap_stats.en.rst         | 18 ++++++----
 iocore/net/P_NetVConnection.h                      |  6 +---
 iocore/net/SSLNetVConnection.cc                    |  4 +--
 iocore/net/SSLUtils.cc                             |  1 +
 proxy/ProtocolProbeSessionAccept.cc                |  3 +-
 proxy/http/HttpSM.cc                               |  2 +-
 proxy/http/HttpTransactHeaders.cc                  | 15 ++++++--
 tests/gold_tests/proxy_protocol/gold/access.gold   |  3 ++
 .../proxy_protocol/gold/test_case_0_stdout.gold    |  2 +-
 .../proxy_protocol/gold/test_case_1_stdout.gold    |  2 +-
 .../proxy_protocol/gold/test_case_2_stdout.gold    | 14 ++++++++
 .../proxy_protocol/proxy_protocol.test.py          | 42 +++++++++++++++++++++-
 tools/clang-format.sh                              | 21 +++++++++--
 17 files changed, 147 insertions(+), 30 deletions(-)
 create mode 100644 tests/gold_tests/proxy_protocol/gold/access.gold
 create mode 100644 tests/gold_tests/proxy_protocol/gold/test_case_2_stdout.gold


[trafficserver] 01/01: Merge the latest master branch into 10-Dev

Posted by bn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch 10-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit b4f16e89eb87ef5885eb5093ac0f6b28b5b219e2
Merge: 0272d2c20 b75066adf
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Fri Jul 8 01:19:07 2022 +0000

    Merge the latest master branch into 10-Dev
    
    This merge had no conflicts.

 .asf.yaml                                          |  7 ++++
 Makefile.am                                        | 28 ++++++++++++---
 doc/admin-guide/logging/formatting.en.rst          |  3 +-
 doc/admin-guide/plugins/rate_limit.en.rst          |  6 ++++
 doc/admin-guide/plugins/remap_stats.en.rst         | 18 ++++++----
 iocore/net/P_NetVConnection.h                      |  6 +---
 iocore/net/SSLNetVConnection.cc                    |  4 +--
 iocore/net/SSLUtils.cc                             |  1 +
 proxy/ProtocolProbeSessionAccept.cc                |  3 +-
 proxy/http/HttpSM.cc                               |  2 +-
 proxy/http/HttpTransactHeaders.cc                  | 15 ++++++--
 tests/gold_tests/proxy_protocol/gold/access.gold   |  3 ++
 .../proxy_protocol/gold/test_case_0_stdout.gold    |  2 +-
 .../proxy_protocol/gold/test_case_1_stdout.gold    |  2 +-
 .../proxy_protocol/gold/test_case_2_stdout.gold    | 14 ++++++++
 .../proxy_protocol/proxy_protocol.test.py          | 42 +++++++++++++++++++++-
 tools/clang-format.sh                              | 21 +++++++++--
 17 files changed, 147 insertions(+), 30 deletions(-)