Re: bzr cutover timetable

2008-03-04 Thread Henrik Nordstrom
On Tue, 2008-03-04 at 20:56 +0100, Guido Serassio wrote: > On proprietary Unix a binary package for Python 2.4 or better is not > always simple to find: python.org distributes binaries for Windows (32-bit, 64-bit and ia64) and MacOS (x86 & ppc). ActivePython should also work. Available for Wind

Re: squid3 CVS down for the migration

2008-03-04 Thread Amos Jeffries
> I'm doing the CVS->bzr migration now, any future squid3 commits will be > ignored. > > -Rob > -- > GPG key available at: . > Oh darn, I got my date conversion wrong. Oh well this afternoons commits weren't much. Amos

Re: cleanup squid3/src dlink.cc,NONE,1.1.2.1 AuthConfig.h,1.3.26.1, 1.3.26.2 AuthUser.cci,1.3,1.3.26.1 AuthUser.h,1.6.4.2, 1.6.4.3 Makefile.am,1.138.2.7,1.138.2.8 client_side_reply.cc, 1.125.2.2,1.125

2008-03-04 Thread Alex Rousskov
On Tue, 2008-03-04 at 15:53 +1300, Amos Jeffries wrote: > > Eventually you will want to either use these types outside of src/ > > or replace them with the BSD list macros. > > > > I'd suggest splitting it up into something under the top level dir, > > rather than under src/, to avoid having to sh

Re: bzr cutover timetable

2008-03-04 Thread Guido Serassio
Hi Henrik, At 00:35 04/03/2008, Henrik Nordstrom wrote: On Sun, 2008-03-02 at 20:31 +0100, Guido Serassio wrote: > But just a request: please before publish somewhere the binary > package availability and all the instructions and tips needed to use > bzr on all the platforms used for development

Re: What's in the NT branch

2008-03-04 Thread Alex Rousskov
On Sat, 2008-03-01 at 10:57 +0100, Guido Serassio wrote: > >On Sun, 2008-02-24 at 21:26 +0100, Henrik Nordström wrote: > > > Guido, > > > > > > what's actually in the NT branch today? Is it only the "makefiles", or > > > is there any actual source changes which should not be merged to the > > > ma

Re: async-calls squid3/src debug.cc,1.18.4.4,1.18.4.5 Debug.h,1.10.4.3,1.10.4.4 main.cc,1.89.4.7,1.89.4.8 structs.h,1.116.4.3,1.116.4.4 cf.data.pre,1.155.4.3,1.155.4.4

2008-03-04 Thread Alex Rousskov
On Sat, 2008-03-01 at 16:27 +0900, Adrian Chadd wrote: > On Mon, Feb 25, 2008, Alex Rousskov wrote: > > The overall goal is robustness: make production Squid installations > > crash less often. In this particular case, we are trying to kill the > > transaction or job that hit an internal error (a.k

bzr commit emails

2008-03-04 Thread Robert Collins
Where should I send the commit emails to for bzr? squid-commits ? -Rob -- GPG key available at: . signature.asc Description: This is a digitally signed message part

squid3 CVS down for the migration

2008-03-04 Thread Robert Collins
I'm doing the CVS->bzr migration now, any future squid3 commits will be ignored. -Rob -- GPG key available at: . signature.asc Description: This is a digitally signed message part

Re: Initial patch for file suffix acl

2008-03-04 Thread Amos Jeffries
Lucas Brasilino wrote: Hi Amos * strrchr() is probably the better for finding the '.' the forward-search is likely to be on average slower than the reverse-search. Particularly for objects without parameters which are in the majority. * strlen(l->key) is relatively quite slow and CPU inten

Re: Time for squid 3.0 STABLE2 ?

2008-03-04 Thread Amos Jeffries
Henrik Nordstrom wrote: On Thu, 2008-02-28 at 01:04 +1300, Amos Jeffries wrote: Just a few issues remaining before 3.0.STABLE-2. * patch 11467 back-porting. cd English ls ERR_* >../list * Close more bugs? http://www.squid-cache.org/bugs/show_bug.cgi?id=2127 Is closed and verifi

Re: Initial patch for file suffix acl

2008-03-04 Thread Lucas Brasilino
Hi Amos * strrchr() is probably the better for finding the '.' the forward-search is likely to be on average slower than the reverse-search. Particularly for objects without parameters which are in the majority. * strlen(l->key) is relatively quite slow and CPU intensive. If possible it nee

Google SOC 2008: Mentor Requests

2008-03-04 Thread Adrian Chadd
G'day, Participation in the Google SOC this year was discussed at the London meetup last week. We'd love to - there's lots of interesting stuff to kick to students! - but the problem we have is time. Noone participating in the discussion was able to commit enough time (10+ hours a week) to proper

Re: Time for squid 3.0 STABLE2 ?

2008-03-04 Thread Amos Jeffries
Guido Serassio wrote: Hi Amos, At 11:35 01/03/2008, Amos Jeffries wrote: The above is only solved by manually removing the swap.state file. There is something funky going on with the permissions before these high-level swap.state operations. I've seen it here in HEAD and thought it in the co

PONG! Re: test -ignore

2008-03-04 Thread Amos Jeffries
Robert Collins wrote:

Re: bzr cutover timetable

2008-03-04 Thread Robert Collins
On Sun, 2008-03-02 at 20:31 +0100, Guido Serassio wrote: > Hi, > > At 13:47 02/03/2008, Robert Collins wrote: > >Henrik and I have been fine tuning the bzr configuration instructions > >and checking everything is sufficiently good to migrate across to. > > > >We propose to cut across on Tuesday; i

Re: Initial patch for file suffix acl

2008-03-04 Thread Robert Collins
On Mon, 2008-03-03 at 14:31 -0300, Lucas Brasilino wrote: > Hi Robert: > > > > > Its probably better to do this as a combined regex: > > > > acl file_suffix exts .foo .bar .baz > > > > creating a regexp based acl .*(\.foo|\.bar|\.baz)$ > > > > any decent regexp engine will be better at this th

test -ignore

2008-03-04 Thread Robert Collins
-- GPG key available at: . signature.asc Description: This is a digitally signed message part

Re: Initial patch for file suffix acl

2008-03-04 Thread Robert Collins
On Sat, 2008-03-01 at 14:16 -0300, Lucas Brasilino wrote: > Hi > > Some time ago Henrik asked for volunteer to some beginner squid developer > task. > Due some time constraint problems (working on my final project), I > couldn't work on > it as I desired. But now I have more time (I hope :) ). >