Re: /dev/poll support for squid-2

2007-05-21 Thread Henrik Nordstrom
sön 2007-05-20 klockan 17:43 +0800 skrev Adrian Chadd: I've written some initial /dev/poll support for squid-2: http://www.creative.net.au/diffs/2007-05-20-squid2-devpoll.diff The notable change to the rest of the codebase is exposing commOpen() and commClose() functions. commOpen() to

Re: /dev/poll support for squid-2

2007-05-21 Thread Adrian Chadd
On Mon, May 21, 2007, Henrik Nordstrom wrote: What's left to make it a full /dev/poll support? Just testing, or is something missing? Testing. Well, the stuff I first committed was an attempt to be friendly and bunch up event updates a-la kqueue - but delete entries when the FD closes so we

Interested in getting involved

2007-05-21 Thread Emilio Casbas
Hi all, I have been working with squid for 5 years. We are working with different scenarios and configurations such as cache-proxy with several acls in a multiple caching hierarchy. Reverse proxy and transparent proxy. I would like to get involved with squid in order to know their internal

Re: cvs commit: squid/src tools.c

2007-05-21 Thread Henrik Nordstrom
sön 2007-05-20 klockan 23:53 -0600 skrev Adrian Chadd: use inet_ntoa() for now; my optimised code was getting the octets backward on my PPC; even when I tried using ntohl(). I'll fix this one day.. ntohl is a nop on PPC and other big-endian systems.. You need to parse the address in host

Re: Interested in getting involved

2007-05-21 Thread Henrik Nordstrom
mån 2007-05-21 klockan 12:09 +0200 skrev Emilio Casbas: Hi all, I have been working with squid for 5 years. We are working with different scenarios and configurations such as cache-proxy with several acls in a multiple caching hierarchy. Reverse proxy and transparent proxy. I would like

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

2007-05-21 Thread Adrian Chadd
On Mon, May 21, 2007, Alex Rousskov wrote: You have not mentioned any bugs that this change fixes. From the discussion on this list, it looks like the change is far from trivial and is more complex than you originally thought. UDP logging, the primary factor for doing this changes (as far as