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

cmcfarlen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 678d786c86 [compress] Add an option to do not compress partial object 
(#12121)
     add 63d0bf5a63 Cleanup: Use std::unique_ptr where easily applicable 
(#12238)

No new revisions were added by this update.

Summary of changes:
 include/iocore/net/quic/MTHashTable.h              |   7 +-
 include/iocore/net/quic/QUICApplicationMap.h       |  15 +-
 include/mgmt/config/FileManager.h                  |   2 +-
 include/proxy/ControlBase.h                        |   2 +-
 include/proxy/ControlMatcher.h                     |  22 +-
 include/proxy/ParentConsistentHash.h               |  12 +-
 include/proxy/http/HttpBodyFactory.h               |   4 +-
 include/proxy/http2/Http2DependencyTree.h          |  63 ++-
 include/proxy/logging/LogFile.h                    |  14 +-
 include/proxy/logging/LogObject.h                  |   6 +-
 include/proxy/shared/DiagsConfig.h                 |   6 +-
 include/tscore/BaseLogFile.h                       |  14 +-
 include/tscore/ConsistentHash.h                    |   3 +-
 include/tscpp/api/AsyncHttpFetch.h                 |   2 +-
 include/tscpp/api/ClientRequest.h                  |   2 +-
 include/tscpp/api/GlobalPlugin.h                   |   2 +-
 include/tscpp/api/GzipDeflateTransformation.h      |   2 +-
 include/tscpp/api/GzipInflateTransformation.h      |   2 +-
 include/tscpp/api/Headers.h                        |   7 +-
 include/tscpp/api/Logger.h                         |   2 +-
 include/tscpp/api/Request.h                        |   6 +-
 include/tscpp/api/Response.h                       |   6 +-
 include/tscpp/api/Transaction.h                    |   6 +-
 include/tscpp/api/TransactionPlugin.h              |   2 +-
 include/tscpp/api/TransformationPlugin.h           |   6 +-
 include/tscpp/api/Url.h                            |   7 +-
 include/tsutil/Metrics.h                           |  12 +-
 plugins/cachekey/common.h                          |   1 +
 plugins/cachekey/configs.cc                        |  26 +-
 plugins/cachekey/pattern.cc                        |  28 +-
 plugins/cachekey/pattern.h                         |  10 +-
 plugins/cachekey/plugin.cc                         |   9 +-
 .../experimental/access_control/access_control.h   |   5 +-
 plugins/experimental/access_control/config.cc      |  20 +-
 plugins/experimental/access_control/config.h       |   4 +-
 plugins/experimental/access_control/pattern.cc     |  32 +-
 plugins/experimental/access_control/pattern.h      |  10 +-
 plugins/experimental/access_control/plugin.cc      |  10 +-
 plugins/experimental/cookie_remap/cookie_remap.cc  |  27 +-
 plugins/experimental/inliner/cache.h               |  13 +-
 plugins/experimental/inliner/fetcher.h             |  29 +-
 plugins/experimental/inliner/ts.cc                 |   8 +-
 plugins/experimental/inliner/ts.h                  |   8 +-
 plugins/experimental/magick/magick.cc              |  17 +-
 plugins/experimental/mp4/mp4.cc                    |   4 +-
 plugins/experimental/mp4/mp4_common.h              |  11 +-
 plugins/experimental/mp4/mp4_meta.cc               |  42 +-
 plugins/experimental/mp4/mp4_meta.h                |  10 +-
 plugins/experimental/rate_limit/ip_reputation.cc   |  40 +-
 plugins/experimental/rate_limit/ip_reputation.h    |  17 +-
 plugins/experimental/rate_limit/sni_selector.cc    |  29 +-
 plugins/experimental/rate_limit/sni_selector.h     |  88 ++--
 plugins/header_rewrite/condition.h                 |  17 +-
 plugins/header_rewrite/conditions.cc               | 148 +++---
 plugins/header_rewrite/value.cc                    |   5 +-
 plugins/header_rewrite/value.h                     |  11 +-
 plugins/multiplexer/dispatch.cc                    |   2 +-
 plugins/multiplexer/fetcher.h                      |  49 +-
 plugins/multiplexer/ts.cc                          |   4 +-
 plugins/multiplexer/ts.h                           |   4 +-
 plugins/prefetch/configs.cc                        |   5 +-
 plugins/prefetch/pattern.cc                        |  15 +-
 plugins/prefetch/pattern.h                         |   6 +-
 src/iocore/aio/test_AIO.cc                         |   5 +-
 src/iocore/cache/Cache.cc                          |  32 +-
 src/iocore/cache/CacheDisk.cc                      |   4 +-
 src/iocore/cache/CacheHosting.cc                   |  12 +-
 src/iocore/cache/CacheProcessor.cc                 |  55 +--
 src/iocore/cache/CacheTest.cc                      |  29 +-
 src/iocore/cache/P_CacheDisk.h                     |  36 +-
 src/iocore/cache/P_CacheHosting.h                  |  22 +-
 src/iocore/cache/unit_tests/test_CacheVol.cc       |  14 +-
 src/iocore/dns/P_SplitDNSProcessor.h               |   3 +-
 src/iocore/dns/SplitDNS.cc                         |  11 +-
 src/iocore/eventsystem/RecProcess.cc               |  12 +-
 src/iocore/hostdb/P_RefCountCache.h                |  14 +-
 src/iocore/hostdb/benchmark_HostDB.cc              |  13 +-
 src/iocore/hostdb/test_RefCountCache.cc            |  24 +-
 src/iocore/net/P_QUICNetVConnection.h              |   4 +-
 src/iocore/net/P_QUICPacketHandler.h               |   6 +-
 src/iocore/net/P_SSLCertLookup.h                   |   4 +-
 src/iocore/net/QUICNetVConnection.cc               |  12 +-
 src/iocore/net/QUICPacketHandler.cc                |   9 +-
 src/iocore/net/SSLCertLookup.cc                    |  11 +-
 src/iocore/net/quic/QUICApplicationMap.cc          |   6 +-
 src/mgmt/config/FileManager.cc                     |  23 +-
 src/proxy/ControlBase.cc                           | 135 +++---
 src/proxy/ControlMatcher.cc                        |  26 +-
 src/proxy/ParentConsistentHash.cc                  |  10 +-
 src/proxy/hdrs/unit_tests/test_Hdrs.cc             |  42 +-
 src/proxy/http/HttpBodyFactory.cc                  |  29 +-
 .../http/remap/unit-tests/test_PluginFactory.cc    | 141 +++---
 .../http2/unit_tests/test_Http2DependencyTree.cc   | 126 ++----
 src/proxy/http3/test/test_QPACK.cc                 |  15 +-
 src/proxy/logging/LogBuffer.cc                     |   2 +-
 src/proxy/logging/LogFile.cc                       |   3 +-
 src/proxy/logging/LogObject.cc                     |   7 +-
 src/proxy/shared/DiagsConfig.cc                    |  13 +-
 src/traffic_cache_tool/CacheScan.h                 |   8 +-
 src/traffic_cache_tool/CacheTool.cc                |  39 +-
 src/traffic_top/stats.h                            |  42 +-
 src/tscore/BaseLogFile.cc                          |  11 +-
 src/tscore/ConsistentHash.cc                       |  13 +-
 src/tscore/unit_tests/test_PriorityQueue.cc        | 502 ++++++++-------------
 src/tscore/unit_tests/test_arena.cc                |  19 +-
 src/tscpp/api/AsyncHttpFetch.cc                    |   7 +-
 src/tscpp/api/ClientRequest.cc                     |   4 +-
 src/tscpp/api/GlobalPlugin.cc                      |   5 +-
 src/tscpp/api/GzipDeflateTransformation.cc         |   7 +-
 src/tscpp/api/GzipInflateTransformation.cc         |   7 +-
 src/tscpp/api/Headers.cc                           |  46 +-
 src/tscpp/api/Logger.cc                            |   4 +-
 src/tscpp/api/Request.cc                           |   7 +-
 src/tscpp/api/Response.cc                          |   7 +-
 src/tscpp/api/Transaction.cc                       |   3 +-
 src/tscpp/api/TransactionPlugin.cc                 |   3 +-
 src/tscpp/api/TransformationPlugin.cc              |  13 +-
 src/tscpp/api/Url.cc                               |   9 +-
 src/tscpp/api/utils_internal.h                     |   2 +-
 src/tsutil/Metrics.cc                              |  18 +-
 tools/benchmark/benchmark_ProxyAllocator.cc        |   4 +-
 121 files changed, 1138 insertions(+), 1550 deletions(-)

Reply via email to