[PATCH 2/6] CLEANUP: tools: typo in `strl2irc` mention

2021-02-06 Thread William Dauchy
`str2irc` does not exist Signed-off-by: William Dauchy --- src/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.c b/src/tools.c index 8fef15b4d..2d40d8910 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2178,7 +2178,7 @@ int strl2irc(const char *s, int len,

[PATCH 5/6] MEDIUM: server: support {check,agent}_addr, agent_port in server state

2021-02-06 Thread William Dauchy
logical followup from cli commands addition, so that the state server file stays compatible with the changes made at runtime; use previously added helper to load server attributes. Signed-off-by: William Dauchy --- doc/management.txt| 5 ++-

[PATCH 4/6] MEDIUM: cli: add agent-port command

2021-02-06 Thread William Dauchy
this patch allows to set agent port at runtime. In order to align with both `addr` and `check-addr` commands, also add the possibility to optionnaly set port on `agent-addr` command. This led to a small refactor in order to use the same function for both `agent-addr` and `agent-port` commands.

[PATCH 0/6] cli commands coherency

2021-02-06 Thread William Dauchy
Hello, This is a followup from last week cleaning regarding check and agent check. This patch series brings some more coherency on the CLI side. I also put some minor cleaning. William Dauchy (6): CLEANUP: check: fix some typo in comments CLEANUP: tools: typo in `strl2irc` mention MEDIUM:

[PATCH 1/6] CLEANUP: check: fix some typo in comments

2021-02-06 Thread William Dauchy
a few obvious english typo in comments, some of which introduced by myself quite recently Signed-off-by: William Dauchy --- src/check.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/check.c b/src/check.c index edb2ac29f..5de867d7f 100644 ---

[PATCH 6/6] CLEANUP: server: add missing space in server-state error output

2021-02-06 Thread William Dauchy
a space was missing in the output to make it more readable. Signed-off-by: William Dauchy --- src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.c b/src/server.c index 42191eda5..33375e638 100644 --- a/src/server.c +++ b/src/server.c @@ -3017,7 +3017,7

[PATCH 3/6] MEDIUM: cli: add check-addr command

2021-02-06 Thread William Dauchy
this patch allows to set server health check address at runtime. In order to align with `addr` command, also allow to set port optionnaly. This led to a small refactor in order to use the same function for both `check-addr` and `check-port` commands. This command becomes more and more useful for

[PATCH] typo fixes

2021-02-06 Thread Илья Шипицин
Hello, another cleanup. Ilya From c9fd28093d04050a9fddef84a7fd99686831aaf4 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 6 Feb 2021 22:29:08 +0500 Subject: [PATCH] CLEANUP: assorted typo fixes in the code and comments This is 17th iteration of typo fixes ---

[ANNOUNCE] haproxy-2.2.9

2021-02-06 Thread Willy Tarreau
Hi, HAProxy 2.2.9 was released on 2021/02/06. It added 51 new commits after version 2.2.8. It's basically the same as what was integrated into 2.3.5, plus a few older fixes that were left under observation in 2.3 for 3 versions. This explains why this change log will look familiar to those

Re: [PATCH} improve ssl guarding

2021-02-06 Thread Илья Шипицин
you are right. I've fixed it. сб, 23 янв. 2021 г. в 21:41, William Lallemand : > On Sat, Jan 23, 2021 at 04:50:08PM +0500, Илья Шипицин wrote: > > Hello, > > > > yet another guard improving patch (forgot to fix last time) > > > > Ilya > > Hello, > > > From

[PATCH] BUILD/MEDIUM defer-accept flag support for FreeBSD proposal

2021-02-06 Thread David CARLIER
Hi hope this little patch will find its use. Thanks. Regards. From 02dc058b4f0f41ad1deeb581653e1c3cfb2b2432 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 6 Feb 2021 12:11:11 + Subject: [PATCH] BUILD/MEDIUM: proto_tcp defer-accept flag support for FreeBSD. FreeBSD has a kernel

[ANNOUNCE] haproxy-2.3.5

2021-02-06 Thread Willy Tarreau
Hi, HAProxy 2.3.5 was released on 2021/02/06. It added 54 new commits after version 2.3.4. There's no critical bug in this one but fixes for a few problematic cases that either have been there for a while or resulted from recent incomplete fixes: - an issue in filters (compression, spoe, etc)