[squid-dev] Jenkins build is back to normal : trunk-matrix » clang,d-opensuse-13.2 #308

2015-08-20 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=clang,label=d-opensuse-13.2/308/ ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] [PATCH] Coverity(-inspired) fixes part four, HttpHeader refactor

2015-08-20 Thread Amos Jeffries
On 16/08/2015 7:09 p.m., Kinkie wrote: Hi all, the attached patch does: - EnumIterator, which now uses autoconf to detect std::underlying_type - Removes header masks in HttpHeader.cc and HttpReply in favor of.. - gperf-generated header table with flags describing headers all collected in

Re: [squid-dev] Developing customized Cache Selection algorithm from Round Robin, Least Load

2015-08-20 Thread Du, Hongfei
Hi Alex Thanks for the comments, really helpful, actually by the time I read this email in the morning, I have managed to find some things exactly using search methodology as you mentioned, please find my findings inline. Best Regards, Humphrey /* Hongfei Du Staff Engineer (UK Software)

[squid-dev] [RFC] Wiki sections redesign

2015-08-20 Thread Amos Jeffries
I've been looking over the RoadMap pages again today and wondering about cleaning it up (again). One thing that is standing out is that placing wishlist designs under Features/ was a bad idea. It makes it very hard to identify those wishlist entries from actually available, in-use or has-been

[squid-dev] Build failed in Jenkins: trunk-polygraph #822

2015-08-20 Thread noc
See http://build.squid-cache.org/job/trunk-polygraph/822/ -- Started by an SCM change Building remotely on polygraph (12.04 amd64-Ubuntu Ubuntu amd64-Ubuntu-12.04 Ubuntu-12.04 amd64) in workspace http://build.squid-cache.org/job/trunk-polygraph/ws/ $ bzr

[squid-dev] [PATCH] turn FtpServer::EarlyErrorKind into strongly-typed enum

2015-08-20 Thread Kinkie
Hi, the attached patch turns FtpServer::EarlyErrorKind from a C enum into c++11 strongly-typed enum. The code did not require any change, just a bit of search-and-replace. -- Francesco === modified file 'src/servers/FtpServer.cc' --- src/servers/FtpServer.cc 2015-08-19 10:18:02 + +++

[squid-dev] Build failed in Jenkins: trunk-polygraph #823

2015-08-20 Thread noc
See http://build.squid-cache.org/job/trunk-polygraph/823/ -- Started by an SCM change Building remotely on polygraph (12.04 amd64-Ubuntu Ubuntu amd64-Ubuntu-12.04 Ubuntu-12.04 amd64) in workspace http://build.squid-cache.org/job/trunk-polygraph/ws/ $ bzr

Re: [squid-dev] [PATCH] PayloadFormatter (was PackableStream)

2015-08-20 Thread Alex Rousskov
On 08/20/2015 07:13 AM, Amos Jeffries wrote: This part of the email thread was discussing whether the existence of admin scripts (rather than various imprecise syntax rules or cachemgr.cgi code) should be the primary factor in our decision making. How is the above information relevant to that

[squid-dev] Jenkins build is back to normal : trunk-matrix » clang,rs-fbsd-10 #309

2015-08-20 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=clang,label=rs-fbsd-10/309/ ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

[squid-dev] Jenkins build is back to normal : trunk-matrix » clang,d-centos-7 #309

2015-08-20 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=clang,label=d-centos-7/309/ ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

[squid-dev] Jenkins build is back to normal : trunk-matrix » clang,d-ubuntu-trusty #309

2015-08-20 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=clang,label=d-ubuntu-trusty/309/ ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] [PATCH] PayloadFormatter (was PackableStream)

2015-08-20 Thread Amos Jeffries
On 20/08/2015 9:18 a.m., Alex Rousskov wrote: On 08/19/2015 09:47 AM, Amos Jeffries wrote: On 19/08/2015 4:50 p.m., Alex Rousskov wrote: On 08/15/2015 12:20 AM, Amos Jeffries wrote: For now this class is specifically and intentionally dumping out the (old) format for cachemgr.cgi. Other