Re: patch for configure option --with-swapdir

2010-09-04 Thread Amos Jeffries
Christian wrote: Hi Amos Am 01.09.2010 02:59, schrieb Amos Jeffries: On Tue, 31 Aug 2010 20:02:18 +0200, Christian ch...@computersalat.de wrote: Hi Amos, opensuse has cachedir here /var/cache/squid. Chris That dir should be what is created by the current default make install process

Re: [PATCH] Add build info tag to squid -v output

2010-09-04 Thread Amos Jeffries
Kinkie wrote: Hi all, a followup to yesterday's and today's IRC discussion. This patch adds a configure option --enable-build-info[=text] If text is specified, it will print it on the second line of squid -v. If the option is given but no text is specified, configure will attempt to determine

Re: [MERGE] Initial netfilter mark patch for comment

2010-09-04 Thread Andrew Beverley
My latest revision of the patch for netfilter marking will follow soon. Before I post it, I will reply to comments on the previous version. Question number 2: what is stubQosConfig.cc? Does that also need updating for this patch? stub* are cut down set of all non-inline

Re: [MERGE] Initial netfilter mark patch for comment

2010-09-04 Thread Andrew Beverley
On Fri, 2010-08-13 at 18:19 -0600, Alex Rousskov wrote: On 08/11/2010 03:25 PM, Andrew Beverley wrote: I've moved these, as well as most of the other QOS functions, into Ip::Qos. I have also removed the QosConfig namespace, as it didn't seem to fit with all these additional functions.

Re: patch for configure option --with-swapdir

2010-09-04 Thread Christian
Hi Amos, Aha. I found this part of the problem. Our install hook was missing the cache_dir base location create. That bit is now fixed. Thank you. you're welcome Do you have a surname for the contributors record when I commit the --with-swapdir option? Wittmer, Christian Amos --

Re: [PATCH] Add build info tag to squid -v output

2010-09-04 Thread Kinkie
On Sat, Sep 4, 2010 at 3:25 PM, Amos Jeffries squ...@treenet.co.nz wrote: Kinkie wrote: Hi all,  a followup to yesterday's and today's IRC discussion. This patch adds a configure option --enable-build-info[=text] If text is specified, it will print it on the second line of squid -v. If the

Re: [PATCH] Add build info tag to squid -v output

2010-09-04 Thread Kinkie
On Sat, Sep 4, 2010 at 8:50 PM, Alex Rousskov rouss...@measurement-factory.com wrote: On 09/03/2010 11:37 AM, Kinkie wrote: Hi all,   a followup to yesterday's and today's IRC discussion. This patch adds a configure option --enable-build-info[=text] If text is specified, it will print it on

Re: [PREVIEW] Dechunk incoming requests as needed and pipeline them to the server side.

2010-09-04 Thread Henrik Nordström
Looks like you are doing good progress in the right direction. Good work! - Ursprungsmeddelande - Dechunk incoming requests as needed and pipeline them to the server side. The server side will eventually either chunk the request or fail. That code is not ready yet and is not a part