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) Inter

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

2015-08-20 Thread noc
See -- Started by an SCM change Building remotely on polygraph (12.04 amd64-Ubuntu Ubuntu amd64-Ubuntu-12.04 Ubuntu-12.04 amd64) in workspace $ b

[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 + +++ s

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

2015-08-20 Thread noc
See -- Started by an SCM change Building remotely on polygraph (12.04 amd64-Ubuntu Ubuntu amd64-Ubuntu-12.04 Ubuntu-12.04 amd64) in workspace $ b

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

2015-08-20 Thread noc
See ___ 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 ___ 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

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

2015-08-20 Thread noc
See -- Started by an SCM change Building remotely on polygraph (12.04 amd64-Ubuntu Ubuntu amd64-Ubuntu-12.04 Ubuntu-12.04 amd64) in workspace $ b

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

2015-08-20 Thread noc
See ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

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

2015-08-20 Thread Alex Rousskov
On 08/20/2015 06:10 AM, Kinkie wrote: > 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. Consider adding begin/end markers (for your EnumIteration code) while you rewriting

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 t

[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 feat