[PATCH] DOC/MINOR: halog: Add long help info for ic flag

2020-05-15 Thread Aleksandar Lazic
Hi. attached a patch for halog. Regards Aleks >From 37ba93a5f29200e34cfb31aacf93ddcd80fca2ab Mon Sep 17 00:00:00 2001 From: Aleksandar Lazi Date: Fri, 15 May 2020 22:58:30 +0200 Subject: [PATCH] DOC/MINOR: halog: Add long help info for ic flag Add missing long help text for the ic (ip count)

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Willy Tarreau
On Fri, May 15, 2020 at 11:44:48PM +0500, ??? wrote: > commit message adjusted Many thanks for this, Ilya, now pushed! Willy

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Илья Шипицин
commit message adjusted пт, 15 мая 2020 г. в 22:02, Илья Шипицин : > > > пт, 15 мая 2020 г. в 20:07, Willy Tarreau : > >> Ilya, >> >> > also, I'd suggest to purge travis-ci cache (if you are build in your own >> > fork). >> > some travis related issue might be related when something is took from

Re: minor typo?

2020-05-15 Thread Olaf Buitelaar
Sure, go ahead. Op vr 15 mei 2020 om 20:24 schreef Илья Шипицин : > I mean, I will include your fix into next spellcheck patch if you do not > mind > > On Fri, May 15, 2020, 11:22 PM Olaf Buitelaar > wrote: > >> Hi Илья Шипицин, >> >> The codespell looks really cool. But i'm sorry, I cannot

Re: minor typo?

2020-05-15 Thread Илья Шипицин
I mean, I will include your fix into next spellcheck patch if you do not mind On Fri, May 15, 2020, 11:22 PM Olaf Buitelaar wrote: > Hi Илья Шипицин, > > The codespell looks really cool. But i'm sorry, I cannot really find how i > can add a check for this case, otherwise i would be happy to add

Re: minor typo?

2020-05-15 Thread Olaf Buitelaar
Hi Илья Шипицин, The codespell looks really cool. But i'm sorry, I cannot really find how i can add a check for this case, otherwise i would be happy to add it. Best Olaf Op vr 15 mei 2020 om 16:21 schreef Илья Шипицин : > that's a typo. > > > we established weekly "codespell" check > here's

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Илья Шипицин
пт, 15 мая 2020 г. в 20:07, Willy Tarreau : > Ilya, > > > also, I'd suggest to purge travis-ci cache (if you are build in your own > > fork). > > some travis related issue might be related when something is took from > > cache (which was not supposed to happen) > > Could you please handle

Re: raise() on HAProxy 2.0

2020-05-15 Thread Willy Tarreau
Hi Olivier, On Thu, May 14, 2020 at 04:24:53PM +0200, Olivier D wrote: > Hello, > > I'm spamming a lot these days :) > > I found a strange coredump on HAProxy 2.0.14 that started a few days ago > for no reason. It's not a coredump but a raise(). Note that if your cores are enabled you ought to

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Willy Tarreau
Ilya, > also, I'd suggest to purge travis-ci cache (if you are build in your own > fork). > some travis related issue might be related when something is took from > cache (which was not supposed to happen) Could you please handle Martin's patch, possibly cut it into several pieces if relevant

Re: minor typo?

2020-05-15 Thread Илья Шипицин
that's a typo. we established weekly "codespell" check here's example of check: https://github.com/haproxy/haproxy/runs/665274281?check_suite_focus=true I submit spell fixes from time to time, I may include your fix as well if you do not mind (it was impossible to catch "an" <--> "and" from

[PR] Do not build OpenSSL from source for ARM64

2020-05-15 Thread PR Bot
Dear list! Author: Martin Tzvetanov Grigorov Number of patches: 1 This is an automated relay of the Github pull request: Do not build OpenSSL from source for ARM64 Patch title(s): Do not build OpenSSL from source for ARM64 Link: https://github.com/haproxy/haproxy/pull/630 Edit

Re: [External] Re: [RFC PATCH] Improved moving averages

2020-05-15 Thread Willy Tarreau
Hi Marcin, On Thu, May 14, 2020 at 01:23:50PM +0200, Marcin Deranek wrote: > > The current ctime reports the avg time experienced by the > > last 1024 *requests* and is documented as such, so when you want to think > > in terms of user experience it's the one to consider. For example, if you > >

Boost Your Online Visitor : haproxy.com :

2020-05-15 Thread shelly
Hello haproxy.com I was on your haproxy.com and found, there are many scopes of improvements in the designing and development part. This will improve the overall usability and user-friendliness of your haproxy.com If you are *interested* I'd be happy to send you *No Obligation Audit Report

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Илья Шипицин
that should work indeed. also, I'd suggest to purge travis-ci cache (if you are build in your own fork). some travis related issue might be related when something is took from cache (which was not supposed to happen) пт, 15 мая 2020 г. в 15:26, Martin Grigorov : > Those are set to new values

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Martin Grigorov
Those are set to new values at https://github.com/haproxy/haproxy/pull/630/files#diff-354f30a63fb0907d4ad57269548329e3R51 On Fri, May 15, 2020 at 1:11 PM Илья Шипицин wrote: > or we'd better move SSL_LIB, SSL_INC to build-ssl.sh script > > пт, 15 мая 2020 г. в 15:09, Илья Шипицин : > >>

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Илья Шипицин
or we'd better move SSL_LIB, SSL_INC to build-ssl.sh script пт, 15 мая 2020 г. в 15:09, Илья Шипицин : > probably, you also need to unset SSL_LIB and SSL_INC > > > > btw, I got an answer how to grant travis-ci rights (for triggering build > manually) > >

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Илья Шипицин
probably, you also need to unset SSL_LIB and SSL_INC btw, I got an answer how to grant travis-ci rights (for triggering build manually) https://travis-ci.community/t/undocumented-require-admin-permissions/8530 пт, 15 мая 2020 г. в 14:57, Martin Grigorov : > Hi, > > I've created

Re: [PATCH] enable arm64 builds in travis-ci

2020-05-15 Thread Martin Grigorov
Hi, I've created https://github.com/haproxy/haproxy/pull/630 With this change the build passed successfully for 5 mins and 7 secs for ARM64. Please let me know if you prefer me to send it as an attached .patch file here. (I haven't used `git format-patch` before :-/). Martin On Mon, May 11,