Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless remount calls | doktornotor | 2015-08-25 | 1 | -3/+0 |
| | | | These are dealt with by install_package() from pkg-utils.inc. | ||||
* | Remove useless remount calls and other redundant stuff | doktornotor | 2015-08-25 | 1 | -9/+0 |
| | | | These are dealt with by install_package() from pkg-utils.inc. Also nuke unused tags. | ||||
* | remove useless config_(un)lock calls round two | doktornotor | 2015-08-11 | 1 | -2/+0 |
| | |||||
* | haproxy_pools.php - remove useless config_(un)lock calls | doktornotor | 2015-08-11 | 1 | -2/+0 |
| | | | This function does nothing but return. | ||||
* | haproxy_listeners.php - remove useless config_(un)lock calls | doktornotor | 2015-08-11 | 1 | -2/+0 |
| | | | This function does nothing but return. | ||||
* | Remove old binaries | Renato Botelho | 2015-04-23 | 2 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | Fix call-time pass-by-reference in haproxy | jim-p | 2014-05-16 | 3 | -4/+19 |
| | |||||
* | 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 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | Add a manual config validation option to HAproxy (using -c to only check ↵ | jim-p | 2013-08-29 | 3 | -1/+21 |
| | | | | config file) | ||||
* | HAproxy config parameter clitimeout is deprecated, should now be "timeout ↵ | jim-p | 2013-08-20 | 1 | -1/+1 |
| | | | | client". | ||||
* | 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 ↵ | jim-p | 2013-07-10 | 2 | -4/+21 |
| | | | | needs to catch up) | ||||
* | 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 ↵ | jim-p | 2012-06-20 | 1 | -11/+0 |
| | | | | during install of these. | ||||
* | 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 ↵ | Andrew Thompson | 2012-02-22 | 1 | -0/+11 |
| | | | | package | ||||
* | find_carp_interface() has a bug where it returns the newline, trim it | Andrew Thompson | 2012-02-22 | 1 | -1/+1 |
| | | | | here so we can compare strings. | ||||
* | 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 |
| | | | | This reverts commit 6bbd113b687958b18f0dc898261226b3bbc2c5d2. | ||||
* | 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 backup and disabled options for servers. | ||||
| * | Added new stats options, made changes to make monitor uri optional, added ↵ | briantist | 2011-12-13 | 1 | -6/+84 |
| | | | | | | | | new balance options, changed size and max capacity of the ports text box. | ||||
* | | Merge pull request #129 from briantist/patch-4 | Marcello Coutinho | 2011-12-13 | 1 | -2/+2 |
|\ \ | | | | | | | Added backup and disabled options for servers. | ||||
| * | | 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. | ||||
| * | | 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 ↵ | jim-p | 2010-12-02 | 1 | -1/+1 |
| | | | | tag to be hidden on 2.0 so the settings would never save. | ||||
* | 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 |
| |