]> git.ipfire.org Git - thirdparty/squid.git/commit
SourceLayout: shuffle helper protocol primitives to helper/libhelper.la
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Sep 2014 14:07:55 +0000 (07:07 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 24 Sep 2014 14:07:55 +0000 (07:07 -0700)
commit24438ec5708c960ddef5f273f67a9f4363ad5dc2
tree9366762a1d6fc126aa62f9b1d65e15e9a9fad7a2
parenta12679722582aad0e37edacebdf4a5d5c50fbc5d
SourceLayout: shuffle helper protocol primitives to helper/libhelper.la

* create namespace Helper in helper/libhelper.la and subdirectory

* shuffle HelperReply::Result_ to Helper::ResultCode in helper/ResultCode.h

* shuffle HelperReply to Helper::Reply in helper/Reply.*

* move helper_request to Helper::Request in helper/Request.h

* link to helper/forward.h for predefines
36 files changed:
configure.ac
src/ClientRequestContext.h
src/Makefile.am
src/auth/State.h
src/auth/UserRequest.h
src/auth/basic/UserRequest.cc
src/auth/basic/auth_basic.cc
src/auth/basic/auth_basic.h
src/auth/digest/UserRequest.cc
src/auth/digest/auth_digest.cc
src/auth/digest/auth_digest.h
src/auth/negotiate/UserRequest.cc
src/auth/negotiate/auth_negotiate.cc
src/auth/negotiate/auth_negotiate.h
src/auth/ntlm/UserRequest.cc
src/auth/ntlm/auth_ntlm.cc
src/auth/ntlm/auth_ntlm.h
src/client_side.cc
src/client_side.h
src/client_side_request.cc
src/external_acl.cc
src/fqdncache.cc
src/helper.cc
src/helper.h
src/helper/Makefile.am [new file with mode: 0644]
src/helper/Reply.cc [moved from src/HelperReply.cc with 86% similarity]
src/helper/Reply.h [moved from src/HelperReply.h with 68% similarity]
src/helper/Request.h [new file with mode: 0644]
src/helper/ResultCode.h [new file with mode: 0644]
src/helper/forward.h [new file with mode: 0644]
src/redirect.cc
src/ssl/PeerConnector.cc
src/ssl/cert_validate_message.h
src/ssl/helper.cc
src/ssl/helper.h
src/tests/stub_client_side.cc