Removed some uses of RefCount::getRaw() in DelayPool.cc

2007-04-22 Thread Tsantilas Christos
Hi Duane, I think there is an error in DelayPool.cc file and squid3 does not compiles if delay pools are enabled. The fix is: --- DelayPool.cc20 Apr 2007 22:51:19 - 1.6 +++ DelayPool.cc22 Apr 2007 07:21:19 - @@ -69,7 +69,7 @@ void DelayPool::dump (StoreEntry

Re: Debug-Sections for Release

2007-04-22 Thread Amos Jeffries
Amos Jeffries wrote: This is a cleanup of the published Debug Sections in Squid 3.0. Source files are only altered in the commented DEBUG: areas. All changes are to better prepare these sections for automatic processing. Some are to bring code sections marked with unknown (ie section ??) up

Re: debug statements to debugs statements

2007-04-22 Thread Tsantilas Christos
I do a first conversion from debug statements to debugs statements. The patch is big (~750K) to post it to mailing list so I put the result here: http://www.chtsanti.net/others/CONVER_DEBUGS.diff I hope that it is something needed for squid3 because the conversion takes a lot of my time

Re: cvs commit: squid3/src HttpHeader.cc

2007-04-22 Thread Tsantilas Christos
Hi Adrian, Looks that we are working the same thing. All we have limited time so It is bad two people trying to do the same thing. If you continue converting debug to debugs and similar code, please inform me. If you think that I can help you please tell me how and I will try. Or I can try

Re: debug statements to debugs statements

2007-04-22 Thread Adrian Chadd
On Sun, Apr 22, 2007, Tsantilas Christos wrote: Adrian Chadd wrote: There's now an implied \n (ie, eol) in the debug path; your patch has \n's in there. Oops! I really did not see it (@#$%^[EMAIL PROTECTED]@#)! I will try to remove it.. But I think It

Re: debug statements to debugs statements

2007-04-22 Thread Tsantilas Christos
OK, It takes something less than a year... The patch at: http://www.chtsanti.net/others/CONVER_DEBUGS.diff does not contains \n any more. I hope that it is OK now Please try to do not find any such error ... in Sunday... you can find it on Monday morning :-) ! Regards, Christos

Re: Debug-Sections for Release

2007-04-22 Thread Adrian Chadd
On Sun, Apr 22, 2007, Amos Jeffries wrote: Amos Jeffries wrote: This is a cleanup of the published Debug Sections in Squid 3.0. Source files are only altered in the commented DEBUG: areas. All changes are to better prepare these sections for automatic processing. Some are to bring code