Updates to configure.ac for netfilter marking

2011-01-09 Thread Andrew Beverley
Hi all, I was recently caught out by my own patch when compiling Squid :-) I compiled with netfilter marking enabled, but couldn't work out why packets weren't being marked. It was only after turning on detailed logging that I realised it was because Squid had been compiled without libcap. Theref

[PATCH] bug 3081: comm layer cleanups for TCP acceptor

2011-01-09 Thread Amos Jeffries
Attached patch contains the cleanup-comm branch changes to ListenStateData which make it an AsyncJob (called Comm::TcpAcceptor) using Subscriptions to generate calls. This fixes the call re-use problem of bug 3081 and a related FTP data connection bug. Alex: please test that this does not