]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/icap/ModXact.cc
SourceLayout: move HttpMsg into libhttp as Http::Message
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 16 Feb 2017 11:51:56 +0000 (00:51 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 16 Feb 2017 11:51:56 +0000 (00:51 +1300)
commit63df1d28185266da3587a1825296302c4555c8e4
tree9fa656809c1f3df20c0868fddf6a88f4de4b8d33
parent6c28dd4a379a9ecaf632ca8147cf2b7642560f92
SourceLayout: move HttpMsg into libhttp as Http::Message

* move files and rename the class

* add http/forward.h entries for Message and MessagePointer
 (replacing the HttpMsg::Pointer typedef)

* remove unnecessary includes for HttpMsg.h and HttpRequest.h

Also, some minor cleanup within the class files reducing debugs()
duplication, function/method coding style and doxtgen'ating some
code comments.
53 files changed:
src/HttpReply.cc
src/HttpReply.h
src/HttpRequest.cc
src/HttpRequest.h
src/Makefile.am
src/MemObject.cc
src/acl/ConnectionsEncrypted.cc
src/adaptation/Answer.cc
src/adaptation/Answer.h
src/adaptation/Initiate.cc
src/adaptation/Iterator.cc
src/adaptation/Iterator.h
src/adaptation/Message.cc
src/adaptation/Message.h
src/adaptation/Service.h
src/adaptation/ecap/MessageRep.cc
src/adaptation/ecap/MessageRep.h
src/adaptation/ecap/ServiceRep.cc
src/adaptation/ecap/ServiceRep.h
src/adaptation/ecap/XactionRep.cc
src/adaptation/ecap/XactionRep.h
src/adaptation/icap/InOut.h
src/adaptation/icap/Launcher.cc
src/adaptation/icap/ModXact.cc
src/adaptation/icap/ModXact.h
src/adaptation/icap/OptXact.cc
src/adaptation/icap/ServiceRep.cc
src/adaptation/icap/ServiceRep.h
src/adaptation/icap/Xaction.cc
src/adaptation/icap/Xaction.h
src/auth/basic/UserRequest.cc
src/auth/ntlm/UserRequest.cc
src/client_side.cc
src/client_side_request.cc
src/client_side_request.h
src/clients/Client.cc
src/clients/Client.h
src/clients/FtpGateway.cc
src/clients/FtpRelay.cc
src/format/Format.cc
src/ftp/Elements.cc
src/ftp/Elements.h
src/gopher.cc
src/http.cc
src/http/Makefile.am
src/http/Message.cc [moved from src/HttpMsg.cc with 80% similarity]
src/http/Message.h [moved from src/HttpMsg.h with 84% similarity]
src/http/StatusLine.cc
src/http/forward.h
src/tests/stub_HttpReply.cc
src/tests/stub_HttpRequest.cc
src/tunnel.cc
src/whois.cc