Re: Squid-3 merge request, status update

2003-07-06 Thread Henrik Nordstrom
On Wednesday 25 June 2003 23.54, Henrik Nordstrom wrote: - Collapsed forwarding Still pending. - Custom log formats Merged, but not refactored to C++. - ext_user acl type to match user name returned by external acl Merged, and refactored accordingly to fid the ACL scheme of Squid-3

Squid-3 merge request

2003-06-25 Thread Henrik Nordstrom
Hi Robert, Is there any possibility to get a handful of new features merged into Squid-3.0? Candidates in my queue: - Collapsed forwarding http://devel.squid-cache.org/collapsed_forwarding/ This is a big benefit for high traffic accelerator setups - Custom log formats

Re: squid 3 config changes

2003-03-14 Thread Henrik Nordstrom
Detect and suggest seems most proper, or actually * write a small lint type tool for squid configurations which keeps knowledge about old directives and also common errors. * When encountering a syntax error in squid.conf, abort with a message to recommend using the lint tool to check and verify

Re: squid 3 config changes

2003-03-14 Thread Robert Collins
On Fri, 2003-03-14 at 18:46, Henrik Nordstrom wrote: Detect and suggest seems most proper, or actually * write a small lint type tool for squid configurations which keeps knowledge about old directives and also common errors. * When encountering a syntax error in squid.conf, abort with a

squid 3 config changes

2003-03-13 Thread Robert Collins
Since we appear to be making backwards incompatible changes routinely now, I wonder if an upgrade-tool would be useful? I.e. for the 2.5 change that tool would have migrated the authentication settings to the equivalent basic settings. For 3.0 the httpd_ settings should get applied to all

squid-3 buglet: stack trace

2003-03-06 Thread Adrian Chadd
Program received signal SIGABRT, Aborted. 0x281edb58 in kill () from /usr/lib/libc.so.4 (gdb) bt #0 0x281edb58 in kill () from /usr/lib/libc.so.4 #1 0x2822f10a in abort () from /usr/lib/libc.so.4 #2 0x8085307 in xassert (msg=0x80fc925 c-locks 65535, file=0x80fc805 cbdata.cc, line=318) at

Re: squid-3 buglet: stack trace

2003-03-06 Thread Henrik Nordstrom
tor 2003-03-06 klockan 17.00 skrev Adrian Chadd: Program received signal SIGABRT, Aborted. 0x281edb58 in kill () from /usr/lib/libc.so.4 (gdb) bt #0 0x281edb58 in kill () from /usr/lib/libc.so.4 #1 0x2822f10a in abort () from /usr/lib/libc.so.4 #2 0x8085307 in xassert (msg=0x80fc925

Re: squid-3 buglet: stack trace

2003-03-06 Thread Adrian Chadd
On Thu, Mar 06, 2003, Henrik Nordstrom wrote: (gdb) hm. I don't remember ever doing that. :) I'll take a squizz in a tick. cbdataReferenceDone missing from ConnStateData::~ConnStateData I think.. I'll leave it for robert to look at tomorrow morning (thismorning. :) That way he can

Re: squid-3 buglet: stack trace

2003-03-06 Thread Robert Collins
have replacements: In squid-2: memPoolAlloc + set variables OR cbdataAlloc + set variables OR x[c|m]alloc + set variables in squid-3: new Foo(parameters) OR new Foo OR new Foo + set variables === in squid-2: cleanup + cbdataFree OR cleanup + memPoolFree OR clenaup + [x|safe_]free in squid-3: Foo

squid-3 testing, thus far

2003-03-06 Thread Adrian Chadd
hiya, Squid-3 seems to have settled down quite a bit now. Its been doing this 125req/sec for a couple of hours now with no visible memory leaks. We'll have to stress out some of the ACL stuff to check for leaks there and I'll turn on ufs and diskd to see how they fare. So far, so good

squid-3 bug: diskd

2003-03-06 Thread Adrian Chadd
yo, here's a diskd bug I'm seeing: 2003/03/07 14:28:56| could not parse headers from on disk structure! .. lots and lots of em. I'll try with UFS in a minute. Adrian

Re: squid-3 bug: diskd

2003-03-06 Thread Adrian Chadd
On Thu, Mar 06, 2003, Adrian Chadd wrote: yo, here's a diskd bug I'm seeing: 2003/03/07 14:28:56| could not parse headers from on disk structure! .. lots and lots of em. I'll try with UFS in a minute. So far 75req/sec on UFS, no message. Hm. Diskd evilness? Adrian

squid-3 issues

2003-03-03 Thread Adrian Chadd
Yo, source='ufs/store_dir_ufs.cc' object='ufs/store_dir_ufs.o' libtool=no depfile='.deps/ufs/store_dir_ufs.Po' tmpdepfile='.deps/ufs/store_dir_ufs.TPo' depmode=gcc /usr/local/bin/bash ../../cfgaux/depcomp g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I. -I../../include -I../../include

squid 3 is broken for non-delaypools builds

2003-03-03 Thread Adrian Chadd
yo, building with no delay pools doesn't work: [EMAIL PROTECTED]:~/work/squid/squid-cvs/squid3/src make store.o source='store.cc' object='store.o' libtool=no depfile='.deps/store.Po' tmpdepfile='.deps/store.TPo' depmode=gcc /usr/local/bin/bash ../cfgaux/depcomp g++ -DHAVE_CONFIG_H

Re: squid 3 1 bug left

2003-02-05 Thread Henrik Nordstrom
in different manners Was planning on taking the ugly path of simply rename the CVS file in place to preserve history if that is ok.. as we have not made any Squid-3 releases this should be ok I think. better to copy the file, and cvs rm the old one. That way cvs -D still works correctly. I

Re: Broken Squid-3 on Windows: diskd helper builds even when notconfigured

2003-02-02 Thread Robert Collins
On Sun, 2003-02-02 at 22:18, Guido Serassio wrote: Hi, Building the nt branch, I have found that the diskd helper is build even when diskd is not configured. The following patch to HEAD seem to fix the problem. I don't know if this is the better solution. APplied, thanks. Rob -- GPG

Re: Broken Squid-3 on Windows

2003-02-01 Thread Robert Collins
On Sun, 2003-02-02 at 06:25, Guido Serassio wrote: Hi, After a cvsmerge, I have found a case non sensitivity problem on Windows /Cygwin, MinGW and Visual Studio): The src/String.h file is included instead of the string.h C include file because for windows the file name is not case

<    1   2   3   4