[PATCH 1/2] [CONTRIB] Update haproxypl

2010-10-25 Thread Krzysztof Piotr Oledzki
From ed1570e2177cadd7957e35229463b8ca02276f96 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Mon, 25 Oct 2010 16:04:17 +0200 Subject: [CONTRIB] Update haproxy.pl This patch adds support for Sockets and several new variables available in the 1.4 branch. --- contrib

[PATCH 3/3] [BUG] checks: fix newline termination

2010-01-11 Thread Krzysztof Piotr Oledzki
From eb10f36700f98b5f320603e3d5bd1be7f5af411c Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Mon, 11 Jan 2010 13:16:27 +0100 Subject: [BUG] checks: fix newline termination We can't put a newline in server_status_printf() as there might be something added later. --- src

[PATCH] [BUG] stats: cookie should be reported under backend not under proxy

2010-01-06 Thread Krzysztof Piotr Oledzki
From 7046fe6b5245deb06f760896fa7e10c2163eda60 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Wed, 6 Jan 2010 15:03:18 +0100 Subject: [BUG] stats: cookie should be reported under backend not under proxy --- src/dumpstats.c | 29 - 1 files

[PATCH] [BUG] cfgparser/stats: fix error message

2010-01-06 Thread Krzysztof Piotr Oledzki
From 0d95cf9f607de59487c644af3077be1a84eb4b81 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Wed, 6 Jan 2010 16:25:05 +0100 Subject: [BUG] cfgparser/stats: fix error message Fix the error message by unification and goto, previously we had two independent lists

[PATCH 2/5] [MINOR] stats: add a link a href for sockets

2010-01-05 Thread Krzysztof Piotr Oledzki
From 69445310f3626fefb43e17822c3c62b8067bf9c2 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Mon, 4 Jan 2010 11:33:32 +0100 Subject: [MINOR] stats: add a link a href for sockets This patch adds add a link a href html tags for sockets. As sockets may have the same name

[PATCH 4/5] [MEDIUM] default-server support

2010-01-05 Thread Krzysztof Piotr Oledzki
From e80e34205ab43603b729ad54bf6922d226097c5e Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 5 Jan 2010 16:38:49 +0100 Subject: [MEDIUM] default-server support This patch implements default-server support allowing to change default server options. It can be used

[PATCH 5/5] [BUG]: add 'observer', 'on-error', 'error-limit' to supported options list

2010-01-05 Thread Krzysztof Piotr Oledzki
From 35675a6190d2b649f166eea95131c0977606ef3f Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 5 Jan 2010 16:44:17 +0100 Subject: [BUG]: add 'observer', 'on-error', 'error-limit' to supported options list --- src/cfgparse.c |4 ++-- 1 files changed, 2 insertions

[PATCH 7/5] [BUG] stats: show UP/DOWN status also in tracking servers

2010-01-05 Thread Krzysztof Piotr Oledzki
From 79b55ffdef6b659162dadd6c7a83f4514ca23366 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 5 Jan 2010 18:44:44 +0100 Subject: [BUG] stats: show UP/DOWN status also in tracking servers It was broken since 0960541e496167f4cc5f89f114e027bf8f7f1ff0: [MEDIUM] Collect

[PATCH 1/4] [BUG] config: fix erroneous check on cookie domain names, again

2009-12-15 Thread Krzysztof Piotr Oledzki
From b05e4be21fc2a1f56fc43cedc0229dd45fb54158 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 15 Dec 2009 22:45:54 +0100 Subject: [BUG] config: fix erroneous check on cookie domain names, again The previous check was correct: the RFC states that it is required

[PATCH 2/4] [DOC] some small spell fixes and unifications

2009-12-15 Thread Krzysztof Piotr Oledzki
From aed5ad7e9095d992dddbfbb178a8b52e8c476d84 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 13 Dec 2009 21:55:50 +0100 Subject: [DOC] some small spell fixes and unifications Traditionnally - Traditionally preceeded - preceded statictics - statistics (...) --- doc

[PATCH 4/4] [BUG] format '%d' expects type 'int', but argument 5 has type 'long int'

2009-12-15 Thread Krzysztof Piotr Oledzki
From 750cb365d4ea2fa886cdcc71ca2fcde22a08f9b6 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 15 Dec 2009 22:34:51 +0100 Subject: [BUG] format '%d' expects type 'int', but argument 5 has type 'long int' src/cfgparse.c: In function 'readcfgfile': src/cfgparse.c:4087

[PATCH] BUG] config: fix erroneous check on cookie domain names, again

2009-12-15 Thread Krzysztof Piotr Oledzki
From 79b9d25eb78cb217b0a8fe90d33f14061db2a767 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 15 Dec 2009 23:40:47 +0100 Subject: BUG] config: fix erroneous check on cookie domain names, again The previous check was correct: the RFC states that it is required to have

[PATCH] [RFC] Decrease server health based on http responses / events, version 2

2009-12-11 Thread Krzysztof Piotr Oledzki
Subject: [RFC] Decrease server health based on http responses / events, version 2 This RFC quality patch implements decreasing server health based on observing communication between HAProxy and servers. Changes in this version: - documentation - close race between a started check and health

[PATCH 1/2] [MINOR] add additional a hrefs to stats page

2009-10-24 Thread Krzysztof Piotr Oledzki
From e0d3f887ccd891548364c629e7a2db278e35082a Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sat, 24 Oct 2009 14:24:30 +0200 Subject: [MINOR] add additional a hrefs to stats page This patch adds a href html links for proxies, frontends, servers and backends. Once located

[PATCH 2/2] [MINOR] Collect provide http response codes for frontends, fix backends

2009-10-24 Thread Krzysztof Piotr Oledzki
From d529a265e60ea3366452329e2f462a0bd02d8e58 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sat, 24 Oct 2009 15:36:15 +0200 Subject: [MINOR] Collect provide http response codes for frontends, fix backends This patch extends and corrects the functionality introduced

[PATCH] [BUG] Fix silly typo: hspr_other - hrsp_other

2009-10-14 Thread Krzysztof Piotr Oledzki
From 9526d9bc3b1cf0cbc65a7bebf76a2407f4723262 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Wed, 14 Oct 2009 22:26:01 +0200 Subject: [BUG] Fix silly typo: hspr_other - hrsp_other s/hspr_other/hrsp_other/ --- src/dumpstats.c |2 +- 1 files changed, 1 insertions

[PATCH] [MINOR] Collect provide http response codes received from servers

2009-10-13 Thread Krzysztof Piotr Oledzki
From a3aac1f1149db0b52dc66f9e70e5ab8d14418b71 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 13 Oct 2009 21:14:09 +0200 Subject: [MINOR] Collect provide http response codes received from servers Additional data is provided on both html csv stats: - html: when

[PATCH] [MINOR] CSS HTML fun

2009-10-12 Thread Krzysztof Piotr Oledzki
From 6fc49b084ad0f4513c36418dfac1cf1046af66da Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Mon, 12 Oct 2009 23:09:08 +0200 Subject: [MINOR] CSS HTML fun This patch makes stats page about 30% smaller and CSS 2.1 + HTML 4.01 Transitional compliant. There should

[PATCH 1/3] [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim()

2009-10-10 Thread Krzysztof Piotr Oledzki
From 90db6474cadd6d9ec9c52db1845e1308dd423000 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sat, 10 Oct 2009 20:11:17 +0200 Subject: [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim() Add four generic functions. --- include/common/standard.h | 43

[PATCH 2/3] [MINOR] Add chunk_htmlencode and chunk_asciiencode

2009-10-10 Thread Krzysztof Piotr Oledzki
From e7513a5a2552e37ce72c1df8fc6d15183ef8fb56 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sat, 10 Oct 2009 21:06:03 +0200 Subject: [MINOR] Add chunk_htmlencode and chunk_asciiencode Add two functions to encode input chunk replacing non-printable, non ascii or special

[PATCH 3/3] [MINOR] Capture display more data from health checks, v2

2009-10-10 Thread Krzysztof Piotr Oledzki
From 1cff8685e1ce210979dc1afc516f504fe8e67b3f Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sat, 10 Oct 2009 21:06:49 +0200 Subject: [MINOR] Capture display more data from health checks, v2 Capture display more data from health checks, like strerror(errno) for L4

[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

[PATCH] [MINOR] add description, node and show-node/show-desc, remove node-name, v2

2009-10-02 Thread Krzysztof Piotr Oledzki
From 312f481b83fd569ef1f63747550dade2de2863db Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Fri, 2 Oct 2009 22:51:14 +0200 Subject: [MINOR] add description, node and show-node/show-desc, remove node-name, v2 This patch implements description (proxy and global) and node

[PATCH] [MEDIUM] Collect provide separate statistics for sockets

2009-09-29 Thread Krzysztof Piotr Oledzki
From 9f3e91786298783690dd8b0a113b8a5c7f1ed137 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 29 Sep 2009 20:54:26 +0200 Subject: [MEDIUM] Collect provide separate statistics for sockets This patch allows to collect provide separate statistics for each socket

[PATCH] [MAJOR] struct chunk rework

2009-09-27 Thread Krzysztof Piotr Oledzki
From 047affc5d4695cfe58c0a4824d371d3b789ab3ef Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 27 Sep 2009 13:23:20 +0200 Subject: [MAJOR] struct chunk rework Add size to struct chunk and simplify the code as there is no longer required to pass sizeof in chunk_printf

[PATCH] [MEDIUM] Health check reporting code rework + health logging, v3

2009-09-27 Thread Krzysztof Piotr Oledzki
From 3ebd52a3f74d57cd7ba0de1d112dc93c7f8ff920 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 27 Sep 2009 15:50:02 +0200 Subject: [MEDIUM] Health check reporting code rework + health logging, v3 This patch adds health logging so it possible to check what

[PATCH] [BUG] check if rise/fall has an argument and it is 0

2009-09-27 Thread Krzysztof Piotr Oledzki
From 17ad2d379c395b7be59265468ac4f515ce57 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 27 Sep 2009 16:17:31 +0200 Subject: [BUG] check if rise/fall has an argument and it is 0 Check if rise/fall has an argument and it is 0 or bad things may happen

[PATCH] [MINOR] health checks logging unification

2009-09-27 Thread Krzysztof Piotr Oledzki
From a98ea656969f39e590acc117ecf4447151cecc8b Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 27 Sep 2009 17:28:21 +0200 Subject: [MINOR] health checks logging unification The code was duplicated serveral times, let's use server_status_printf() instead. text

[PATCH] [MEDIUM] add description, node and show-node/show-desc, deprecate node-name

2009-09-27 Thread Krzysztof Piotr Oledzki
From cf8cb23ecc8d0b9f8a524dba390a323e2128a12e Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sun, 27 Sep 2009 21:29:04 +0200 Subject: [MEDIUM] add description, node and show-node/show-desc, deprecate node-name This is one of my old patches, I finally find time to clean

[PATCH] [MEDIUM] Health check reporting code rework + health logging

2009-09-24 Thread Krzysztof Piotr Oledzki
From e6f4aeafe8a7f547679d80a65892315f8f5cf047 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Thu, 24 Sep 2009 20:48:34 +0200 Subject: [MEDIUM] Health check reporting code rework + health logging This patch adds health logging so it possible to check what was happening

[PATCH] [MEDIUM] Collect show information about last health check, v2

2009-09-08 Thread Krzysztof Piotr Oledzki
From c0fafebc289c0f4a02eb10c3134e5752d4a37f97 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 8 Sep 2009 23:40:30 +0200 Subject: [MEDIUM] Collect show information about last health check, v2 Collect information about last health check result, including L7 code

[PATCH 1/2] [MEDIUM] Collect show information about last health check

2009-08-31 Thread Krzysztof Piotr Oledzki
From cbfda2a0808cd5d5cbf17ec7f0d04f7091bec9cb Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Mon, 31 Aug 2009 21:04:02 +0200 Subject: [MEDIUM] Collect show information about last health check Collect information about last health check result, including L5-7 code

[PATCH 2/2] [DOC] add missing rate_lim and rate_max

2009-08-31 Thread Krzysztof Piotr Oledzki
From e7546b2d09e633358789b6e9c3f26cad767858d9 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Mon, 31 Aug 2009 21:23:27 +0200 Subject: [DOC] add missing rate_lim and rate_max --- doc/configuration.txt |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[PATCH] [MEDIUM] access control (block) rework - rfc

2009-01-27 Thread Krzysztof Piotr Oledzki
From 5368532099b8e8c2c6970df8a2d1463a7eaa72bc Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 27 Jan 2009 16:47:15 +0100 Subject: [MEDIUM] access control (block) rework - rfc Allow more advanced access control: - rename 'block' to 'deny' - implement 'allow