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 43bb698  Updated ChangeLog
     new 988ab10  Collapses LogAccess and LogAccessHttp into LogAccess
     new d8e2a40  logstats conditionally disable format check
     new 121ee0c  Fix Http/2 priority crashes.
     new cd49846  Removes reference to non-existent ssl_multicert option 
'exit_on_load_error'
     new fe3c69e  In conf_remap plugin, print name of non-existent or 
non-overriddable configuration variable in a file to error log.

The 5 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:
 CMakeLists.txt                                     |    2 -
 doc/admin-guide/files/ssl_multicert.config.en.rst  |   11 -
 .../command-line/traffic_logstats.en.rst           |   46 +
 plugins/conf_remap/conf_remap.cc                   |    3 +-
 proxy/ProxyClientSession.cc                        |   18 -
 proxy/ProxyClientSession.h                         |   18 +-
 proxy/http/HttpBodyFactory.cc                      |    7 +-
 proxy/http/HttpSM.cc                               |    6 +-
 proxy/http2/Http2DependencyTree.h                  |   29 +-
 proxy/http2/test_Http2DependencyTree.cc            |   96 +
 proxy/logging/Log.cc                               |    7 -
 proxy/logging/Log.h                                |    4 +-
 proxy/logging/LogAccess.cc                         | 3138 ++++++++++++++------
 proxy/logging/LogAccess.h                          |  301 +-
 proxy/logging/LogAccessHttp.cc                     | 1801 -----------
 proxy/logging/LogAccessHttp.h                      |  222 --
 proxy/logging/LogAccessTest.h                      |    5 +-
 proxy/logging/Makefile.am                          |    2 -
 src/traffic_logcat/Makefile.inc                    |    1 +
 src/traffic_logstats/Makefile.inc                  |    1 +
 src/traffic_logstats/logstats.cc                   |   23 +-
 21 files changed, 2532 insertions(+), 3209 deletions(-)
 delete mode 100644 proxy/logging/LogAccessHttp.cc
 delete mode 100644 proxy/logging/LogAccessHttp.h

Reply via email to