[PATCH 2/4] [CLEANUP] Move counters to dedicated structures

2009-10-04 Thread Krzysztof Piotr Oledzki
From 09072edaddcb066c7b2b318e0e137ef67e62e867 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 4 Oct 2009 14:52:57 +0200 Subject: [CLEANUP] Move counters to dedicated structures Move counters from struct proxy and struct server to struct pxcounters and struct

[PATCH 4/4] [MEDIUM] Collect provide separate statistics for sockets, v2

2009-10-04 Thread Krzysztof Piotr Oledzki
From 862c22a128e9f63b97e2fd4b6d1024bb16d8f6fc Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 4 Oct 2009 15:43:17 +0200 Subject: [MEDIUM] Collect provide separate statistics for sockets, v2 This patch allows to collect provide separate statistics for each socket.

Re: [ANNOUNCE] haproxy-1.4-dev3

2009-10-04 Thread Aleksandar Lazic
On Fre 02.10.2009 22:54, Willy Tarreau wrote: On Fri, Oct 02, 2009 at 10:19:47PM +0200, Aleksandar Lazic wrote: Hm so if I want to add ajp,fcgi, ... protocol I think I will need a buffer for the 'header' and for the content. Yes, the principle is to chain two series of buffers like this :

Re: [ANNOUNCE] haproxy-1.4-dev3

2009-10-04 Thread Willy Tarreau
On Sun, Oct 04, 2009 at 03:59:07PM +0200, Aleksandar Lazic wrote: (...) On Fre 02.10.2009 22:54, Willy Tarreau wrote: On Fri, Oct 02, 2009 at 10:19:47PM +0200, Aleksandar Lazic wrote: Hm so if I want to add ajp,fcgi, ... protocol I think I will need a buffer for the 'header' and for the

Re: [PATCH] [DOC] Add information about http://haproxy1wt.eu/contrib.html

2009-10-04 Thread Krzysztof Oledzki
On Sun, 4 Oct 2009, Willy Tarreau wrote: Hi Krzysztof, Hi Willy, I have merged your 5 patches. I have also added minor fixes to the doc and added the clear counters line to the stats usage text. Thanks. Concerning the stats socket, I think we'll soon have to add some levels of access

Re: [PATCH] [BUG] Fix NULL pointer dereference in stats_check_uri_auth()

2009-10-04 Thread Krzysztof Oledzki
On Sun, 4 Oct 2009, Krzysztof Piotr Oledzki wrote: From fc217df5d282cfbc275f3eff286885aae0a0e117 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 4 Oct 2009 23:00:16 +0200 Subject: [BUG] Fix NULL pointer dereference in stats_check_uri_auth() Recent struct chunk

Re: [PATCH] [DOC] Add information about http://haproxy1wt.eu/contrib.html

2009-10-04 Thread Willy Tarreau
On Sun, Oct 04, 2009 at 10:36:52PM +0200, Krzysztof Oledzki wrote: Concerning the stats socket, I think we'll soon have to add some levels of access control and/or write protection, because there will surely be some environments where we'll want to prevent the clear counters from happening.

Re: [PATCH] [MINOR] Capture display more data from health checks

2009-10-04 Thread Willy Tarreau
On Sun, Oct 04, 2009 at 09:35:33PM +0200, Krzysztof Piotr Oledzki wrote: From 1299a2fe5768c502786ef28cd78dae83a31f0c83 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 4 Oct 2009 21:28:53 +0200 Subject: [MINOR] Capture display more data from health checks

Re: [PATCH] [MINOR] Capture display more data from health checks

2009-10-04 Thread Krzysztof Oledzki
On Mon, 5 Oct 2009, Willy Tarreau wrote: On Sun, Oct 04, 2009 at 09:35:33PM +0200, Krzysztof Piotr Oledzki wrote: From 1299a2fe5768c502786ef28cd78dae83a31f0c83 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 4 Oct 2009 21:28:53 +0200 Subject: [MINOR] Capture