Re: [squid-dev] [RFC] Squid 4.0 ideas

2015-03-12 Thread Alex Rousskov
On 03/07/2015 10:04 PM, Amos Jeffries wrote: Proposal 2) We are developing Squid with an incremental development process. The initial major version number is effectively meaningless in that process. We should move from the major.minor.patch to just a release.patch numbering system. This

Re: [squid-dev] [PATCH] server_name ACL

2015-03-12 Thread Amos Jeffries
Second try. Lets see if this goe through... On 25/02/2015 9:29 a.m., Tsantilas Christos wrote: Hi all, This patch adds server_name ACL matching server name(s) obtained from various sources such as CONNECT request URI, client SNI, and SSL server certificate CN. During each SslBump step,

Re: [squid-dev] [RFC] Squid 4.0 ideas

2015-03-12 Thread Amos Jeffries
On 10/03/2015 5:41 a.m., Alex Rousskov wrote: On 03/07/2015 10:04 PM, Amos Jeffries wrote: Proposal 2) We are developing Squid with an incremental development process. The initial major version number is effectively meaningless in that process. We should move from the major.minor.patch to

Re: [squid-dev] [RFC] Squid 4.0 ideas

2015-03-12 Thread Henrik Nordström
sön 2015-03-08 klockan 07:49 +0100 skrev Kinkie: Beta releases can be managed just like they are now: MAJ.0.X would be beta MAJ.Y (Y=1) would be stable Correct. Today we have release numbers that is made of major.minor (2.5, 3.0, 3,1.., 3.5), followed by patchlevel where beta releases are

Re: [squid-dev] I need a small help with an ICAP issue.

2015-03-12 Thread Eliezer Croitoru
OK so after testing and comparing working products ICAP sessions and golang ICAP library I have found the main issues. The example code for some filtering idea based on host\domain blacklisting is at: http://www1.ngtech.co.il/paste/1286/ It seems that the creator of the golang ICAP library

[squid-dev] I need a small help with an ICAP issue.

2015-03-12 Thread Eliezer Croitoru
Hey Dev-list, I need your help. I wrote an ICAP service in golang for testing purposes and I am encountering an issue. After trying couple ICAP libs on different languages I found the the golang ICAP server implementation seems very good to me. I have tested the ICAP service in different

[squid-dev] I need a small help with an ICAP issue.

2015-03-12 Thread Eliezer Croitoru
Hey Dev-list, I need your help. I wrote an ICAP service in golang for testing purposes and I am encountering an issue. After trying couple ICAP libs on different languages I found the the golang ICAP server implementation seems very good to me. I have tested the ICAP service in different

[squid-dev] Build failed in Jenkins: trunk-matrix » gcc,j-fbsd-93 #130

2015-03-12 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=gcc,label=j-fbsd-93/130/ -- [...truncated 3019 lines...] mv -f .deps/basic_getpwnam_auth.Tpo .deps/basic_getpwnam_auth.Po /bin/sh ../../../libtool --tag=CXX--mode=link ccache g++ -Wall

[squid-dev] Build failed in Jenkins: trunk-x64-centos-6-clang #498

2015-03-12 Thread noc
See http://build.squid-cache.org/job/trunk-x64-centos-6-clang/498/changes Changes: [Amos Jeffries] Tests: extend pre-compiler unit tests to check macro permutations We are getting come complaints about precompiler issues building with #if FOO FOO || FOO boolean constructs using undefined

Re: [squid-dev] [PATCH] server_name ACL

2015-03-12 Thread Amos Jeffries
On 25/02/2015 9:29 a.m., Tsantilas Christos wrote: Hi all, This patch adds server_name ACL matching server name(s) obtained from various sources such as CONNECT request URI, client SNI, and SSL server certificate CN. During each SslBump step, Squid improves its understanding of a true

Re: [squid-dev] [RFC] Squid 4.0 ideas

2015-03-12 Thread Alex Rousskov
On 03/10/2015 04:58 AM, Amos Jeffries wrote: On 10/03/2015 5:41 a.m., Alex Rousskov wrote: On 03/07/2015 10:04 PM, Amos Jeffries wrote: Proposal 2) We are developing Squid with an incremental development process. The initial major version number is effectively meaningless in that process.