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

sorber pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  5e53b94   TS-4356 Deprecate cacheurl plugin
       new  0c9115d   TS-4418: Change .clang-format to allow 
ConstructorInitializerAllOnOneLineOrOnePerLine
       new  c32379b   TS-4418: Update code with new .clang-format config change

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .clang-format                                      |   2 +-
 cmd/traffic_manager/StatType.cc                    |  36 +++-
 iocore/cache/CachePages.cc                         |  11 +-
 iocore/cache/CacheTest.cc                          |  18 +-
 iocore/cache/I_Cache.h                             |   4 +-
 iocore/cache/I_Store.h                             |   9 +-
 iocore/cache/P_CacheDisk.h                         |  18 +-
 iocore/cache/P_CacheHosting.h                      |   8 +-
 iocore/cache/P_CacheInternal.h                     |  10 +-
 iocore/cache/P_CacheVol.h                          |  28 ++-
 iocore/cache/RamCacheCLFUS.cc                      |  14 +-
 iocore/cluster/ClusterConfig.cc                    |   9 +-
 iocore/cluster/ClusterHandler.cc                   |  82 ++++++--
 iocore/cluster/ClusterHandlerBase.cc               |  26 ++-
 iocore/cluster/ClusterLoadMonitor.cc               |  10 +-
 iocore/cluster/ClusterMachine.cc                   |  13 +-
 iocore/cluster/ClusterVConnection.cc               |  32 +++-
 iocore/cluster/P_ClusterCacheInternal.h            |  71 ++++++-
 iocore/cluster/P_ClusterHandler.h                  |  17 +-
 iocore/dns/DNS.cc                                  |  11 +-
 iocore/dns/P_DNSProcessor.h                        |  32 +++-
 iocore/eventsystem/I_IOBuffer.h                    |   7 +-
 iocore/eventsystem/P_IOBuffer.h                    |   4 +-
 iocore/eventsystem/P_UnixEvent.h                   |  10 +-
 iocore/eventsystem/UnixEThread.cc                  |  31 ++-
 iocore/hostdb/MultiCache.cc                        |  13 +-
 iocore/hostdb/P_HostDBProcessor.h                  |  15 +-
 iocore/net/I_NetVConnection.h                      |  10 +-
 iocore/net/NetVCTest.cc                            |  33 +++-
 iocore/net/P_Socks.h                               |  21 ++-
 iocore/net/SSLNetVConnection.cc                    |  25 ++-
 iocore/net/UnixNetAccept.cc                        |  13 +-
 iocore/net/UnixNetVConnection.cc                   |  22 ++-
 iocore/net/UnixUDPNet.cc                           |  24 ++-
 iocore/utils/OneWayTunnel.cc                       |  28 ++-
 lib/atscppapi/src/AsyncHttpFetch.cc                |  10 +-
 lib/atscppapi/src/AsyncTimer.cc                    |   8 +-
 lib/atscppapi/src/InterceptPlugin.cc               |  13 +-
 lib/atscppapi/src/Logger.cc                        |   9 +-
 lib/atscppapi/src/Request.cc                       |   6 +-
 lib/atscppapi/src/Transaction.cc                   |  17 +-
 lib/atscppapi/src/TransformationPlugin.cc          |  12 +-
 lib/records/RecHttp.cc                             |   9 +-
 lib/ts/BaseLogFile.cc                              |  14 +-
 lib/ts/Diags.cc                                    |   7 +-
 lib/ts/ink_cap.cc                                  |   4 +-
 mgmt/Rollback.cc                                   |   9 +-
 .../experimental/ats_pagespeed/ats_base_fetch.cc   |  18 +-
 .../ats_pagespeed/ats_beacon_intercept.cc          |  12 +-
 .../ats_pagespeed/ats_resource_intercept.h         |  10 +-
 .../ats_pagespeed/ats_rewrite_driver_factory.cc    |   3 +-
 .../ats_pagespeed/ats_rewrite_options.h            |   5 +-
 .../ats_pagespeed/ats_server_context.cc            |   3 +-
 plugins/experimental/authproxy/authproxy.cc        |  11 +-
 .../background_fetch/background_fetch.cc           |  13 +-
 plugins/experimental/esi/combo_handler.cc          |  13 +-
 plugins/experimental/esi/esi.cc                    |  27 ++-
 plugins/experimental/esi/lib/EsiProcessor.cc       |  18 +-
 plugins/experimental/esi/lib/Variables.h           |   5 +-
 plugins/experimental/esi/serverIntercept.cc        |  12 +-
 plugins/experimental/hipes/hipes.cc                |  16 +-
 plugins/experimental/inliner/cache-handler.h       |   9 +-
 plugins/experimental/inliner/fetcher.h             |   9 +-
 plugins/experimental/inliner/ts.cc                 |  12 +-
 plugins/experimental/mp4/mp4_meta.h                |  40 +++-
 plugins/experimental/multiplexer/fetcher.h         |   9 +-
 plugins/header_rewrite/resources.h                 |  24 ++-
 plugins/header_rewrite/ruleset.h                   |   7 +-
 plugins/regex_remap/regex_remap.cc                 |  36 +++-
 proxy/CacheControl.h                               |  17 +-
 proxy/ControlMatcher.cc                            |   8 +-
 proxy/ICP.cc                                       |  47 ++++-
 proxy/ICP.h                                        |  19 +-
 proxy/IPAllow.h                                    |   4 +-
 proxy/InkAPI.cc                                    |  18 +-
 proxy/Main.cc                                      |  15 +-
 proxy/ParentSelection.h                            |  16 +-
 proxy/PluginVC.cc                                  |  25 ++-
 proxy/PluginVC.h                                   |  13 +-
 proxy/Prefetch.h                                   |  32 +++-
 proxy/RegressionSM.h                               |  13 +-
 proxy/SocksProxy.cc                                |  10 +-
 proxy/TestProxy.cc                                 |  14 +-
 proxy/Transform.cc                                 |  25 ++-
 proxy/congest/Congestion.cc                        |  11 +-
 proxy/congest/Congestion.h                         |  34 +++-
 proxy/congest/CongestionTest.cc                    |   9 +-
 proxy/hdrs/HTTP.cc                                 |  14 +-
 proxy/hdrs/HdrUtils.h                              |  12 +-
 proxy/http/Http1ClientSession.cc                   |  17 +-
 proxy/http/HttpCacheSM.cc                          |  24 ++-
 proxy/http/HttpConfig.h                            | 201 +++++++++++++++-----
 proxy/http/HttpSM.cc                               |  75 ++++++--
 proxy/http/HttpServerSession.h                     |  20 +-
 proxy/http/HttpTransact.h                          | 209 ++++++++++++++++-----
 proxy/http/HttpTransactCache.h                     |  12 +-
 proxy/http/HttpTunnel.cc                           |  70 ++++++-
 proxy/http/HttpTunnel.h                            |   5 +-
 proxy/http/HttpUpdateTester.cc                     |   6 +-
 proxy/http/remap/RemapPluginInfo.cc                |  12 +-
 proxy/http/remap/UrlMapping.cc                     |  19 +-
 proxy/http/remap/UrlRewrite.cc                     |  12 +-
 proxy/http2/Http2ClientSession.cc                  |   8 +-
 proxy/http2/Http2ConnectionState.h                 |  10 +-
 proxy/http2/Http2Stream.h                          |  26 ++-
 proxy/logging/LogAccessHttp.cc                     |  28 ++-
 proxy/logging/LogBuffer.cc                         |  12 +-
 proxy/logging/LogCollationClientSM.cc              |  21 ++-
 proxy/logging/LogCollationHostSM.cc                |  16 +-
 proxy/logging/LogConfig.cc                         |  16 +-
 proxy/logging/LogField.cc                          |  70 +++++--
 proxy/logging/LogFile.cc                           |  13 +-
 proxy/logging/LogFormat.cc                         |  42 ++++-
 proxy/logging/LogHost.cc                           |  22 ++-
 proxy/logging/LogObject.cc                         |  24 ++-
 proxy/logstats.cc                                  |  14 +-
 proxy/shared/UglyLogStubs.cc                       |  18 +-
 proxy/spdy/SpdyClientSession.h                     |  39 +++-
 118 files changed, 2105 insertions(+), 459 deletions(-)

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

Reply via email to