R: Squid 3 build errors on Visual Studio - problem still present

2009-09-17 Thread Guido Serassio
Hi Henrik, Odd... std::string::npos is declared as follows: namespace std; templateclass _Elem, class _Traits, class _Ax class basic_string : public _String_val_Elem, _Ax { public: static const size_type npos; };

Re: R: Squid 3 build errors on Visual Studio - problem still present

2009-09-17 Thread Henrik Nordstrom
tor 2009-09-17 klockan 11:15 +0200 skrev Guido Serassio: It fails: vs_string.cc c:\work\vc_string\vs_string.cc(1) : error C2371: 'size_t' : redefinition; different basic types Gah, should have been unsigned long.. but interesting that VS apparently has size_t built-in. It was declared in

Re: Build failed in Hudson: 2.HEAD-amd64-CentOS-5.3 #11

2009-09-17 Thread Henrik Nordstrom
tor 2009-09-17 klockan 01:00 +0200 skrev n...@squid-cache.org: See http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/11/ -- A SCM change trigger started this job Building on master [2.HEAD-amd64-CentOS-5.3] $ cvs -Q -z3 -d

Re: Build failed in Hudson: 2.HEAD-amd64-CentOS-5.3 #11

2009-09-17 Thread Kinkie
On Thu, Sep 17, 2009 at 12:54 PM, Henrik Nordstrom hen...@henriknordstrom.net wrote: tor 2009-09-17 klockan 01:00 +0200 skrev n...@squid-cache.org: See http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/11/ -- A SCM change trigger started this job

Hudson build is back to normal: 2.HEAD-amd64-CentOS-5.3 #12

2009-09-17 Thread noc
See http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/12/changes

Re: Build failed in Hudson: 2.HEAD-amd64-CentOS-5.3 #11

2009-09-17 Thread Kinkie
On Thu, Sep 17, 2009 at 1:07 PM, Kinkie gkin...@gmail.com wrote: On Thu, Sep 17, 2009 at 12:54 PM, Henrik Nordstrom hen...@henriknordstrom.net wrote: tor 2009-09-17 klockan 01:00 +0200 skrev n...@squid-cache.org: See http://build.squid-cache.org/job/2.HEAD-amd64-CentOS-5.3/11/

[MERGE] Clean up htcp cache_peer options collapsing them into a single option with arguments

2009-09-17 Thread Henrik Nordstrom
the list of HTCP mode options had grown a bit too large. Collapse them all into a single htcp= option taking a list of mode flags. # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: hen...@henriknordstrom.net-20090917222032-\ # nns17iudtio5jovr # target_branch:

Re: [MERGE] Clean up htcp cache_peer options collapsing them into a single option with arguments

2009-09-17 Thread Robert Collins
On Fri, 2009-09-18 at 00:22 +0200, Henrik Nordstrom wrote: the list of HTCP mode options had grown a bit too large. Collapse them all into a single htcp= option taking a list of mode flags. Its not clear from the docs whether folk should do htcp=foo htcp=bar or htcp=foo,bar -Rob

Re: [MERGE] Clean up htcp cache_peer options collapsing them into a single option with arguments

2009-09-17 Thread Henrik Nordstrom
fre 2009-09-18 klockan 08:28 +1000 skrev Robert Collins: On Fri, 2009-09-18 at 00:22 +0200, Henrik Nordstrom wrote: the list of HTCP mode options had grown a bit too large. Collapse them all into a single htcp= option taking a list of mode flags. Its not clear from the docs whether folk

Re: [MERGE] Clean up htcp cache_peer options collapsing them into a single option with arguments

2009-09-17 Thread Robert Collins
+1 then signature.asc Description: This is a digitally signed message part

myport and myip differences between Squid 2.7 and 3.1 when running in intercept mode

2009-09-17 Thread James Brotchie
G'day, I'm curious about a change to the transparent/interception behaviour between Squid versions 2.7 and 3.1. I'm using a iptables NAT redirect to send all tcp traffic with dst port 80 on the FORWARD chain to port 60080 and in my squid.conf I have http_port 60080 transparent for Squid 2.7