]> git.ipfire.org Git - thirdparty/squid.git/commit - src/FwdState.cc
Author: Mark Nottingham <mnot@pobox.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 15 Aug 2009 02:14:54 +0000 (14:14 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 15 Aug 2009 02:14:54 +0000 (14:14 +1200)
commitbbaf26850faf3e4feb62c38ef7807c10e2237de0
treed6db18d7c0622abf3bafbcdbeb327ac717ab68a5
parent0ba986fe1d39bccfe48ac10c6b89dc783c1e01f9
Author: Mark Nottingham <mnot@pobox.com>
Bug 2390: New hier_code ACL type

I needed to log only forward requests; forward_log looked interesting, but
isn't flexible like access_log. The easiest thing to do seemed to be to add a
hier_code ACL type.

Adapted to Squid-3 by Amos Jeffries
16 files changed:
src/AclRegs.cc
src/HierarchyLogEntry.h
src/Makefile.am
src/access_log.cc
src/acl/HierCode.cc [new file with mode: 0644]
src/acl/HierCode.h [new file with mode: 0644]
src/acl/HierCodeData.cc [new file with mode: 0644]
src/acl/HierCodeData.h [new file with mode: 0644]
src/acl/Makefile.am
src/cf.data.pre
src/enums.h
src/forward.cc
src/forward.h
src/hier_code.cc [new file with mode: 0644]
src/hier_code.h [new file with mode: 0644]
src/peer_select.cc