You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/01/27 12:54:54 UTC

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

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

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

commit 7a1dc73d3c4e9718c9286a96b41fa509e3b4af87
Merge: 9d47df2 c93790a
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Sat Jan 27 21:51:22 2018 +0900

    Merge branch 'master' into quic-latest

 configure.ac                                      |  28 ++-
 doc/admin-guide/files/logging.config.en.rst       |  14 +-
 iocore/cache/Cache.cc                             |   2 +-
 iocore/cache/CacheTest.cc                         |  48 ++--
 iocore/cache/I_CacheDefs.h                        |  12 +-
 iocore/cache/P_CacheInternal.h                    |  14 +-
 iocore/cache/P_CacheVol.h                         |  20 +-
 iocore/cache/P_RamCache.h                         |   9 +-
 iocore/cache/RamCacheCLFUS.cc                     |  17 +-
 iocore/cache/RamCacheLRU.cc                       |  15 +-
 iocore/dns/DNS.cc                                 |   2 +-
 iocore/eventsystem/I_Continuation.h               |   1 +
 iocore/hostdb/HostDB.cc                           | 280 +++++++++++-----------
 iocore/hostdb/I_HostDB.h                          |   3 +-
 iocore/hostdb/I_HostDBProcessor.h                 |   2 +-
 iocore/hostdb/P_HostDB.h                          |   4 +-
 iocore/hostdb/P_HostDBProcessor.h                 |  57 +++--
 lib/ts/{ink_code.cc => CryptoHash.cc}             | 117 ++++-----
 lib/ts/CryptoHash.h                               |  92 +++++--
 lib/ts/INK_MD5.h                                  |   5 +-
 lib/ts/MMH.h                                      |   2 +-
 lib/ts/Makefile.am                                |   2 +
 lib/ts/{INK_MD5.h => SHA256.h}                    |  26 +-
 lib/ts/TextView.h                                 | 175 ++++++++++++--
 lib/ts/ink_code.cc                                |  39 +--
 lib/ts/ink_code.h                                 |   4 +-
 lib/ts/ink_config.h.in                            |   1 +
 lib/ts/ink_inet.cc                                |  41 ++--
 lib/ts/unit-tests/test_TextView.cc                |  37 ++-
 plugins/experimental/memcache/tsmemcache.cc       |   6 +-
 plugins/experimental/memcache/tsmemcache.h        |   2 +-
 plugins/experimental/multiplexer/chunk-decoder.cc |   6 +-
 plugins/experimental/multiplexer/chunk-decoder.h  |  35 +--
 proxy/InkAPI.cc                                   |  14 +-
 proxy/InkAPIInternal.h                            |   2 +-
 proxy/Main.cc                                     |   2 +
 proxy/hdrs/HTTP.h                                 |  46 ++--
 proxy/hdrs/URL.cc                                 |  51 ++--
 proxy/hdrs/URL.h                                  |  58 +----
 proxy/http/HttpConnectionCount.h                  |  27 +--
 proxy/http/HttpSM.cc                              |  14 +-
 proxy/http/HttpServerSession.h                    |   4 +-
 proxy/http/HttpSessionManager.cc                  |  10 +-
 proxy/http/HttpSessionManager.h                   |   6 +-
 proxy/http/HttpTransact.cc                        |   3 +-
 proxy/logging/LogFormat.cc                        |   5 +-
 proxy/logging/LogObject.cc                        |   3 +-
 tools/Makefile.am                                 |   2 +-
 tools/jtest/jtest.cc                              |  13 +
 49 files changed, 751 insertions(+), 627 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.