Re: haproxy-1.8 build failure on FreeBSD/i386 (clang)

2018-02-18 Thread Willy Tarreau
Hi guys, On Sat, Feb 17, 2018 at 09:15:56PM +0300, Dmitry Sivachenko wrote: > > On 14 February 2018 at 11:09, Dmitry Sivachenko wrote: > >> What about this change? > >> > >> --- work/haproxy-1.8.4/include/common/hathreads.h 2018-02-08 > >> 13:05:15.0 + >

Re: Fwd: Plans for 1.9

2018-02-18 Thread David CARLIER
Yes in the case of LLVM/fuzzer, it defines main entry point (thus if your tests you need to define a function entry point to receive the data) hence it is better if haproxy was a library. Now since haproxy always has been "monolithic" I was not sure it would appeal :-) On 19 February 2018 at

Re: [PATCH]; BUILD/(VERY) MINOR

2018-02-18 Thread Willy Tarreau
Hi David, On Mon, Feb 12, 2018 at 02:14:28PM +, David CARLIER wrote: > Hi > > I had this patch locally for couple of weeks just having the proper current > year reliably for the verbosity information part, relying on the startup > date. I disagree with this one, a copyright corresponds to a

Re: Peer tables don't synch on clear

2018-02-18 Thread Willy Tarreau
On Tue, Feb 13, 2018 at 11:00:08AM +, Franks Andy (IT Technical Architecture Manager) wrote: > Thanks for the update, > Looks like I need to clear from both nodes simultaneously then, or use the > option to shut down connections on return of the non-backup server(s). If you only need to

Re: Fwd: Plans for 1.9

2018-02-18 Thread Willy Tarreau
Hi David, On Mon, Feb 12, 2018 at 03:38:15PM +, David CARLIER wrote: > -- Forwarded message -- > From: David CARLIER > Date: 12 February 2018 at 15:37 > Subject: Plans for 1.9 > To: w...@1wt.eu > > > Was thinking as a contrib work, making haproxy more

Re: [PATCH]: BUILD/MINOR OpenBSD build fix

2018-02-18 Thread Willy Tarreau
Hi David, On Sun, Feb 18, 2018 at 07:40:52PM +, David CARLIER wrote: > Hi, > > Here a little patch proposal to fix OpenBSD build. > > Regards. > From 999db97d098e1498321808544112a4e441c981c0 Mon Sep 17 00:00:00 2001 > From: David Carlier > Date: Sun, 18 Feb 2018

Re: [PATCH] BUG/MINOR: Add missing brackets in the code parsing -sf/-st

2018-02-18 Thread Willy Tarreau
Hi Aurélien, On Sat, Feb 17, 2018 at 08:58:12PM +0100, Aurélien Nephtali wrote: > Hello, > > Here is a patch to fix a minor typo/bug. Thank you, good catch! Now merged. Just one minor thing, next time, please use "git format-patch" to create your patch, instead of "git show", so that the patch

[PATCH]: BUILD/MINOR OpenBSD build fix

2018-02-18 Thread David CARLIER
Hi, Here a little patch proposal to fix OpenBSD build. Regards. From 999db97d098e1498321808544112a4e441c981c0 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sun, 18 Feb 2018 19:36:42 + Subject: [PATCH] BUILD/MINOR: haproxy stdint.h is needed on OpenBSD fr uintptr_t

Re: Fix building without NPN support

2018-02-18 Thread Dmitry Sivachenko
> On 15 Feb 2018, at 17:58, Bernard Spil wrote: > > On 2018-02-15 15:03, Lukas Tribus wrote: >> Hello, >> On 15 February 2018 at 13:42, Bernard Spil wrote: >>> Hello HAProxy maintainers, >>> https://github.com/Sp1l/haproxy/tree/20180215-fix-no-NPN >>> Fix

Re: Fix building without NPN support

2018-02-18 Thread Lukas Tribus
Hello, On 18 February 2018 at 09:58, Dmitry Sivachenko wrote: > >> On 15 Feb 2018, at 17:58, Bernard Spil wrote: >> Hi Lukas, >> >> Agree. Updated patch attached. >> >> Bernard. > > > Is this patch good, Lukas? > Any plans to integrate it? Just two