]> git.ipfire.org Git - thirdparty/squid.git/commit
Bundle helpers for url_rewrite
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 4 Sep 2009 11:51:31 +0000 (23:51 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 4 Sep 2009 11:51:31 +0000 (23:51 +1200)
commitdfeb186b8c66502b97aab952b1b049014c02a733
tree799a396d0a5e83c00bf940cd24bdfc4fd1c8f22a
parent9ca29d23f7c7ebdb9f7fc6d360b0119ca2b7a09f
parentb6ab2f9099c1242c2f015a59fd9b77bdd27205f1
Bundle helpers for url_rewrite

Adds the --enable-url-rewrite-helpers configure time option.
see release notes or ./configure help text.

Bundles two 'fake' helpers with exemplar code for shell and C++ coding:

 url_fake_rewrite
- C++ helper with old non-concurrent protocol.

 url-fake-rewrite.sh
- shell helper with concurrent and non-concurrent protocols.

Also, some polishing is done to debug code for helpers.
configure.in
doc/release-notes/release-3.2.sgml
src/protos.h