]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixes and polishing in response to Amos' squid-dev review dated 2014/08/19
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 26 Aug 2014 08:21:27 +0000 (11:21 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 26 Aug 2014 08:21:27 +0000 (11:21 +0300)
commit8693472e0b642887d7b540bad693ce2a4bb30ccf
tree64223e6c61a7241a53a0d225c80494a9197d35dd
parente4f14091854aa70b88f928c6df7e0d3eabe4574b
Fixes and polishing in response to Amos' squid-dev review dated 2014/08/19

- Polishing changes
- Move src/acl/AtBumpStep*.[cc,h] files to src/acl/AtStep*.[cc,h]
- Convert Ssl::Bio::sslFeatures::serverName,
  Ssl::Bio::sslFeatures::HelloMesssage and Ssl::ServerBio::helloMsg members
  to SBuf
15 files changed:
configure.ac
src/AclRegs.cc
src/acl/AtStep.cc [moved from src/acl/AtBumpStep.cc with 85% similarity]
src/acl/AtStep.h [moved from src/acl/AtBumpStep.h with 87% similarity]
src/acl/AtStepData.cc [moved from src/acl/AtBumpStepData.cc with 95% similarity]
src/acl/AtStepData.h [moved from src/acl/AtBumpStepData.h with 93% similarity]
src/acl/Makefile.am
src/client_side.cc
src/fd.h
src/format/Token.cc
src/ssl/PeerConnector.cc
src/ssl/bio.cc
src/ssl/bio.h
src/ssl/support.cc
src/tunnel.cc