Updated Branches: refs/heads/master 06a970c15 -> e04aed041
TS-995: Name changes for IP library support. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e04aed04 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e04aed04 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e04aed04 Branch: refs/heads/master Commit: e04aed041d16b66cbf591d85ab3fa1f7ab238e0c Parents: 06a970c 2ea3cf3 Author: Alan M. Carroll <[email protected]> Authored: Wed Feb 22 10:15:20 2012 -0600 Committer: Alan M. Carroll <[email protected]> Committed: Wed Feb 22 10:19:26 2012 -0600 ---------------------------------------------------------------------- CHANGES | 4 + iocore/dns/DNS.cc | 84 +++--- iocore/dns/DNSConnection.cc | 26 +- iocore/dns/I_DNSProcessor.h | 6 +- iocore/dns/P_DNSConnection.h | 2 +- iocore/dns/P_DNSProcessor.h | 8 +- iocore/dns/P_SplitDNSProcessor.h | 2 +- iocore/dns/SplitDNS.cc | 12 +- iocore/hostdb/HostDB.cc | 110 ++++---- iocore/hostdb/I_HostDBProcessor.h | 20 +- iocore/hostdb/P_HostDBProcessor.h | 18 +- iocore/net/Connection.cc | 16 +- iocore/net/I_NetProcessor.h | 10 +- iocore/net/I_NetVConnection.h | 8 +- iocore/net/I_UDPNet.h | 2 +- iocore/net/I_UDPPacket.h | 4 +- iocore/net/P_Connection.h | 20 +- iocore/net/P_NetVConnection.h | 18 +- iocore/net/P_Socks.h | 6 +- iocore/net/P_UDPConnection.h | 8 +- iocore/net/P_UDPNet.h | 6 +- iocore/net/P_UDPPacket.h | 8 +- iocore/net/P_UnixNetVConnection.h | 4 +- iocore/net/SSLNetVConnection.cc | 4 +- iocore/net/Socks.cc | 34 +- iocore/net/UnixConnection.cc | 20 +- iocore/net/UnixNetAccept.cc | 10 +- iocore/net/UnixNetPages.cc | 16 +- iocore/net/UnixNetProcessor.cc | 16 +- iocore/net/UnixUDPNet.cc | 44 ++-- iocore/utils/I_Machine.h | 6 +- iocore/utils/Machine.cc | 36 +- lib/records/I_RecHttp.h | 16 +- lib/records/RecHttp.cc | 20 +- lib/ts/IpMap.cc | 38 ++-- lib/ts/IpMap.h | 20 +- lib/ts/IpMapConf.cc | 4 +- lib/ts/IpMapTest.cc | 26 +- lib/ts/MatcherUtils.cc | 30 +- lib/ts/MatcherUtils.h | 2 +- lib/ts/ink_inet.cc | 142 ++++----- lib/ts/ink_inet.h | 481 ++++++++++++++-------------- lib/ts/ink_res_init.cc | 22 +- lib/ts/ink_resolver.h | 4 +- mgmt/LocalManager.cc | 14 +- mgmt/LocalManager.h | 4 +- mgmt/utils/MgmtUtils.cc | 22 +-- mgmt/utils/MgmtUtils.h | 1 - proxy/ControlBase.cc | 12 +- proxy/ControlMatcher.cc | 6 +- proxy/ControlMatcher.h | 4 +- proxy/CoreUtils.cc | 4 +- proxy/FetchSM.cc | 4 +- proxy/ICP.cc | 78 +++--- proxy/ICP.h | 48 ++-- proxy/ICPConfig.cc | 50 ++-- proxy/IPAllow.cc | 10 +- proxy/IPAllow.h | 4 +- proxy/InkAPI.cc | 50 ++-- proxy/InkAPITest.cc | 34 +- proxy/InkAPITestTool.cc | 4 +- proxy/InkIOCoreAPI.cc | 10 +- proxy/Main.cc | 2 +- proxy/ParentSelection.cc | 16 +- proxy/PluginVC.cc | 12 +- proxy/PluginVC.h | 4 +- proxy/Prefetch.cc | 50 ++-- proxy/Prefetch.h | 22 +- proxy/SimpleHttp.cc | 4 +- proxy/Update.cc | 2 +- proxy/api/ts/InkAPIHughes.h | 4 +- proxy/congest/Congestion.cc | 12 +- proxy/congest/Congestion.h | 2 +- proxy/congest/CongestionDB.cc | 10 +- proxy/congest/CongestionTest.cc | 14 +- proxy/http/HttpAccept.cc | 4 +- proxy/http/HttpAccept.h | 12 +- proxy/http/HttpClientSession.h | 4 +- proxy/http/HttpConfig.h | 4 +- proxy/http/HttpConnectionCount.h | 14 +- proxy/http/HttpSM.cc | 46 ++-- proxy/http/HttpServerSession.cc | 4 +- proxy/http/HttpServerSession.h | 2 +- proxy/http/HttpSessionManager.cc | 12 +- proxy/http/HttpTransact.cc | 74 +++--- proxy/http/HttpTransact.h | 2 +- proxy/http/HttpUpdateSM.cc | 2 +- proxy/http/remap/AclFiltering.cc | 4 +- proxy/http/remap/AclFiltering.h | 8 +- proxy/http/remap/RemapProcessor.cc | 4 +- proxy/http/remap/UrlRewrite.cc | 2 +- proxy/logging/LogAccess.cc | 24 +- proxy/logging/LogAccess.h | 2 +- proxy/logging/LogAccessHttp.cc | 4 +- proxy/logging/LogAccessTest.cc | 8 +- proxy/logging/LogCollationClientSM.cc | 4 +- 96 files changed, 1045 insertions(+), 1101 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e04aed04/CHANGES ---------------------------------------------------------------------- diff --cc CHANGES index 56897cf,56897cf..2cc56a9 --- a/CHANGES +++ b/CHANGES @@@ -1,4 -1,4 +1,8 @@@ -*- coding: utf-8 -*- ++Changes with Apache Traffic Server 3.1.3 ++ ++ *) [TS-995] Name change for IP support (ink_inet.h). ++ Changes with Apache Traffic Server 3.1.2 *) [TS-841] support TLS NextProtocol negotiation http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e04aed04/iocore/net/SSLNetVConnection.cc ----------------------------------------------------------------------
