Re: Squid 2.6.STABLE12 and ICAP

2007-05-16 Thread Henrik Nordstrom
tis 2007-05-15 klockan 13:06 -0600 skrev Alex Rousskov: Henrik, anything I should do to make the auto-generated patch on devel.squid-cache.org reflect the current state of the ICAP branch? No. It's something with my patch scripts. Currently investigating. Regards Henrik signature.asc

A doubt about my ICAP server

2007-05-16 Thread Jeremy Lardon
Hey all, This mail is the following of some mails of this list. I tried to be clearer and add more attachments. As adviced by Tsantilas Christos and confirmed by Alex Rousskov, I installed the Squid-3 nightly snapshot on my squid box to test with my ICAP server. The fact is that I doubt the

Re: A doubt about my ICAP server

2007-05-16 Thread Alex Rousskov
On Wed, 2007-05-16 at 12:54 +0200, Jeremy Lardon wrote: Hey all, This mail is the following of some mails of this list. I tried to be clearer and add more attachments. As adviced by Tsantilas Christos and confirmed by Alex Rousskov, I installed the Squid-3 nightly snapshot on my squid box

squid3_logdaemon work (round 1) complete

2007-05-16 Thread Adrian Chadd
I've completed the first round logfile code shifting. * use stdio for logfile writing; isn't going to be worse than how it was done before (still sync) * write LogFile class with basic interfaces * convert code to use LogFile methods * break out syslog and blocking into LogFileSyslog and

Re: squid3_logdaemon work (round 1) complete

2007-05-16 Thread Henrik Nordstrom
ons 2007-05-16 klockan 21:59 +0800 skrev Adrian Chadd: I've completed the first round logfile code shifting. * use stdio for logfile writing; isn't going to be worse than how it was done before (still sync) C stdio, or C++ OStream? stdio fails quite badly on some OS:es if using more than

Re: Squid 2.6.STABLE12 and ICAP

2007-05-16 Thread Henrik Nordstrom
ons 2007-05-16 klockan 09:57 +0200 skrev Henrik Nordstrom: tis 2007-05-15 klockan 13:06 -0600 skrev Alex Rousskov: Henrik, anything I should do to make the auto-generated patch on devel.squid-cache.org reflect the current state of the ICAP branch? No. It's something with my patch

Re: A doubt about my ICAP server

2007-05-16 Thread Tsantilas Christos
Hi Jeremy, I think it is icap_server bug. It is missing a comma in Encapsulated header. In ICAP headers responce, the line: Encapsulated: res-hdr=0 res-body=477 Must be Encapsulated: res-hdr=0, res-body=477 Regards, Christos Jeremy Lardon wrote: Hey all, This mail is the

Re: squid3_logdaemon work (round 1) complete

2007-05-16 Thread Guido Serassio
Hi Adrian, At 15.59 16/05/2007, Adrian Chadd wrote: I've completed the first round logfile code shifting. * use stdio for logfile writing; isn't going to be worse than how it was done before (still sync) * write LogFile class with basic interfaces * convert code to use LogFile methods *

TPROXY - fully transparent proxying - documentation

2007-05-16 Thread Adrian Chadd
I've begun assembling all the notes I've got lying about for the TPROXY stuff. http://wiki.squid-cache.org/ConfigExamples/FullyTransparentWIthTPROXY (note the typo. I was in a rush.) Now, this is just a bunch of assembled notes from some emails to/from Steven Wilton and someone testing TPROXY.