]> git.ipfire.org Git - thirdparty/squid.git/commit
Docs: Polish configuration file documentation
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Apr 2013 06:22:27 +0000 (00:22 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Apr 2013 06:22:27 +0000 (00:22 -0600)
commit638402dd133dd4a00f5e88204e2289a655927fd9
tree867dde8258424fabeee278c52f0cfba41fad2fc4
parent5ad6d09d289ecbf529194cf38cd1c239e3cb95a8
Docs: Polish configuration file documentation

* Mostly adding DEFAULT_DOC directive to hide strange default values.
  This wll help us move to different internal values for no-limit etc
  at some point in the future.

* Migrates some access controls to "DEFAULT: none" instead of "deny all".
 This reduces run-time CPU cycles running useless ACL tests.
 NP: some access controls have been left unchanged due to complexity in
     the code testing them (ie icap_access).

* added documentation for several directives which were missing it

* corrected buffered_logs documentation (text by Alex Rousskov)

* Updated cf_gen tool to produce more descriptive error messages.
src/cf.data.pre
src/cf_gen.cc
src/client_side.cc
src/icp_v2.cc
src/store_dir.cc