]> git.ipfire.org Git - thirdparty/squid.git/commit - src/neighbors.cc
Bug 4791: Build failure on MacOS (#220) M-staged-PR220
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 12 Jun 2018 15:38:17 +0000 (15:38 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 13 Jun 2018 00:00:16 +0000 (00:00 +0000)
commitc8ab5ec6c34fbd6544cf8fac9fd6266e7651ffed
treedc68c7fb3cfd172565f370a100a06f49f18713d8
parentf367e6af47c4ba71b0b285b2bc10a69fcd6f1baf
Bug 4791: Build failure on MacOS (#220)

The src/URL.h and src/acl/Url.h files clash on MacOS case-
insensitive filesystem.

Resolve this and incorrect naming issue by moving class URL into
the AnyP namespace as AnyP::Uri.
42 files changed:
src/HttpRequest.cc
src/HttpRequest.h
src/Makefile.am
src/acl/Asn.cc
src/acl/DomainData.cc
src/acl/ServerName.cc
src/acl/Url.cc
src/adaptation/ServiceConfig.cc
src/adaptation/ecap/MessageRep.cc
src/adaptation/icap/ModXact.cc
src/anyp/Makefile.am
src/anyp/Uri.cc [moved from src/url.cc with 98% similarity]
src/anyp/Uri.h [moved from src/URL.h with 90% similarity]
src/anyp/forward.h
src/carp.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/clients/Client.cc
src/clients/FtpGateway.cc
src/errorpage.cc
src/external_acl.cc
src/format/Format.cc
src/htcp.cc
src/http.cc
src/icmp/net_db.cc
src/icmp/net_db.h
src/internal.cc
src/main.cc
src/neighbors.cc
src/neighbors.h
src/peer_select.cc
src/refresh.cc
src/servers/FtpServer.cc
src/ssl/ServerBump.cc
src/ssl/support.cc
src/store_key_md5.cc
src/tests/Stub.list
src/tests/stub_libanyp.cc [moved from src/tests/stub_url.cc with 70% similarity]
src/tests/stub_libicmp.cc
src/tests/testURL.cc
src/urn.cc