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

2017-02-21 Thread noc
See ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] How Squid parse the configuration file?

2017-02-21 Thread Alex Rousskov
On 02/21/2017 08:22 PM, 周书林 wrote: > And one more question, is there any checking mechanism for validity of > config value? Sure, most parsers check the tokens/strings they parse. The checks are specific to the directive type and are often not comprehensive (e.g., may miss garbage after a valid

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

2017-02-21 Thread noc
See ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] How Squid parse the configuration file?

2017-02-21 Thread 周书林
Thank you very much. And one more question, is there any checking mechanism for validity of config value? For example, if config option "maximum_object_size_in_memory" is set as 1, how to check if this value is valid? 2017-02-22 0:52 GMT+08:00 Alex Rousskov :

Re: [squid-dev] Problems about Squid documentation/configuration

2017-02-21 Thread Amos Jeffries
On 22/02/2017 3:04 a.m., Rallph wrote: > Hello, > > I am actually working on a URL filter that works with Squid and his > url_rewrite_program. > I haven't installed SquidGuard or UFDBGuard either on my Debian 8.6 with > Squid 3.5 (from sources). > > The problem is : I can't find why must my

[squid-dev] Build failed in Jenkins: template-full-matrix » icc,d-centos-7 #283

2017-02-21 Thread noc
See -- Started by upstream project "template-full-matrix" build number 283 originally caused by: Started by an SCM change Building remotely on

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

2017-02-21 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 : template-full-matrix » clang,d-opensuse-13.2 #283

2017-02-21 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 : 5-matrix » clang,d-ubuntu-utopic #112

2017-02-21 Thread noc
See ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

[squid-dev] Bug 3549

2017-02-21 Thread Exinda Squid
Hi All, I am looking for someone to work on and fix Bug 3549 (http://bugs.squid-cache.org/show_bug.cgi?id=3549) We are willing to pay for the work, please reply to

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

2017-02-21 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 : 5-matrix » clang,d-opensuse-13.2 #112

2017-02-21 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 : template-full-matrix » clang,d-ubuntu-vivid #283

2017-02-21 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 : template-full-matrix » clang,d-fedora-23 #283

2017-02-21 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 : template-full-matrix » clang,d-debian-unstable #283

2017-02-21 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 : 5-matrix » clang,d-ubuntu-vivid #112

2017-02-21 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 : template-full-matrix » clang,d-ubuntu-trusty #283

2017-02-21 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 : 5-matrix » clang,d-fedora-22 #112

2017-02-21 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 : 5-matrix » clang,d-debian-jessie #112

2017-02-21 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] Bump SSL client on [more] errors encountered before ssl_bump evaluation

2017-02-21 Thread Christos Tsantilas
Hi all, The r14142 patch broke CONNECT authentication. The bug caused by a misplaced block of code while porting the patch from squid-5 to squid-3.5. My apologies. I am attaching a patch which fixes the problem for squid-3.5. The other releases does not suffer from this problem. On

Re: [squid-dev] How Squid parse the configuration file?

2017-02-21 Thread Alex Rousskov
On 02/21/2017 01:15 AM, 周书林 wrote: > I found the src/cf.data.pre file, and read the content. But I still want > to know how squid use this file to build the connection between the > config file and the source code. As you already know, the parser is generated. The generated code either places

Re: [squid-dev] [PATCH] Compilation error after r15057

2017-02-21 Thread Alex Rousskov
On 02/21/2017 02:33 AM, Eduard Bagdasaryan wrote: > There are also 'make check' problems reported by clang, > fix attached. Committed to v5 (r15063) after removing unused BandwidthBucket::reduceBucket() parameter name. Alex. > On 21.02.2017 01:24, Alex Rousskov wrote: >> On 02/20/2017 02:37 PM,

[squid-dev] Problems about Squid documentation/configuration

2017-02-21 Thread Rallph
Hello, I am actually working on a URL filter that works with Squid and his url_rewrite_program. I haven't installed SquidGuard or UFDBGuard either on my Debian 8.6 with Squid 3.5 (from sources). The problem is : I can't find why must my program return to Squid, this page

Re: [squid-dev] [PATCH] Compilation error after r15057

2017-02-21 Thread Eduard Bagdasaryan
There are also 'make check' problems reported by clang, fix attached. Eduard. On 21.02.2017 01:24, Alex Rousskov wrote: On 02/20/2017 02:37 PM, Eduard Bagdasaryan wrote: That applied fix missed one case, attaching patch for it. Committed to v5 (r15062). Alex. On 20.02.2017 21:06, Alex

Re: [squid-dev] How Squid parse the configuration file?

2017-02-21 Thread 周书林
I found the src/cf.data.pre file, and read the content. But I still want to know how squid use this file to build the connection between the config file and the source code. For example, a user's config file has a config option "maximum_object_size_in_memory", in "src/cf.data.pre", it indicate