| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rcvar declaration that I broke yesterday and bump necessary package versions | Renato Botelho | 2015-02-10 | 1 | -1/+1 |
* | Drop use of set_rcvar from startup scripts, it's deprecated | Renato Botelho | 2015-02-09 | 1 | -1/+1 |
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -1/+1 |
* | Add a manual config validation option to HAproxy (using -c to only check conf... | jim-p | 2013-08-29 | 1 | -0/+5 |
* | HAproxy config parameter clitimeout is deprecated, should now be "timeout cli... | jim-p | 2013-08-20 | 1 | -1/+1 |
* | Teach HAproxy about sync usernames (though the code in the main repo still ne... | jim-p | 2013-07-10 | 1 | -4/+11 |
* | updated HAProxy package to work with pfSense 2.1 | PiBa-NL | 2013-02-18 | 1 | -4/+30 |
* | 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 |
* | remove the haproxy package on reinstall | Andrew Thompson | 2012-02-22 | 1 | -1/+1 |
* | Move haproxy-dev to haproxy proper, ticket ZVS-164444 | Andrew Thompson | 2012-01-26 | 1 | -126/+458 |
* | Changes for new server statuses and to make monitor uri optional. | briantist | 2011-12-13 | 1 | -8/+20 |
* | Fix typeo, base64deode -> base64_decode. | thompsa | 2010-03-19 | 1 | -2/+2 |
* | 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 | 1 | -1/+5 |
* | 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 | 1 | -1/+7 |
* | 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 |
* | 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 | 1 | -2/+2 |
* | Use base64encode() and base64decode() | Scott Ullrich | 2009-12-28 | 1 | -3/+3 |
* | Turn c/r into spaces for multiple options per line | Scott Ullrich | 2009-12-28 | 1 | -3/+3 |
* | Add a tab | Scott Ullrich | 2009-12-22 | 1 | -1/+1 |
* | Add newline | Scott Ullrich | 2009-12-22 | 1 | -1/+1 |
* | Add advanced pass thru box for frontend edit screen | Scott Ullrich | 2009-12-22 | 1 | -0/+4 |
* | Add pass thru box for global settings | Scott Ullrich | 2009-12-22 | 1 | -0/+2 |
* | Adding advanced pass thru box for server entries | Scott Ullrich | 2009-12-22 | 1 | -1/+5 |
* | Allow startup when no remote syslog server is entered | sullrich | 2009-12-16 | 1 | -2/+0 |
* | Add remote syslog option | sullrich | 2009-12-16 | 1 | -1/+4 |
* | Seperate out ports to one port per server per line | sullrich | 2009-12-16 | 1 | -10/+6 |
* | Use ssl-hello-chk instead of httpchk when using https | sullrich | 2009-12-15 | 1 | -6/+6 |
* | Do not duplicate mode directive and add otiuon ssl-hello-chk for https type | sullrich | 2009-12-15 | 1 | -4/+4 |
* | pick up frontend ports correctly | sullrich | 2009-12-15 | 1 | -2/+2 |
* | Allow leaving the server port blank to pick up the Frontend port selection | sullrich | 2009-12-15 | 1 | -1/+15 |
* | Install all servers | sullrich | 2009-12-15 | 1 | -3/+3 |
* | Unbreak haproxy. All my fault, sorry about that. | sullrich | 2009-12-15 | 1 | -3/+3 |
* | Overhaul haproxy package. Rename backends to frontends. Add rowhelper to th... | sullrich | 2009-12-11 | 1 | -8/+21 |
* | Do not allow sync loops take #2 | Scott Ullrich | 2009-11-23 | 1 | -1/+15 |
* | Do not allow haproxy to sync to self even if the ip is passed the first check... | Scott Ullrich | 2009-11-22 | 1 | -0/+4 |
* | s/W/w/ | Scott Ullrich | 2009-11-22 | 1 | -1/+1 |
* | Do not clobber backend variable. Do not clobber listenip. Vesoion bump for ... | Scott Ullrich | 2009-11-20 | 1 | -8/+11 |
* | Prevent sync loops | Scott Ullrich | 2009-11-20 | 1 | -0/+6 |
* | Move haproxy reload code inside function. Major doh to me. | Scott Ullrich | 2009-11-20 | 1 | -2/+2 |
* | Allow specification of multiple ports seperated by a , | Scott Ullrich | 2009-11-20 | 1 | -7/+20 |
* | Correct memory usage and simplify output | Scott Ullrich | 2009-11-17 | 1 | -1/+3 |
* | Reload HAProxy configuration on sync'd peers | Scott Ullrich | 2009-11-17 | 1 | -0/+30 |
* | Adding XML RPX Configuration synchronization capabilities | Scott Ullrich | 2009-11-17 | 1 | -0/+74 |
* | Add missing else | Scott Ullrich | 2009-11-16 | 1 | -1/+1 |