]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
SourceLayout: Add Ip namespace for internal libip
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 17 Apr 2010 02:29:04 +0000 (14:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 17 Apr 2010 02:29:04 +0000 (14:29 +1200)
commitb7ac5457b2c07bf13d3123a4035d22f6c79ce37e
treea21f4c53d2aea987c25ec42a95c523e28e2e2a8d
parentb89366805a647c566bec046ef6e7e928d8abdb85
SourceLayout: Add Ip namespace for internal libip

IpAddress is now Ip::Address, IpInterceptor is now Ip::Interceptor, etc.

* Also detaches QosConfig from the global config structures.
  Clearing up several of the dependency chains to libip
106 files changed:
src/AccessLogEntry.h
src/ClientInfo.h
src/CompositePoolNode.h
src/ConnectionDetail.h
src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
src/HttpRequest.h
src/ICP.h
src/Parsing.cc
src/Parsing.h
src/PeerSelectState.h
src/ProtoPort.h
src/acl/Arp.cc
src/acl/Asn.cc
src/acl/Asn.h
src/acl/DestinationAsn.h
src/acl/Eui64.cc
src/acl/FilledChecklist.h
src/acl/Ip.cc
src/acl/Ip.h
src/acl/SourceAsn.h
src/adaptation/icap/ModXact.cc
src/adaptation/icap/Xaction.cc
src/auth/AclMaxUserIp.cc
src/auth/AclMaxUserIp.h
src/auth/User.cc
src/auth/User.h
src/auth/UserRequest.cc
src/auth/UserRequest.h
src/auth/digest/auth_digest.cc
src/cache_cf.cc
src/cf.data.pre
src/client_db.cc
src/client_side.cc
src/client_side.h
src/client_side_reply.cc
src/client_side_reply.h
src/client_side_request.cc
src/comm.cc
src/comm.h
src/delay_pools.cc
src/dns_internal.cc
src/dnsserver.cc
src/errorpage.h
src/esi/Esi.cc
src/eui/Eui48.cc
src/eui/Eui48.h
src/eui/Eui64.cc
src/eui/Eui64.h
src/external_acl.cc
src/fde.h
src/forward.cc
src/forward.h
src/fqdncache.cc
src/ftp.cc
src/globals.h
src/helper.h
src/htcp.cc
src/htcp.h
src/http.cc
src/icmp/Icmp.cc
src/icmp/Icmp.h
src/icmp/Icmp4.cc
src/icmp/Icmp4.h
src/icmp/Icmp6.cc
src/icmp/Icmp6.h
src/icmp/IcmpPinger.h
src/icmp/IcmpSquid.cc
src/icmp/IcmpSquid.h
src/icmp/net_db.cc
src/icmp/net_db.h
src/icmp/testIcmp.h
src/icp_v2.cc
src/icp_v3.cc
src/ident/Ident.cc
src/ident/Ident.h
src/internal.cc
src/ip/IpAddress.cc
src/ip/IpAddress.h
src/ip/IpIntercept.cc
src/ip/IpIntercept.h
src/ip/QosConfig.cc
src/ip/QosConfig.h
src/ip/testIpAddress.cc
src/ipc.cc
src/ipc_win32.cc
src/ipcache.cc
src/log/ModDaemon.cc
src/log/ModUdp.cc
src/neighbors.cc
src/pconn.cc
src/pconn.h
src/protos.h
src/redirect.cc
src/send-announce.cc
src/snmp_agent.cc
src/snmp_core.cc
src/structs.h
src/tests/stub_comm.cc
src/tools.cc
src/tunnel.cc
src/unlinkd.cc
src/wccp.cc
src/wccp2.cc
src/win32.cc
tools/cachemgr.cc
tools/squidclient.cc