Re: [PATCH] note acl

2013-05-25 Thread Tsantilas Christos
Patch applied to trunk. On 05/24/2013 05:42 PM, Amos Jeffries wrote: On 23/05/2013 5:26 a.m., Tsantilas Christos wrote: On 05/21/2013 09:14 AM, Amos Jeffries wrote: On 17/05/2013 4:41 a.m., Tsantilas Christos wrote: 2) note acl ( trunk-note-ACL-v5.patch ) Syntax: acl aclname note name

Re: [PATCH] Pipeline prefetch build-time control

2013-05-25 Thread Amos Jeffries
So be it. This drops connOkToAddrequest() in favour of a ConnStateData::concurrentRequestQueueFilled() which simply checks the available queue space and replies true/false. All other state handling relies on the existing code to behave properly. Pity anyone who hits a bug. I've left in the

Build failed in Jenkins: 3.HEAD-amd64-CentOs-icc #1038

2013-05-25 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-CentOs-icc/1038/changes Changes: [Amos Jeffries] Windows: include 'functional' before defining stdlib API wrapper functions We currently use of #define to replace functions in the stdlib API with versions which use the Windows API and error

Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-9.0-clang #256

2013-05-25 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-FreeBSD-9.0-clang/256/changes Changes: [Amos Jeffries] Windows: include 'functional' before defining stdlib API wrapper functions We currently use of #define to replace functions in the stdlib API with versions which use the Windows API and

Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-9.0-clang #257

2013-05-25 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-FreeBSD-9.0-clang/257/ -- [...truncated 17951 lines...] mv -f .deps/Pages.Tpo .deps/Pages.Plo /bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H

Re: [PATCH] Pipeline prefetch build-time control

2013-05-25 Thread Alex Rousskov
On 05/25/2013 01:42 AM, Amos Jeffries wrote: So be it. This drops connOkToAddrequest() in favour of a ConnStateData::concurrentRequestQueueFilled() which simply checks the available queue space and replies true/false. All other state handling relies on the existing code to behave properly.

Re: [PATCH] Pipeline prefetch build-time control

2013-05-25 Thread Amos Jeffries
On 26/05/2013 12:57 p.m., Alex Rousskov wrote: On 05/25/2013 01:42 AM, Amos Jeffries wrote: So be it. This drops connOkToAddrequest() in favour of a ConnStateData::concurrentRequestQueueFilled() which simply checks the available queue space and replies true/false. All other state handling

Build failed in Jenkins: 3.HEAD-amd64-CentOs-icc #1039

2013-05-25 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-CentOs-icc/1039/ -- [...truncated 26213 lines...] make[4]: Entering directory

Re: [PATCΗ] Quoted values in squid.conf

2013-05-25 Thread Amos Jeffries
On 24/05/2013 7:38 a.m., Tsantilas Christos wrote: This patch : - adds support for quoted values in the entire squid.conf - warn about or prohibit values that can no longer be interpreted as either quoted strings or simple tokens - support file:path/to/file.name syntax to load external

Re: WARNING: no_suid: setuid(0): (1) Operation not permitted

2013-05-25 Thread Amos Jeffries
On 23/05/2013 4:29 a.m., Alex Rousskov wrote: On 05/22/2013 09:25 AM, Eliezer Croitoru wrote: On 5/22/2013 5:59 PM, Alex Rousskov wrote: On 05/22/2013 07:00 AM, Amos Jeffries wrote: I had the idea that we could add a new Kid type of Helper and differentiate the spawned helper processes with

Re: [PATCΗ] Quoted values in squid.conf

2013-05-25 Thread Alex Rousskov
On 05/25/2013 09:30 PM, Amos Jeffries wrote: On 24/05/2013 7:38 a.m., Tsantilas Christos wrote: This patch : - adds support for quoted values in the entire squid.conf - warn about or prohibit values that can no longer be interpreted as either quoted strings or simple tokens - support