Re: squid3_logdaemon work (round 1) complete, again!

2007-05-19 Thread Adrian Chadd
On Sat, May 19, 2007, Guido Serassio wrote: > Just run a build test on Windows, and is seems to build fine. > > Please verify if my change for the build error when using > --enable-icmp is fine. Thanks for that! It looks fine. Adrian

Re: squid3_logdaemon work (round 1) complete, again!

2007-05-19 Thread Guido Serassio
Hi Adrian, At 04.11 19/05/2007, Adrian Chadd wrote: On Fri, May 18, 2007, Adrian Chadd wrote: > I've mostly copied over the older buffering thats in squid-2.6 and squid-3 > logfile.c(c). Please review and provide feedback. > > I'm not going to try and improve the logfile writing in LogFileBlocki

squid-3 and FreeBSD ipfw interception

2007-05-19 Thread Adrian Chadd
Someone stripped out the "default" method of transparent interception which I think was to trust getsockname(). IPFW will substitute the original endpoint for getsockname(), so it works fine. I've re-added the code and added --enable-ipfw-transparent as a build option. http://www.creative.net.au/

Re: cvs commit: squid3/src SqString.cc SqString.cci SqString.h

2007-05-19 Thread Guido Serassio
Hi Amos, At 08.44 18/05/2007, Amos Jeffries wrote: amosjeffries2007/05/18 00:44:36 MDT Added files: src SqString.cc SqString.cci SqString.h Log: SqString core apparently not automatically added to cvs by patch. You must always add new files to the repository, pa