This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.
from afb415a Comment out the invocation for Solaris for the CI
new f2e3fbb TS-4164 Update to new clang-format version
new a5cddca TS-4164 Update indentation with latest tools
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 | 85 ++++--
cmd/traffic_cop/traffic_cop.cc | 11 -
cmd/traffic_ctl/traffic_ctl.h | 4 -
cmd/traffic_layout/traffic_layout.cc | 2 -
cmd/traffic_manager/AddConfigFilesHere.cc | 1 -
cmd/traffic_manager/StatProcessor.cc | 11 -
cmd/traffic_manager/StatProcessor.h | 1 -
cmd/traffic_manager/StatType.cc | 36 ---
cmd/traffic_manager/StatType.h | 2 -
cmd/traffic_manager/StatXML.cc | 1 -
cmd/traffic_manager/StatXML.h | 1 -
cmd/traffic_manager/WebOverview.cc | 4 +-
cmd/traffic_manager/metrics.cc | 2 -
cmd/traffic_manager/traffic_manager.cc | 1 -
cmd/traffic_top/stats.h | 6 -
cmd/traffic_top/traffic_top.cc | 2 -
cmd/traffic_via/traffic_via.cc | 2 -
example/add-header/add-header.c | 1 -
example/basic-auth/basic-auth.c | 3 -
example/blacklist-1/blacklist-1.c | 2 -
example/cache-scan/cache-scan.cc | 4 -
example/intercept/intercept.cc | 6 +-
example/protocol/Protocol.c | 2 -
example/protocol/Protocol.h | 1 -
example/protocol/TxnSM.c | 1 -
example/query-remap/query-remap.c | 4 -
example/redirect-1/redirect-1.c | 9 -
example/remap/remap.cc | 4 -
example/remap_header_add/remap_header_add.cc | 5 -
example/response-header-1/response-header-1.c | 5 -
example/session-1/session-1.c | 2 -
example/ssl-preaccept/ssl-preaccept.cc | 1 -
example/ssl-sni/ssl-sni.cc | 2 -
example/thread-1/thread-1.c | 1 -
example/thread-pool/psi.c | 16 --
example/thread-pool/test/SDKTest/psi_server.c | 2 -
example/thread-pool/thread.c | 2 -
example/thread-pool/thread.h | 4 -
example/version/version.c | 2 +-
iocore/aio/AIO.cc | 2 -
iocore/cache/Cache.cc | 19 --
iocore/cache/CacheDir.cc | 14 +-
iocore/cache/CacheDisk.cc | 2 -
iocore/cache/CacheHosting.cc | 4 -
iocore/cache/CacheHttp.cc | 5 -
iocore/cache/CachePages.cc | 7 -
iocore/cache/CachePagesInternal.cc | 10 -
iocore/cache/CacheRead.cc | 7 +-
iocore/cache/CacheTest.cc | 2 +-
iocore/cache/CacheVol.cc | 4 +-
iocore/cache/CacheWrite.cc | 2 -
iocore/cache/I_CacheDefs.h | 1 -
iocore/cache/I_Store.h | 12 +-
iocore/cache/P_CacheArray.h | 7 +-
iocore/cache/P_CacheBC.h | 2 -
iocore/cache/P_CacheDir.h | 1 -
iocore/cache/P_CacheDisk.h | 1 -
iocore/cache/P_CacheHosting.h | 2 -
iocore/cache/P_CacheHttp.h | 2 -
iocore/cache/P_CacheInternal.h | 5 -
iocore/cache/P_CacheVol.h | 6 -
iocore/cache/RamCacheCLFUS.cc | 3 +-
iocore/cache/Store.cc | 12 +-
iocore/cluster/ClusterAPI.cc | 1 -
iocore/cluster/ClusterCache.cc | 6 -
iocore/cluster/ClusterConfig.cc | 1 -
iocore/cluster/ClusterHandler.cc | 2 -
iocore/cluster/ClusterHandlerBase.cc | 1 -
iocore/cluster/ClusterHash.cc | 2 -
iocore/cluster/ClusterLib.cc | 1 -
iocore/cluster/ClusterLoadMonitor.cc | 1 -
iocore/cluster/ClusterProcessor.cc | 1 -
iocore/cluster/ClusterRPC.cc | 4 +-
iocore/cluster/ClusterVConnection.cc | 1 -
iocore/cluster/P_Cluster.h | 2 -
iocore/cluster/P_ClusterCache.h | 4 -
iocore/cluster/P_ClusterCacheInternal.h | 2 -
iocore/cluster/P_ClusterHandler.h | 3 -
iocore/cluster/P_ClusterInternal.h | 2 -
iocore/cluster/P_ClusterLoadMonitor.h | 1 -
iocore/cluster/P_ClusterMachine.h | 3 -
iocore/cluster/P_TimeTrace.h | 1 -
iocore/dns/DNS.cc | 12 +-
iocore/dns/DNSConnection.cc | 5 +-
iocore/dns/I_DNS.h | 1 -
iocore/dns/I_DNSProcessor.h | 3 -
iocore/dns/I_SplitDNSProcessor.h | 1 -
iocore/dns/P_DNSProcessor.h | 6 +-
iocore/dns/P_SplitDNS.h | 1 -
iocore/dns/P_SplitDNSProcessor.h | 14 -
iocore/dns/SRV.h | 5 +-
iocore/dns/SplitDNS.cc | 21 --
iocore/dns/test_P_DNS.cc | 1 -
iocore/eventsystem/IOBuffer.cc | 2 -
iocore/eventsystem/I_Action.h | 5 +-
iocore/eventsystem/I_EThread.h | 4 +-
iocore/eventsystem/I_Event.h | 1 -
iocore/eventsystem/I_EventProcessor.h | 2 -
iocore/eventsystem/I_IOBuffer.h | 28 +-
iocore/eventsystem/I_PriorityEventQueue.h | 1 -
iocore/eventsystem/I_Thread.h | 1 -
iocore/eventsystem/I_VIO.h | 1 -
iocore/eventsystem/P_IOBuffer.h | 3 -
iocore/eventsystem/P_ProtectedQueue.h | 1 -
iocore/eventsystem/P_UnixEventProcessor.h | 3 -
iocore/eventsystem/P_UnixSocketManager.h | 4 -
iocore/eventsystem/P_VConnection.h | 2 -
iocore/eventsystem/P_VIO.h | 1 -
iocore/eventsystem/Processor.cc | 1 -
iocore/eventsystem/ProtectedQueue.cc | 1 -
iocore/eventsystem/Tasks.cc | 1 -
iocore/eventsystem/UnixEThread.cc | 7 +-
iocore/eventsystem/UnixEventProcessor.cc | 1 -
iocore/hostdb/HostDB.cc | 52 ----
iocore/hostdb/I_HostDB.h | 1 -
iocore/hostdb/I_HostDBProcessor.h | 5 -
iocore/hostdb/MultiCache.cc | 4 -
iocore/hostdb/P_HostDB.h | 1 -
iocore/hostdb/P_HostDBProcessor.h | 9 +-
iocore/hostdb/P_MultiCache.h | 4 -
iocore/hostdb/include/Machine.h | 3 -
iocore/hostdb/test_I_HostDB.cc | 1 -
iocore/hostdb/test_P_HostDB.cc | 1 -
iocore/net/Connection.cc | 5 -
iocore/net/I_NetProcessor.h | 1 -
iocore/net/I_NetVConnection.h | 7 +-
iocore/net/I_SessionAccept.h | 2 -
iocore/net/I_Socks.h | 1 -
iocore/net/I_UDPPacket.h | 1 -
iocore/net/Net.cc | 2 -
iocore/net/NetTest-http-server.c | 9 -
iocore/net/NetVCTest.cc | 3 -
iocore/net/P_Connection.h | 1 -
iocore/net/P_InkBulkIO.h | 3 -
iocore/net/P_LibBulkIO.h | 1 -
iocore/net/P_NetAccept.h | 9 +-
iocore/net/P_NetVCTest.h | 3 -
iocore/net/P_NetVConnection.h | 1 -
iocore/net/P_SSLCertLookup.h | 1 -
iocore/net/P_SSLConfig.h | 1 -
iocore/net/P_SSLNetVConnection.h | 2 -
iocore/net/P_UDPConnection.h | 2 -
iocore/net/P_UDPNet.h | 5 -
iocore/net/P_UDPPacket.h | 1 -
iocore/net/P_UnixNet.h | 7 -
iocore/net/P_UnixNetProcessor.h | 1 -
iocore/net/P_UnixNetVConnection.h | 1 -
iocore/net/P_UnixPollDescriptor.h | 1 -
iocore/net/P_UnixUDPConnection.h | 1 -
iocore/net/SSLCertLookup.cc | 3 +-
iocore/net/SSLNetProcessor.cc | 1 -
iocore/net/SSLNetVConnection.cc | 9 +-
iocore/net/SSLSessionCache.h | 9 +-
iocore/net/SSLUtils.cc | 12 +-
iocore/net/UnixConnection.cc | 1 -
iocore/net/UnixNet.cc | 4 -
iocore/net/UnixNetAccept.cc | 9 -
iocore/net/UnixNetProcessor.cc | 4 -
iocore/net/UnixNetVConnection.cc | 6 -
iocore/net/UnixUDPNet.cc | 5 -
iocore/net/test_I_Net.cc | 3 -
iocore/net/test_P_Net.cc | 4 -
iocore/utils/I_Machine.h | 1 -
iocore/utils/OneWayTunnel.cc | 1 -
.../examples/async_http_fetch/AsyncHttpFetch.cc | 2 -
.../AsyncHttpFetchStreaming.cc | 1 -
lib/atscppapi/examples/async_timer/AsyncTimer.cc | 1 -
lib/atscppapi/examples/boom/boom.cc | 4 +-
.../examples/clientredirect/ClientRedirect.cc | 4 -
.../examples/clientrequest/ClientRequest.cc | 2 -
.../CustomErrorRemapPlugin.cc | 1 -
.../examples/customresponse/CustomResponse.cc | 3 -
.../examples/globalhook/GlobalHookPlugin.cc | 1 -
.../GzipTransformationPlugin.cc | 1 -
.../examples/helloworld/HelloWorldPlugin.cc | 1 -
.../InternalTransactionHandling.cc | 1 -
.../examples/logger_example/LoggerExample.cc | 1 -
.../MultipleTransactionHookPlugins.cc | 4 -
.../NullTransformationPlugin.cc | 1 -
lib/atscppapi/examples/post_buffer/PostBuffer.cc | 3 -
lib/atscppapi/examples/remap_plugin/RemapPlugin.cc | 2 -
lib/atscppapi/examples/stat_example/StatExample.cc | 1 -
.../timeout_example/TimeoutExamplePlugin.cc | 1 -
.../transactionhook/TransactionHookPlugin.cc | 1 -
.../src/CaseInsensitiveStringComparator.cc | 3 +-
lib/atscppapi/src/GzipDeflateTransformation.cc | 1 -
lib/atscppapi/src/GzipInflateTransformation.cc | 1 -
lib/atscppapi/src/Headers.cc | 51 ++--
lib/atscppapi/src/Logger.cc | 1 -
lib/atscppapi/src/Plugin.cc | 7 +-
lib/atscppapi/src/Transaction.cc | 8 +-
lib/atscppapi/src/include/atscppapi/Async.h | 14 +-
lib/atscppapi/src/include/atscppapi/GlobalPlugin.h | 1 -
.../include/atscppapi/GzipDeflateTransformation.h | 1 -
lib/atscppapi/src/include/atscppapi/Headers.h | 1 -
.../src/include/atscppapi/InterceptPlugin.h | 1 -
lib/atscppapi/src/include/atscppapi/Logger.h | 1 -
lib/atscppapi/src/include/atscppapi/Mutex.h | 8 -
lib/atscppapi/src/include/atscppapi/Plugin.h | 1 -
lib/atscppapi/src/include/atscppapi/PluginInit.h | 1 -
lib/atscppapi/src/include/atscppapi/Stat.h | 1 -
lib/atscppapi/src/include/atscppapi/Transaction.h | 3 -
.../src/include/atscppapi/TransactionPlugin.h | 1 -
.../src/include/atscppapi/TransformationPlugin.h | 1 -
lib/atscppapi/src/include/atscppapi/noncopyable.h | 2 -
lib/atscppapi/src/utils_internal.cc | 1 -
lib/raft/raft.h | 1 -
lib/raft/raft_impl.h | 15 +-
lib/raft/raft_test.cc | 16 +-
lib/records/I_RecCore.h | 2 -
lib/records/I_RecDefs.h | 6 -
lib/records/I_RecHttp.h | 7 +-
lib/records/I_RecProcess.h | 4 -
lib/records/P_RecCore.cc | 17 --
lib/records/P_RecUtils.h | 3 -
lib/records/RecCore.cc | 14 -
lib/records/RecDebug.cc | 3 -
lib/records/RecHttp.cc | 1 -
lib/records/RecLocal.cc | 3 -
lib/records/RecProcess.cc | 9 -
lib/records/RecRawStats.cc | 14 -
lib/records/RecUtils.cc | 3 -
lib/records/test_I_RecLocal.cc | 3 -
lib/ts/Allocator.h | 1 -
lib/ts/Arena.cc | 3 -
lib/ts/Arena.h | 6 -
lib/ts/BaseLogFile.cc | 2 -
lib/ts/BaseLogFile.h | 2 -
lib/ts/Bitops.cc | 1 -
lib/ts/CompileParseRules.cc | 1 -
lib/ts/ConsistentHash.cc | 3 +-
lib/ts/ContFlags.cc | 1 -
lib/ts/ContFlags.h | 3 +-
lib/ts/CryptoHash.h | 17 +-
lib/ts/Diags.cc | 10 +-
lib/ts/Diags.h | 9 +-
lib/ts/DynArray.h | 9 +-
lib/ts/Hash.cc | 9 +-
lib/ts/Hash.h | 12 +-
lib/ts/HashFNV.h | 1 -
lib/ts/HostLookup.cc | 5 -
lib/ts/HostLookup.h | 3 -
lib/ts/I_Version.h | 3 +-
lib/ts/IntrusiveDList.h | 13 +-
lib/ts/IntrusivePtrTest.cc | 2 +-
lib/ts/IpMap.cc | 68 ++++-
lib/ts/IpMap.h | 10 +-
lib/ts/List.h | 13 +-
lib/ts/MMH.cc | 1 -
lib/ts/Map.h | 73 ++---
lib/ts/MatcherUtils.cc | 1 -
lib/ts/MatcherUtils.h | 5 +-
lib/ts/ParseRules.h | 1 -
lib/ts/PriorityQueue.h | 11 +-
lib/ts/Ptr.h | 76 ++++--
lib/ts/RawHashTable.h | 4 +-
lib/ts/RbTree.cc | 13 +-
lib/ts/RbTree.h | 3 -
lib/ts/Regex.cc | 1 -
lib/ts/Regex.h | 1 -
lib/ts/Regression.h | 1 -
lib/ts/SimpleTokenizer.h | 1 -
lib/ts/TestBox.h | 5 +-
lib/ts/TestHttpHeader.cc | 1 -
lib/ts/Tokenizer.cc | 3 -
lib/ts/Trie.h | 9 +-
lib/ts/TsBuffer.h | 30 ++-
lib/ts/Vec.h | 4 +-
lib/ts/Version.cc | 2 -
lib/ts/X509HostnameValidator.cc | 4 -
lib/ts/X509HostnameValidator.h | 1 -
lib/ts/ink_args.cc | 5 +-
lib/ts/ink_atomic.h | 2 -
lib/ts/ink_base64.cc | 1 -
lib/ts/ink_defs.h | 4 +-
lib/ts/ink_exception.h | 1 -
lib/ts/ink_hash_table.cc | 14 -
lib/ts/ink_hash_table.h | 1 -
lib/ts/ink_hrtime.cc | 1 -
lib/ts/ink_hrtime.h | 1 -
lib/ts/ink_inet.cc | 6 +-
lib/ts/ink_inet.h | 77 ++++--
lib/ts/ink_inout.h | 1 -
lib/ts/ink_llqueue.h | 1 -
lib/ts/ink_lockfile.h | 3 -
lib/ts/ink_memory.h | 53 ++--
lib/ts/ink_platform.h | 3 -
lib/ts/ink_queue.cc | 2 -
lib/ts/ink_queue.h | 6 +-
lib/ts/ink_rand.cc | 1 -
lib/ts/ink_rand.h | 2 -
lib/ts/ink_res_init.cc | 1 -
lib/ts/ink_res_mkquery.cc | 1 -
lib/ts/ink_sock.cc | 2 -
lib/ts/ink_sprintf.cc | 1 -
lib/ts/ink_string++.cc | 1 -
lib/ts/ink_string.cc | 3 -
lib/ts/ink_string.h | 4 -
lib/ts/ink_syslog.cc | 28 +-
lib/ts/ink_thread.h | 3 -
lib/ts/ink_time.cc | 2 -
lib/ts/llqueue.cc | 4 -
lib/ts/load_http_hdr.cc | 4 -
lib/ts/lockfile.cc | 1 -
lib/ts/mkdfa.c | 70 ++---
lib/ts/test_List.cc | 1 -
lib/ts/test_Map.cc | 1 -
lib/ts/test_PriorityQueue.cc | 7 +-
lib/ts/test_Vec.cc | 1 -
lib/ts/test_X509HostnameValidator.cc | 1 -
lib/ts/test_arena.cc | 1 -
lib/ts/test_atomic.cc | 4 -
lib/ts/test_freelist.cc | 3 -
lib/wccp/Wccp.h | 5 +-
lib/wccp/WccpConfig.cc | 12 +-
lib/wccp/WccpLocal.h | 9 +-
lib/wccp/WccpMeta.h | 20 +-
lib/wccp/WccpMsg.cc | 4 +-
mgmt/Alarms.cc | 39 +--
mgmt/Alarms.h | 1 -
mgmt/BaseManager.cc | 5 -
mgmt/BaseManager.h | 3 -
mgmt/FileManager.cc | 16 +-
mgmt/LocalManager.cc | 15 --
mgmt/MultiFile.cc | 1 -
mgmt/ProcessManager.cc | 7 -
mgmt/ProxyConfig.cc | 12 +-
mgmt/ProxyConfig.h | 4 -
mgmt/RecordsConfig.cc | 2 -
mgmt/RecordsConfig.h | 1 -
mgmt/Rollback.cc | 7 -
mgmt/WebMgmtUtils.cc | 5 -
mgmt/api/APITestCliRemote.cc | 22 --
mgmt/api/CfgContextImpl.cc | 8 -
mgmt/api/CfgContextImpl.h | 7 -
mgmt/api/CfgContextManager.cc | 5 -
mgmt/api/CfgContextManager.h | 2 -
mgmt/api/CfgContextUtils.cc | 13 -
mgmt/api/CfgContextUtils.h | 2 -
mgmt/api/CoreAPI.cc | 1 -
mgmt/api/CoreAPI.h | 1 -
mgmt/api/CoreAPIRemote.cc | 3 +-
mgmt/api/CoreAPIShared.cc | 2 -
mgmt/api/EventCallback.cc | 3 -
mgmt/api/GenericParser.cc | 22 --
mgmt/api/GenericParser.h | 1 -
mgmt/api/NetworkMessage.cc | 2 +-
mgmt/api/include/mgmtapi.h | 12 +-
mgmt/cluster/ClusterCom.cc | 31 ---
mgmt/cluster/VMap.cc | 20 --
mgmt/cluster/VMap.h | 3 -
mgmt/utils/MgmtHashTable.h | 1 -
plugins/cacheurl/cacheurl.cc | 2 -
plugins/conf_remap/conf_remap.cc | 5 -
.../experimental/ats_pagespeed/ats_base_fetch.cc | 3 -
.../experimental/ats_pagespeed/ats_base_fetch.h | 2 -
plugins/experimental/ats_pagespeed/ats_config.cc | 3 -
plugins/experimental/ats_pagespeed/ats_config.h | 2 -
.../experimental/ats_pagespeed/ats_header_utils.h | 1 -
.../ats_pagespeed/ats_log_message_handler.cc | 1 -
.../ats_pagespeed/ats_log_message_handler.h | 1 -
.../ats_pagespeed/ats_message_handler.cc | 2 -
.../experimental/ats_pagespeed/ats_pagespeed.cc | 14 +-
.../ats_pagespeed/ats_process_context.h | 1 -
.../ats_pagespeed/ats_resource_intercept.cc | 5 -
.../ats_pagespeed/ats_resource_intercept.h | 1 -
.../ats_pagespeed/ats_rewrite_driver_factory.cc | 2 -
.../ats_pagespeed/ats_rewrite_driver_factory.h | 1 -
.../ats_pagespeed/ats_rewrite_options.cc | 2 -
.../ats_pagespeed/ats_rewrite_options.h | 5 -
.../ats_pagespeed/ats_server_context.cc | 1 -
.../experimental/ats_pagespeed/ats_thread_system.h | 1 -
.../ats_pagespeed/gzip/configuration.cc | 1 -
.../ats_pagespeed/gzip/configuration.h | 2 -
plugins/experimental/ats_pagespeed/gzip/gzip.cc | 10 -
plugins/experimental/ats_pagespeed/gzip/misc.h | 1 -
plugins/experimental/authproxy/authproxy.cc | 1 -
plugins/experimental/authproxy/utils.h | 1 -
.../background_fetch/background_fetch.cc | 12 -
plugins/experimental/background_fetch/configs.cc | 1 -
plugins/experimental/background_fetch/configs.h | 2 -
plugins/experimental/background_fetch/headers.cc | 3 -
plugins/experimental/balancer/balancer.h | 2 +-
plugins/experimental/balancer/hash.cc | 8 +-
plugins/experimental/balancer/roundrobin.cc | 1 -
.../experimental/buffer_upload/buffer_upload.cc | 2 -
.../experimental/cache_promote/cache_promote.cc | 29 +-
plugins/experimental/cachekey/configs.h | 2 -
plugins/experimental/cachekey/pattern.h | 2 -
.../experimental/channel_stats/channel_stats.cc | 7 +-
.../collapsed_connection/MurmurHash3.cc | 1 -
.../custom_redirect/custom_redirect.cc | 2 -
plugins/experimental/escalate/escalate.cc | 8 -
plugins/experimental/esi/combo_handler.cc | 1 -
plugins/experimental/esi/esi.cc | 2 -
.../experimental/esi/fetcher/HttpDataFetcherImpl.h | 1 -
plugins/experimental/esi/lib/DocNode.h | 1 -
plugins/experimental/esi/lib/EsiGunzip.cc | 2 -
plugins/experimental/esi/lib/EsiGunzip.h | 1 -
plugins/experimental/esi/lib/EsiGzip.h | 1 -
plugins/experimental/esi/lib/EsiParser.cc | 7 +-
plugins/experimental/esi/lib/EsiProcessor.cc | 1 -
plugins/experimental/esi/lib/EsiProcessor.h | 1 -
plugins/experimental/esi/lib/Expression.cc | 1 -
plugins/experimental/esi/lib/FailureInfo.h | 3 +-
plugins/experimental/esi/lib/Stats.h | 1 -
plugins/experimental/esi/lib/StringHash.h | 6 +-
plugins/experimental/esi/lib/Variables.h | 1 -
plugins/experimental/esi/lib/gzip.h | 1 -
.../experimental/esi/test/TestHttpDataFetcher.h | 1 -
plugins/experimental/esi/test/parser_test.cc | 14 +-
plugins/experimental/esi/test/processor_test.cc | 1 -
plugins/experimental/esi/test/sampleProb.cc | 16 +-
plugins/experimental/esi/test/vars_test.cc | 15 +-
plugins/experimental/generator/generator.cc | 2 -
plugins/experimental/geoip_acl/acl.cc | 5 -
plugins/experimental/geoip_acl/acl.h | 7 -
plugins/experimental/geoip_acl/geoip_acl.cc | 4 -
plugins/experimental/geoip_acl/lulu.h | 1 -
.../header_normalize/header_normalize.cc | 3 +-
plugins/experimental/hipes/gen_escape.c | 1 -
plugins/experimental/hipes/hipes.cc | 6 -
plugins/experimental/inliner/ts.cc | 33 ++-
plugins/experimental/inliner/ts.h | 8 +-
plugins/experimental/memcache/protocol_binary.h | 1 -
plugins/experimental/memcache/tsmemcache.cc | 1 -
.../memcached_remap/memcached_remap.cc | 1 -
plugins/experimental/mp4/mp4.cc | 2 -
plugins/experimental/mp4/mp4_common.h | 1 -
plugins/experimental/mp4/mp4_meta.cc | 21 +-
plugins/experimental/mp4/mp4_meta.h | 4 -
plugins/experimental/multiplexer/dispatch.cc | 3 +-
plugins/experimental/mysql_remap/lib/dictionary.c | 1 -
plugins/experimental/mysql_remap/lib/dictionary.h | 5 -
plugins/experimental/mysql_remap/lib/iniparser.c | 1 -
plugins/experimental/mysql_remap/lib/iniparser.h | 5 -
plugins/experimental/remap_stats/remap_stats.c | 6 -
plugins/experimental/s3_auth/s3_auth.cc | 17 +-
plugins/experimental/ssl_cert_loader/domain-tree.h | 2 -
.../ssl_cert_loader/ssl-cert-loader.cc | 5 -
plugins/experimental/sslheaders/sslheaders.h | 1 -
plugins/experimental/sslheaders/util.cc | 9 +-
.../experimental/stream_editor/stream_editor.cc | 16 +-
plugins/experimental/ts_lua/ts_lua.c | 3 -
.../experimental/ts_lua/ts_lua_cached_response.c | 5 -
.../experimental/ts_lua/ts_lua_cached_response.h | 1 -
.../experimental/ts_lua/ts_lua_client_request.c | 4 -
.../experimental/ts_lua/ts_lua_client_request.h | 1 -
.../experimental/ts_lua/ts_lua_client_response.c | 3 -
.../experimental/ts_lua/ts_lua_client_response.h | 1 -
plugins/experimental/ts_lua/ts_lua_common.h | 4 -
plugins/experimental/ts_lua/ts_lua_constant.c | 2 -
plugins/experimental/ts_lua/ts_lua_constant.h | 1 -
plugins/experimental/ts_lua/ts_lua_context.c | 3 -
plugins/experimental/ts_lua/ts_lua_context.h | 1 -
plugins/experimental/ts_lua/ts_lua_coroutine.h | 3 -
plugins/experimental/ts_lua/ts_lua_crypto.c | 1 -
plugins/experimental/ts_lua/ts_lua_crypto.h | 1 -
plugins/experimental/ts_lua/ts_lua_fetch.c | 2 -
plugins/experimental/ts_lua/ts_lua_hook.c | 26 +-
plugins/experimental/ts_lua/ts_lua_hook.h | 1 -
plugins/experimental/ts_lua/ts_lua_http.c | 1 -
plugins/experimental/ts_lua/ts_lua_http.h | 1 -
plugins/experimental/ts_lua/ts_lua_http_cntl.c | 4 -
plugins/experimental/ts_lua/ts_lua_http_cntl.h | 1 -
plugins/experimental/ts_lua/ts_lua_http_config.c | 64 +++--
plugins/experimental/ts_lua/ts_lua_http_config.h | 1 -
.../experimental/ts_lua/ts_lua_http_intercept.c | 2 -
.../experimental/ts_lua/ts_lua_http_intercept.h | 1 -
.../experimental/ts_lua/ts_lua_http_milestone.c | 38 +--
.../experimental/ts_lua/ts_lua_http_milestone.h | 1 -
plugins/experimental/ts_lua/ts_lua_log.c | 2 -
plugins/experimental/ts_lua/ts_lua_log.h | 1 -
plugins/experimental/ts_lua/ts_lua_mgmt.c | 2 -
plugins/experimental/ts_lua/ts_lua_mgmt.h | 1 -
plugins/experimental/ts_lua/ts_lua_misc.c | 2 -
plugins/experimental/ts_lua/ts_lua_misc.h | 1 -
plugins/experimental/ts_lua/ts_lua_package.c | 6 -
plugins/experimental/ts_lua/ts_lua_package.h | 1 -
plugins/experimental/ts_lua/ts_lua_remap.c | 3 -
plugins/experimental/ts_lua/ts_lua_remap.h | 1 -
.../experimental/ts_lua/ts_lua_server_request.c | 1 -
.../experimental/ts_lua/ts_lua_server_request.h | 1 -
.../experimental/ts_lua/ts_lua_server_response.c | 4 -
.../experimental/ts_lua/ts_lua_server_response.h | 1 -
plugins/experimental/ts_lua/ts_lua_stat.c | 1 -
plugins/experimental/ts_lua/ts_lua_stat.h | 1 -
plugins/experimental/ts_lua/ts_lua_string.h | 1 -
plugins/experimental/ts_lua/ts_lua_transform.c | 3 -
plugins/experimental/ts_lua/ts_lua_transform.h | 1 -
plugins/experimental/ts_lua/ts_lua_util.c | 3 -
plugins/experimental/ts_lua/ts_lua_util.h | 1 -
.../experimental/webp_transform/ImageTransform.cc | 2 -
plugins/experimental/xdebug/xdebug.cc | 4 +-
plugins/gzip/configuration.h | 2 -
plugins/gzip/gzip.cc | 10 -
plugins/gzip/misc.h | 1 -
plugins/header_rewrite/condition.cc | 2 -
plugins/header_rewrite/condition.h | 3 -
plugins/header_rewrite/conditions.cc | 27 --
plugins/header_rewrite/conditions.h | 22 --
plugins/header_rewrite/expander.h | 2 -
plugins/header_rewrite/factory.cc | 2 -
plugins/header_rewrite/factory.h | 1 -
plugins/header_rewrite/header_rewrite.cc | 9 -
plugins/header_rewrite/header_rewrite_test.cc | 1 -
plugins/header_rewrite/lulu.h | 2 -
plugins/header_rewrite/matcher.h | 4 -
plugins/header_rewrite/operator.h | 5 -
plugins/header_rewrite/operators.cc | 15 --
plugins/header_rewrite/operators.h | 12 -
plugins/header_rewrite/parser.h | 2 -
plugins/header_rewrite/regex_helper.h | 4 -
plugins/header_rewrite/resources.cc | 2 -
plugins/header_rewrite/resources.h | 3 -
plugins/header_rewrite/ruleset.cc | 3 -
plugins/header_rewrite/ruleset.h | 2 -
plugins/header_rewrite/statement.cc | 4 -
plugins/header_rewrite/statement.h | 3 -
plugins/header_rewrite/value.h | 2 -
plugins/regex_remap/regex_remap.cc | 11 +-
plugins/tcpinfo/tcpinfo.cc | 9 +-
proxy/AbstractBuffer.cc | 1 -
proxy/AbstractBuffer.h | 14 +-
proxy/CacheControl.cc | 2 -
proxy/ControlBase.h | 1 -
proxy/ControlMatcher.cc | 3 -
proxy/ControlMatcher.h | 3 -
proxy/CoreUtils.cc | 7 -
proxy/CoreUtils.h | 1 -
proxy/EventName.cc | 4 -
proxy/FetchSM.h | 1 -
proxy/ICP.cc | 2 -
proxy/ICP.h | 11 +-
proxy/ICPConfig.cc | 54 +++-
proxy/ICPProcessor.cc | 1 -
proxy/ICPProcessor.h | 1 -
proxy/ICPStats.cc | 1 -
proxy/ICPlog.h | 1 -
proxy/IPAllow.cc | 1 -
proxy/IPAllow.h | 2 -
proxy/InkAPI.cc | 48 +---
proxy/InkAPIInternal.h | 2 -
proxy/InkAPITest.cc | 223 ++++++++--------
proxy/InkAPITestTool.cc | 17 --
proxy/InkIOCoreAPI.cc | 8 -
proxy/Main.cc | 8 -
proxy/Main.h | 1 -
proxy/Milestones.h | 3 -
proxy/ParentConsistentHash.cc | 1 -
proxy/ParentSelection.cc | 32 ++-
proxy/Plugin.cc | 1 -
proxy/Plugin.h | 1 -
proxy/PluginVC.cc | 3 -
proxy/Prefetch.cc | 34 ++-
proxy/Prefetch.h | 6 -
proxy/ProtocolProbeSessionAccept.h | 1 -
proxy/ProxyClientTransaction.h | 2 -
proxy/ReverseProxy.cc | 1 -
proxy/Show.h | 1 -
proxy/SocksProxy.cc | 5 -
proxy/StatPages.cc | 1 -
proxy/StatPages.h | 1 -
proxy/StufferUdpReceiver.cc | 1 -
proxy/TestClusterHash.cc | 1 -
proxy/TestDNS.cc | 2 -
proxy/TestPreProc.cc | 2 -
proxy/TestPreProc.h | 1 -
proxy/TestProxy.cc | 1 -
proxy/TestSimpleProxy.cc | 1 -
proxy/TimeTrace.h | 1 -
proxy/Transform.cc | 17 --
proxy/Transform.h | 2 -
proxy/TransformInternal.h | 8 -
proxy/UDPAPIClientTest.cc | 2 -
proxy/UDPAPITest.cc | 5 -
proxy/api/ts/InkAPIPrivateIOCore.h | 1 -
proxy/api/ts/experimental.h | 7 -
proxy/api/ts/remap.h | 7 -
proxy/api/ts/ts.h | 30 +--
proxy/congest/Congestion.h | 3 -
proxy/congest/CongestionDB.cc | 2 -
proxy/congest/CongestionDB.h | 3 -
proxy/congest/CongestionTest.cc | 2 -
proxy/congest/MT_hashtable.h | 4 -
proxy/hdrs/HTTP.cc | 9 -
proxy/hdrs/HTTP.h | 46 ++--
proxy/hdrs/HdrHeap.cc | 20 +-
proxy/hdrs/HdrHeap.h | 7 -
proxy/hdrs/HdrTSOnly.cc | 2 -
proxy/hdrs/HdrTest.cc | 56 ++--
proxy/hdrs/HdrToken.cc | 2 -
proxy/hdrs/HdrUtils.cc | 2 -
proxy/hdrs/HdrUtils.h | 2 -
proxy/hdrs/HttpCompat.cc | 4 -
proxy/hdrs/HttpCompat.h | 1 -
proxy/hdrs/MIME.cc | 15 --
proxy/hdrs/MIME.h | 2 -
proxy/hdrs/URL.cc | 6 -
proxy/hdrs/URL.h | 3 -
proxy/hdrs/load_http_hdr.cc | 6 -
proxy/hdrs/test_header.cc | 15 --
proxy/hdrs/test_urlhash.cc | 1 -
proxy/http/Http1ClientSession.h | 2 -
proxy/http/Http1ClientTransaction.h | 1 -
proxy/http/HttpBodyFactory.cc | 16 --
proxy/http/HttpBodyFactory.h | 3 -
proxy/http/HttpCacheSM.cc | 1 -
proxy/http/HttpConfig.cc | 15 +-
proxy/http/HttpConfig.h | 2 -
proxy/http/HttpConnectionCount.cc | 1 -
proxy/http/HttpConnectionCount.h | 3 -
proxy/http/HttpDebugNames.cc | 3 -
proxy/http/HttpPages.cc | 3 -
proxy/http/HttpPages.h | 1 -
proxy/http/HttpSM.cc | 44 +--
proxy/http/HttpSM.h | 1 -
proxy/http/HttpServerSession.cc | 1 -
proxy/http/HttpSessionAccept.cc | 1 -
proxy/http/HttpSessionAccept.h | 1 -
proxy/http/HttpSessionManager.cc | 1 -
proxy/http/HttpSessionManager.h | 3 -
proxy/http/HttpTransact.cc | 47 ----
proxy/http/HttpTransact.h | 4 -
proxy/http/HttpTransactCache.cc | 7 -
proxy/http/HttpTransactCache.h | 7 +-
proxy/http/HttpTransactHeaders.cc | 25 --
proxy/http/HttpTransactHeaders.h | 2 -
proxy/http/HttpTunnel.cc | 4 -
proxy/http/HttpTunnel.h | 2 +-
proxy/http/HttpUpdateSM.cc | 1 -
proxy/http/HttpUpdateSM.h | 1 -
proxy/http/TestHttpTransact.cc | 1 -
proxy/http/TestUrl.cc | 3 -
proxy/http/remap/RemapConfig.cc | 1 -
proxy/http/remap/RemapPluginInfo.cc | 3 -
proxy/http/remap/RemapPluginInfo.h | 2 -
proxy/http/remap/RemapPlugins.h | 2 -
proxy/http/remap/RemapProcessor.h | 2 -
proxy/http/remap/UrlMapping.cc | 5 -
proxy/http/remap/UrlMapping.h | 5 -
proxy/http/remap/UrlMappingPathIndex.h | 11 +-
proxy/http/test_socket_close.cc | 2 -
proxy/http2/HPACK.cc | 2 -
proxy/http2/HPACK.h | 7 -
proxy/http2/HTTP2.cc | 4 +-
proxy/http2/HTTP2.h | 4 -
proxy/http2/Http2ClientSession.h | 1 -
proxy/http2/Http2ConnectionState.cc | 1 -
proxy/http2/Http2Stream.h | 1 -
proxy/http2/HuffmanCodec.cc | 295 +++------------------
proxy/http2/RegressionHPACK.cc | 207 +++++++--------
proxy/http2/test_Huffmancode.cc | 13 +-
proxy/logcat.cc | 1 -
proxy/logging/Log.cc | 37 ++-
proxy/logging/Log.h | 2 -
proxy/logging/LogAccess.cc | 7 -
proxy/logging/LogAccess.h | 4 -
proxy/logging/LogAccessHttp.cc | 12 -
proxy/logging/LogAccessHttp.h | 1 -
proxy/logging/LogAccessICP.h | 1 -
proxy/logging/LogAccessTest.h | 1 -
proxy/logging/LogBuffer.cc | 3 -
proxy/logging/LogBuffer.h | 9 +-
proxy/logging/LogConfig.cc | 41 +--
proxy/logging/LogConfig.h | 1 -
proxy/logging/LogField.cc | 17 +-
proxy/logging/LogField.h | 3 -
proxy/logging/LogFieldAliasMap.h | 5 -
proxy/logging/LogFile.h | 1 -
proxy/logging/LogFilter.cc | 18 +-
proxy/logging/LogFilter.h | 3 -
proxy/logging/LogHost.cc | 4 +-
proxy/logging/LogObject.cc | 27 --
proxy/logging/LogObject.h | 7 +-
proxy/logging/LogSock.h | 1 -
proxy/logging/LogStandalone.cc | 2 -
proxy/logging/LogUtils.cc | 3 -
proxy/logstats.cc | 38 +--
proxy/shared/DiagsConfig.cc | 22 +-
proxy/shared/DiagsConfig.h | 1 -
proxy/shared/Error.cc | 3 +-
proxy/shared/Error.h | 2 -
proxy/shared/InkXml.h | 2 -
proxy/shared/UglyLogStubs.cc | 1 -
proxy/spdy/SpdyClientSession.cc | 9 +-
proxy/spdy/SpdyClientSession.h | 4 +-
proxy/spdy/SpdySessionAccept.h | 1 -
tools/clang-format.sh | 28 +-
tools/http_load/http_load.c | 22 --
tools/http_load/timers.c | 14 -
tools/jtest/jtest.cc | 2 +-
tools/lighttpd_mod_generator/mod_generator.c | 2 -
693 files changed, 1387 insertions(+), 3522 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].