Re: Minor - patch 1.6.x - Fix some warnings in Connection.c

2016-05-26 Thread Jonathan Fisher
Omg haha I'm an oaf. Thanks! I'm surprised that also didn't cause another warning. On May 26, 2016 12:19 AM, "Willy Tarreau" <w...@1wt.eu> wrote: > Hi Jonathan, > > On Tue, May 24, 2016 at 05:04:16AM -0500, Jonathan Fisher wrote: > > What's the style you prefer?

Re: Minor - patch 1.6.x - Fix some warnings in Connection.c

2016-05-24 Thread Jonathan Fisher
What's the style you prefer? On May 24, 2016 1:10 AM, "Willy Tarreau" <w...@1wt.eu> wrote: > Hi Jonathan, > > On Fri, May 20, 2016 at 01:14:31PM -0400, Jonathan Fisher wrote: > > These warnings bother me. > > > > > > > > -- > >

Minor - patch 1.6.x - Fix some warnings in Connection.c

2016-05-20 Thread Jonathan Fisher
These warnings bother me. -- *Jonathan S. Fisher* Senior Software Engineer https://twitter.com/exabrial http://www.tomitribe.com https://www.tomitribe.io diff --git a/src/connection.c b/src/connection.c index 991cae3..12cdef0 100644 --- a/src/connection.c +++ b/src/connection.c @@ -385,7

License questions

2016-05-20 Thread Jonathan Fisher
Hey guys, Reading through the license, I had a couple of questions. HAProxy does not speak AJP, which is not terrible, but I was thinking about implementing a module for it. If I did, I would want the license to be ASL. If I pull in the development headers from HAProxy, would that present a

Re: Compilation problem: haproxy 1.6.5 (latest) on Solaris 11

2016-05-20 Thread Jonathan Fisher
n Wed, May 18, 2016 at 01:52:01PM -0400, Jonathan Fisher wrote: > > > Nice here's the complication output: > > > > > > > > > http://pastebin.com/iS2JKXED > > > > > > Now I just have to figure out how to add openssl, zlib, and libpcre > whic

Re: Compilation problem: haproxy 1.6.5 (latest) on Solaris 11

2016-05-19 Thread Jonathan Fisher
Cool, thanks! Where is the git repo for haproxy? having trouble finding the official one, all I can find is a mirror on github. On Thu, May 19, 2016 at 1:33 AM, Vincent Bernat wrote: > ❦ 18 mai 2016 22:56 +0200, Pavlos Parissis : > > >> Also, where

Re: Compilation problem: haproxy 1.6.5 (latest) on Solaris 11

2016-05-18 Thread Jonathan Fisher
Also, where is the bugtracker for haproxy? I can file a report if you want to save time. On Wed, May 18, 2016 at 1:52 PM, Jonathan Fisher <jfis...@tomitribe.com> wrote: > Nice here's the complication output: > > > http://pastebin.com/iS2JKXED > > Now I just have

Re: Compilation problem: haproxy 1.6.5 (latest) on Solaris 11

2016-05-18 Thread Jonathan Fisher
his patch to check if it works. > > > > -- > Let the data structure the program. > - The Elements of Programming Style (Kernighan & Plauger) > > ――― Original Message ――― > From: Jonathan Fisher <jfis...@tomitribe.com> > Sent: 18 mai 201

Re: Compilation problem: haproxy 1.6.5 (latest) on Solaris 11

2016-05-18 Thread Jonathan Fisher
ming Style (Kernighan & Plauger) > > ――― Original Message ――― > From: Jonathan Fisher <jfis...@tomitribe.com> > Sent: 18 mai 2016 10:22 -0400 > Subject: Compilation problem: haproxy 1.6.5 (latest) on Solaris 11 > To: haproxy@formilux.org > > > We can g

Compilation problem: haproxy 1.6.5 (latest) on Solaris 11

2016-05-18 Thread Jonathan Fisher
We can get 1.5 to compile quite nicely on Solaris 11 :) 1.6 has a few nice features though we'd like to have, if it all possible. I have a VMDK created if the developers want to try it themselves in a virtual machine. Here is the output of the compiler, which is GCC-48: