Build failed in Jenkins: 3.HEAD-coadvisor #195

2014-02-08 Thread noc
See http://build.squid-cache.org/job/3.HEAD-coadvisor/195/ -- Started by an SCM change Building remotely on co-advisor in workspace http://build.squid-cache.org/job/3.HEAD-coadvisor/ws/ Cleaning workspace... $ bzr checkout --lightweight

Build failed in Jenkins: 3.HEAD-amd64-centos-6 #209

2014-02-08 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-centos-6/209/changes Changes: [Amos Jeffries] Various fixes to configure for FreeBSD 10 * Detect cstdio file presence for libcompat * Fix shell syntax in Heimdal Kerberos library detection --

Re: [PATCH] Comm::TcpReceiver - part 1, 2, and 3

2014-02-08 Thread Amos Jeffries
On 8/02/2014 8:05 p.m., Alex Rousskov wrote: On 02/07/2014 09:26 PM, Amos Jeffries wrote: On 8/02/2014 1:54 p.m., Alex Rousskov wrote: On 02/05/2014 07:55 AM, Amos Jeffries wrote: * Kept the TcpReceiver name for now since Alex is disagreeing with callign the interface an agent. I do not

Re: [PREVIEW] cache_peer standby=N

2014-02-08 Thread Amos Jeffries
On 8/02/2014 8:57 p.m., Alex Rousskov wrote: On 02/07/2014 11:33 PM, Amos Jeffries wrote: On 8/02/2014 10:14 a.m., Alex Rousskov wrote: The feature focus is to instantly provide a ready-to-use connection to a cooperating cache peer, virtually at all times. This is useful when connection

Build failed in Jenkins: 3.HEAD-coadvisor #196

2014-02-08 Thread noc
See http://build.squid-cache.org/job/3.HEAD-coadvisor/196/ -- Started by an SCM change Building remotely on co-advisor in workspace http://build.squid-cache.org/job/3.HEAD-coadvisor/ws/ Cleaning workspace... $ bzr checkout --lightweight

Build failed in Jenkins: 3.HEAD-amd64-centos-6 #210

2014-02-08 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-centos-6/210/changes Changes: [Amos Jeffries] Move compat/unsafe.h protections from libcompat to source maintenance It is sufficient to run a code scan from source-maintenance.sh for the unsafe functions being used in Squid-specific code

Build failed in Jenkins: 3.HEAD-amd64-centos-6 #211

2014-02-08 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-centos-6/211/changes Changes: [Amos Jeffries] Source Maintenance - manual run -- [...truncated 3174 lines...] config.status: creating lib/smblib/Makefile config.status: creating lib/snmplib/Makefile

Build failed in Jenkins: 3.HEAD-coadvisor #197

2014-02-08 Thread noc
See http://build.squid-cache.org/job/3.HEAD-coadvisor/197/ -- Started by an SCM change Building remotely on co-advisor in workspace http://build.squid-cache.org/job/3.HEAD-coadvisor/ws/ Cleaning workspace... $ bzr checkout --lightweight

Re: Regression introduced in trunk r13201 (large rock merge)

2014-02-08 Thread Nikolai Gorchilov
Hi, Unfortunately, the rock store issue I've found isn't related to r13201 regression as presumed by Amos. It's still available with both stable (3.4.x) and development (3.HEAD) branches. As it is a show stopper for everyone who wants to use the rock store, even with the stable branch, let me

Re: [PATCH] refactor Vector

2014-02-08 Thread Kinkie
On Fri, Feb 7, 2014 at 6:32 AM, Alex Rousskov rouss...@measurement-factory.com wrote: On 02/04/2014 12:57 PM, Kinkie wrote: On Sun, Feb 2, 2014 at 10:42 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 2014-02-03 08:06, Kinkie wrote: Hi, the attached patch (merge from

Re: [PATCH] refactor Vector

2014-02-08 Thread Alex Rousskov
On 02/08/2014 03:44 PM, Kinkie wrote: And I don't see how to reliably get to vector[0] in pre-11 STL. Do you have any clue? My understanding is that you just do vector_object[0], but I have not tested that. Cheers, Alex.

Re: [PREVIEW] cache_peer standby=N

2014-02-08 Thread Alex Rousskov
On 02/08/2014 04:34 AM, Amos Jeffries wrote: My understanding of the plan for runners was that it would be more appropriate for a pre-config runner which saved the state prior to config parsing and a post-config runner which sync'd them together. I see no need for a sync() method in that