| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a whole bunch of invalid version tests. | jim-p | 2014-04-10 | 5 | -10/+10 |
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 7 | -13/+13 |
* | Add a manual config validation option to HAproxy (using -c to only check conf... | jim-p | 2013-08-29 | 3 | -1/+21 |
* | HAproxy config parameter clitimeout is deprecated, should now be "timeout cli... | jim-p | 2013-08-20 | 1 | -1/+1 |
* | Fix HAproxy "advanced" global pass-through options box. | jim-p | 2013-08-13 | 1 | -1/+1 |
* | HAproxy UI minor text typo | Phil Davis | 2013-07-10 | 1 | -1/+1 |
* | Teach HAproxy about sync usernames (though the code in the main repo still ne... | jim-p | 2013-07-10 | 2 | -4/+21 |
* | updated HAProxy package to work with pfSense 2.1 | PiBa-NL | 2013-02-18 | 5 | -22/+45 |
* | Remove some really unnecessary manual downloading of libraries/packages durin... | jim-p | 2012-06-20 | 1 | -11/+0 |
* | Generalize a couple references | jim-p | 2012-03-27 | 1 | -2/+2 |
* | Workaround for the old package deleting the binary on unload instead of the p... | Andrew Thompson | 2012-02-22 | 1 | -0/+11 |
* | find_carp_interface() has a bug where it returns the newline, trim it | Andrew Thompson | 2012-02-22 | 1 | -1/+1 |
* | remove the haproxy package on reinstall | Andrew Thompson | 2012-02-22 | 1 | -1/+1 |
* | Disable overwriting the haproxy binary, its in the package | Andrew Thompson | 2012-02-22 | 1 | -0/+3 |
* | Revert "Disable overwriting the haproxy binary, its in the package" | Andrew Thompson | 2012-02-22 | 1 | -3/+0 |
* | Disable overwriting the haproxy binary, its in the package | Andrew Thompson | 2012-02-22 | 1 | -0/+3 |
* | haproxy - fix array check. | Marcello Coutinho | 2012-02-01 | 1 | -1/+1 |
* | forgot to update the additional_files paths | Andrew Thompson | 2012-01-27 | 1 | -7/+7 |
* | Move haproxy-dev to haproxy proper, ticket ZVS-164444 | Andrew Thompson | 2012-01-26 | 8 | -915/+1446 |
* | haproxy - version 1.4.18 pkg 0.30 | Marcello Coutinho | 2011-12-13 | 1 | -3/+6 |
* | Merge pull request #130 from briantist/patch-5 | Marcello Coutinho | 2011-12-13 | 1 | -6/+84 |
|\ |
|
| * | Added new stats options, made changes to make monitor uri optional, added new... | briantist | 2011-12-13 | 1 | -6/+84 |
* | | Merge pull request #129 from briantist/patch-4 | Marcello Coutinho | 2011-12-13 | 1 | -2/+2 |
|\ \ |
|
| * | | Fixed a base64 encoding error on the advanced options. | briantist | 2011-12-13 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #128 from briantist/patch-3 | Marcello Coutinho | 2011-12-13 | 1 | -0/+2 |
|\ \ |
|
| * | | Added backup and disabled options for servers. | briantist | 2011-12-13 | 1 | -0/+2 |
| |/ |
|
* / | Changes for new server statuses and to make monitor uri optional. | briantist | 2011-12-13 | 1 | -8/+20 |
|/ |
|
* | Fix these misplaced "endif;" statements, they were causing the opening form t... | jim-p | 2010-12-02 | 1 | -1/+1 |
* | Do not foreach() unless configured | Scott Ullrich | 2010-05-11 | 1 | -7/+9 |
* | Fix typeo, base64deode -> base64_decode. | thompsa | 2010-03-19 | 1 | -2/+2 |
* | Only show option if haproxy.cfg exists | Scott Ullrich | 2010-01-23 | 1 | -13/+14 |
* | trim() output | Scott Ullrich | 2010-01-23 | 1 | -1/+1 |
* | Nuke . | Scott Ullrich | 2010-01-23 | 1 | -1/+1 |
* | Scroll to bottom of page after outputting configuration file | Scott Ullrich | 2010-01-23 | 1 | -2/+2 |
* | Add option to show generated haproxy.cfg file | Scott Ullrich | 2010-01-23 | 1 | -0/+20 |
* | Show how many detected cores/processors | Scott Ullrich | 2010-01-23 | 1 | -1/+1 |
* | Adding local0 to remote syslog | Scott Ullrich | 2010-01-23 | 1 | -1/+1 |
* | Make nbproc a tunable item on global settings tab | Scott Ullrich | 2010-01-23 | 2 | -1/+17 |
* | oops, use correct fieldname so checkinter can save | Scott Ullrich | 2010-01-22 | 1 | -1/+1 |
* | Raise file open limits for haproxy if needed | Scott Ullrich | 2010-01-21 | 1 | -1/+7 |
* | Adding definable check inter support. Fix httpclose and forwardfor options | Scott Ullrich | 2010-01-21 | 2 | -3/+17 |
* | Correctly enable/disable httpclose and forwardfor options | Scott Ullrich | 2010-01-21 | 1 | -2/+6 |
* | Fix typo | Scott Ullrich | 2009-12-28 | 1 | -1/+1 |
* | Fix typo | Scott Ullrich | 2009-12-28 | 1 | -1/+1 |
* | Do not replace \n with spaces | Scott Ullrich | 2009-12-28 | 1 | -8/+12 |
* | Using base64_deocde() and base64_encode() note the missing _ | Scott Ullrich | 2009-12-28 | 4 | -7/+7 |
* | Use base64encode() and base64decode() | Scott Ullrich | 2009-12-28 | 3 | -4/+4 |
* | Use base64encode() and base64decode() | Scott Ullrich | 2009-12-28 | 4 | -6/+6 |
* | Version bump to HA-Proxy version 1.3.22 2009/10/14 | Scott Ullrich | 2009-12-28 | 1 | -0/+0 |
* | Retries is not a required field | Scott Ullrich | 2009-12-28 | 1 | -6/+6 |