Re: How to verify HAProxy build on Solaris/SPARC ?

2018-09-06 Thread Willy Tarreau
Hi Tom, On Thu, Sep 06, 2018 at 02:19:31PM -0700, Tom Hood wrote: > Here's the output of gcc -v > > Using built-in specs. > Target: sparc-sun-solaris2.8 > Configured with: /path/to/gcc-4.2.0/configure --prefix= > *--enable-threads=solaris* > Thread model: solaris > gcc version: 4.2.0 So I repair

Re: How to verify HAProxy build on Solaris/SPARC ?

2018-09-06 Thread Tom Hood
Here's the output of gcc -v Using built-in specs. Target: sparc-sun-solaris2.8 Configured with: /path/to/gcc-4.2.0/configure --prefix= *--enable-threads=solaris* Thread model: solaris gcc version: 4.2.0 On Sat, Sep 1, 2018 at 2:40 AM Willy Tarreau wrote: > On Fri, Aug 31, 2018 at 07:21:27PM -07

Re: New Dev version

2018-09-06 Thread Aleksandar Lazic
Hi Willy. Thank you for the update. I have seen it as a possibility :-). Take your time, as I know it takes time to keep high quality. Best regards Aleks Ursprüngliche Nachricht Von: Willy Tarreau Gesendet: 6. September 2018 19:44:09 MESZ An: Aleksandar Lazic CC: Haproxy B

Re: Pointer to output buffer

2018-09-06 Thread Willy Tarreau
Hello Roman, On Thu, Sep 06, 2018 at 01:42:57PM +, Roman Lupin wrote: > Hello, > > I 'm C/C++ software developer. I've downloaded the source code of HAPROXY > V1.8.13. I've tried to find a raw pointer (f.e., char*) to the output buffer > of the output data after the TCP connection between cli

Re: New Dev version

2018-09-06 Thread Willy Tarreau
Hi Aleks, On Fri, Aug 31, 2018 at 05:23:24AM +0200, Willy Tarreau wrote: > On Thu, Aug 30, 2018 at 10:48:01AM +0200, Aleksandar Lazic wrote: > > Hi. > > > > As there are a lot of fixes in the last weeks how about to make in the next > > week > > a new dev2 "release"? > > I was also thinking abo

Re: BUG/MINOR: fix server's resolver checking at configuration validation step

2018-09-06 Thread Willy Tarreau
On Wed, Sep 05, 2018 at 11:27:13AM +0200, Baptiste wrote: > Hi there, > > In attachment, a patch to fix a bug reported by Marcos on the ML during the > summer. (...) applied, thank you Baptiste. Willy

Pointer to output buffer

2018-09-06 Thread Roman Lupin
Hello, I 'm C/C++ software developer. I've downloaded the source code of HAPROXY V1.8.13. I've tried to find a raw pointer (f.e., char*) to the output buffer of the output data after the TCP connection between client and server was successfully established. I want to add some specific data to o