Build failed in Jenkins: 3.HEAD-ppc-MacOS-Leopard #43

2012-10-06 Thread noc
See -- [...truncated 3801 lines...] -e "s%[@]DEFAULT_MIME_TABLE[@]%

Build failed in Jenkins: 3.HEAD-amd64-opensuse #221

2012-10-06 Thread noc
See Changes: [Amos Jeffries] Typo in rev12352 [Amos Jeffries] Fix error: 'opt_parse_cfg_only' was not declared in this scope [Amos Jeffries] Release Notes: 3.3 updates [Amos Jeffries] Polish: use DBG_PARSE_NOTE to warn about

Jenkins build is back to normal : 3.HEAD-amd64-CentOS-5.3 #2067

2012-10-06 Thread noc
See

Build failed in Jenkins: 3.HEAD-amd64-CentOS-5.3 #2066

2012-10-06 Thread noc
See Changes: [Amos Jeffries] Fix error: 'opt_parse_cfg_only' was not declared in this scope [Amos Jeffries] Release Notes: 3.3 updates -- [...truncated 4347 lines...] libtool: compile

Re: Summary of store_url project and some questions before posting some patches.

2012-10-06 Thread Henrik Nordström
lör 2012-10-06 klockan 17:24 +0200 skrev Eliezer Croitoru: > Code implementation is quite simple but since I was working with the old > bzr revision 12317 ant now its about 30 revisions up I dont have a clue > on what to do. are you stuck on repository format upgrade, or on incompatible changes

Build failed in Jenkins: 3.2-matrix » opensuse-x64 #271

2012-10-06 Thread noc
See Changes: [Amos Jeffries] 3.2.2 [Amos Jeffries] Bug 3661: Segmentation fault when using more than 1 worker Previous change to Ipc::Mem::PageStack making variable arrays into dynamically-allocated arrays added an

Build failed in Jenkins: 3.2-matrix » obsd-51-x86 #271

2012-10-06 Thread noc
See -- Started by upstream project "3.2-matrix" build number 271 Building remotely on obsd-51-x86 in workspace java.

Build failed in Jenkins: 3.2-matrix » obsd-49-x86 #271

2012-10-06 Thread noc
See -- Started by upstream project "3.2-matrix" build number 271 Building remotely on obsd-49-x86 in workspace java.

Jenkins build is back to normal : 3.2-matrix » master #271

2012-10-06 Thread noc
See

Re[2]: Summary of store_url project and some questions before posting some patches.

2012-10-06 Thread Eliezer Croitoru
> Original Message >From: Alex Rousskov >To: "Eliezer Croitoru" >Cc: "Squid Developers" >Sent: Sat, Oct 6, 2012, 11:49 PM >Subject: Re: Summary of store_url project and some questions before posting >some patches. > >On 10/06/2012 09:24 AM, Eliezer Croitoru wrote: >> As I moved forward

Re: Summary of store_url project and some questions before posting some patches.

2012-10-06 Thread Alex Rousskov
On 10/06/2012 09:24 AM, Eliezer Croitoru wrote: > As I moved forward and managed to make store_url feature stable to pass > all of my tests The next step is to state a summary of the feature. > > The goal of store_url feature is to give squid a way to handle > De-duplication of objects. > > Code

Re: /bzr/squid3/trunk/ r12345: Do not check 'reply content_length is too big' condition twice.

2012-10-06 Thread Alex Rousskov
On 10/05/2012 05:36 PM, Alex Rousskov wrote: > > revno: 12345 > committer: Alex Rousskov > branch nick: trunk > timestamp: Fri 2012-10-05 17:36:22 -0600 > message: > Do not check 'reply content_length is too big' condition twice. >

Summary of store_url project and some questions before posting some patches.

2012-10-06 Thread Eliezer Croitoru
As I moved forward and managed to make store_url feature stable to pass all of my tests The next step is to state a summary of the feature. The goal of store_url feature is to give squid a way to handle De-duplication of objects. Code implementation is quite simple but since I was working wit

Re: some notes and help to think is needed + Test results of testing basics in store_url_rewrite.

2012-10-06 Thread Eliezer Croitoru
On 10/6/2012 2:08 PM, Amos Jeffries wrote: ?? sure we are looking at the same Line-506 of src/client_side_reply.cc in trunk ?? " switch (varyEvaluateMatch(e, r)) {" well it seems one of us have caching problem? or what? my 506 is: "if (strcmp(e->mem_obj->url, urlCanonical(r)) != 0) {" I also

Re: some notes and help to think is needed + Test results of testing basics in store_url_rewrite.

2012-10-06 Thread Amos Jeffries
On 6/10/2012 8:53 p.m., Eliezer Croitoru wrote: On 9/27/2012 7:55 AM, Amos Jeffries wrote: This is the HTTP/1.1 variant handling code. Each request URL may have multiple response variants depending on the things indicated by Vary: header and possibly ETag header as a unique ID for each variant.

Build failed in Jenkins: 3.HEAD-amd64-CentOS-5.3 #2065

2012-10-06 Thread noc
See Changes: [Amos Jeffries] Polish: use DBG_PARSE_NOTE to warn about deprecated logformat tokens -- [...truncated 4345 lines...] libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I.

Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-9.0-clang #20

2012-10-06 Thread noc
See -- [...truncated 3006 lines...] libtool: link: clang++ -DHELPERSCRIPT=\"/usr

Build failed in Jenkins: 3.HEAD-amd64-opensuse #220

2012-10-06 Thread noc
See -- [...truncated 7163 lines...] Testing ../../src/mime.h ...Ok. Testing ../../src/ftp.h ...Ok. Testing ../../src/LoadableModules.h ...Ok. Testing ../../src/stmem.h ...Ok. Testing ../../src/Com

Build failed in Jenkins: 3.HEAD-amd64-FreeBSD-9.0-clang #19

2012-10-06 Thread noc
See Changes: [Automatic source maintenance] Branch 3.3.0.0 -- [...truncated 3009 lines...] libtool: link: clang++ -DHELPERSCRIPT=\"/usr

Re: some notes and help to think is needed + Test results of testing basics in store_url_rewrite.

2012-10-06 Thread Eliezer Croitoru
On 9/27/2012 7:55 AM, Amos Jeffries wrote: This is the HTTP/1.1 variant handling code. Each request URL may have multiple response variants depending on the things indicated by Vary: header and possibly ETag header as a unique ID for each variant. How it is done in Squid is that the store contai