You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/01/09 17:37:02 UTC

[trafficserver] branch 8.1.x updated (f859127 -> 2a08906)

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

bcall pushed a change to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from f859127  Bumped the version to 8.1.0
     add f601b0f  Updated version number in the .spec file, for next 8.0.x rel
     add a24582b  Doc: Fix doc build to work with Sphinx 1.8.
     add 30d930e  Doc: Repair various format errors. Tweak traffic-server.py support for Python 3.
     add 6ac3b2a  Revert "Two more places to check whether attempting half_closed connection logic is feasible."
     add fb0019b  make sure the index stays positive
     add ad6fa96  Bumped version to 8.0.2, and updated STATUS
     add 9a5b3c0  sslheaders experimental plugin:  fix doc typo, improve container use.
     add ea34099  Make sslheaders plugin better conform to documentation.
     add 9091749  Added null value init for VConn user_args.
     add 6d135e1  Updated Changelog
     add 2410ae9  Updated Changelog
     add e8ee826  Fixed clang 5.0.0 issue with brace initialization
     new 2a08906  Merge branch '8.0.x' into 8.1.x

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:
 CHANGELOG-8.0.2                                    | 11 +++
 STATUS                                             |  8 +-
 doc/Makefile.am                                    |  2 +-
 doc/admin-guide/plugins/sslheaders.en.rst          |  2 +-
 doc/ext/local-config.py.in                         | 13 +++-
 doc/{ => ext}/plantuml_fetch.sh                    |  0
 doc/ext/traffic-server.py                          | 12 ++-
 doc/uml/Makefile.am                                |  2 +-
 iocore/eventsystem/I_VConnection.h                 |  2 +-
 iocore/eventsystem/P_UnixEventProcessor.h          |  7 +-
 plugins/experimental/sslheaders/expand.cc          |  2 +-
 plugins/experimental/sslheaders/sslheaders.cc      | 82 ++++++++++++++-----
 plugins/experimental/sslheaders/sslheaders.h       |  8 +-
 proxy/ProxyClientSession.cc                        |  3 +-
 proxy/http/HttpSM.cc                               |  7 +-
 .../observer.py}                                   | 11 ++-
 .../pluginTest/sslheaders/ssl/server.key           | 28 +++++++
 .../pluginTest/sslheaders/ssl/server.pem           | 21 +++++
 .../pluginTest/sslheaders/sslheaders.gold          |  1 +
 .../pluginTest/sslheaders/sslheaders.test.py       | 91 ++++++++++++++++++++++
 20 files changed, 270 insertions(+), 43 deletions(-)
 create mode 100644 CHANGELOG-8.0.2
 rename doc/{ => ext}/plantuml_fetch.sh (100%)
 copy tests/gold_tests/pluginTest/{compress/compress_observer.py => sslheaders/observer.py} (78%)
 mode change 100755 => 100644
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/ssl/server.key
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/ssl/server.pem
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/sslheaders.gold
 create mode 100644 tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py


[trafficserver] 01/01: Merge branch '8.0.x' into 8.1.x

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

bcall pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 2a089062773fa6b7db985a18f841e5c1a8d85a44
Merge: f859127 e8ee826
Author: Bryan Call <bc...@apache.org>
AuthorDate: Wed Jan 9 09:36:43 2019 -0800

    Merge branch '8.0.x' into 8.1.x
    
     Conflicts:
    	configure.ac
    	tools/package/trafficserver.spec

 CHANGELOG-8.0.2                                    | 11 +++
 STATUS                                             |  8 +-
 doc/Makefile.am                                    |  2 +-
 doc/admin-guide/plugins/sslheaders.en.rst          |  2 +-
 doc/ext/local-config.py.in                         | 13 +++-
 doc/{ => ext}/plantuml_fetch.sh                    |  0
 doc/ext/traffic-server.py                          | 12 ++-
 doc/uml/Makefile.am                                |  2 +-
 iocore/eventsystem/I_VConnection.h                 |  2 +-
 iocore/eventsystem/P_UnixEventProcessor.h          |  7 +-
 plugins/experimental/sslheaders/expand.cc          |  2 +-
 plugins/experimental/sslheaders/sslheaders.cc      | 82 ++++++++++++++-----
 plugins/experimental/sslheaders/sslheaders.h       |  8 +-
 proxy/ProxyClientSession.cc                        |  3 +-
 proxy/http/HttpSM.cc                               |  7 +-
 tests/gold_tests/pluginTest/sslheaders/observer.py | 31 ++++++++
 .../pluginTest/sslheaders/ssl/server.key           | 28 +++++++
 .../pluginTest/sslheaders/ssl/server.pem           | 21 +++++
 .../pluginTest/sslheaders/sslheaders.gold          |  1 +
 .../pluginTest/sslheaders/sslheaders.test.py       | 91 ++++++++++++++++++++++
 20 files changed, 293 insertions(+), 40 deletions(-)