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 2017/10/24 16:46:55 UTC

[trafficserver] branch quic-latest updated (91294bf -> 4449401)

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

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


    from 91294bf  Merge branch 'master' into quic-latest
     add 0cfa80e  add string_view hash operator
     add 3ad5bf5  cachekey: ability to base the key on pristine URI.
     add 28d80e5  TS-5088: Fix missing initial buffer from server, when combined with 101 response
     add 3ab9742  event loop metrics collection
     new 4449401  Merge branch 'master' into quic-latest

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:
 cmd/traffic_manager/Makefile.am                    |   2 +-
 .../monitoring/statistics/core/misc.en.rst         |  34 +++++++
 doc/admin-guide/plugins/cachekey.en.rst            |   7 ++
 iocore/eventsystem/I_EThread.h                     |  78 ++++++++++++++-
 iocore/eventsystem/UnixEThread.cc                  | 105 ++++++++++++++++++++-
 iocore/eventsystem/UnixEventProcessor.cc           |  60 ++++++++++++
 lib/ts/string_view.h                               |  14 +++
 plugins/experimental/cachekey/configs.cc           |  28 ++++++
 plugins/experimental/cachekey/configs.h            |  24 ++++-
 plugins/experimental/cachekey/plugin.cc            |  26 ++++-
 proxy/http/HttpSM.cc                               |  13 ++-
 proxy/http/HttpSM.h                                |   2 +-
 12 files changed, 380 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: Merge branch 'master' into quic-latest

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

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

commit 4449401f5938bddb0f7a74a64189d324a1c7b83b
Merge: 91294bf 3ab9742
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Oct 24 09:46:41 2017 -0700

    Merge branch 'master' into quic-latest
    
    * master:
      event loop metrics collection
      TS-5088: Fix missing initial buffer from server, when combined with 101 response
      cachekey: ability to base the key on pristine URI.
      add string_view hash operator

 cmd/traffic_manager/Makefile.am                    |   2 +-
 .../monitoring/statistics/core/misc.en.rst         |  34 +++++++
 doc/admin-guide/plugins/cachekey.en.rst            |   7 ++
 iocore/eventsystem/I_EThread.h                     |  78 ++++++++++++++-
 iocore/eventsystem/UnixEThread.cc                  | 105 ++++++++++++++++++++-
 iocore/eventsystem/UnixEventProcessor.cc           |  60 ++++++++++++
 lib/ts/string_view.h                               |  14 +++
 plugins/experimental/cachekey/configs.cc           |  28 ++++++
 plugins/experimental/cachekey/configs.h            |  24 ++++-
 plugins/experimental/cachekey/plugin.cc            |  26 ++++-
 proxy/http/HttpSM.cc                               |  13 ++-
 proxy/http/HttpSM.h                                |   2 +-
 12 files changed, 380 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.