Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Adding optios for forwardfor and httpclose. | Scott Ullrich | 2009-12-28 | 1 | -5/+25 |
| | |||||
* | Turn c/r into spaces for multiple options per line | Scott Ullrich | 2009-12-28 | 1 | -3/+3 |
| | |||||
* | updating to HA-Proxy version 1.3.22 2009/10/14 | Scott Ullrich | 2009-12-28 | 1 | -0/+0 |
| | |||||
* | 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 | 2 | -2/+16 |
| | |||||
* | Add pass thru box for global settings | Scott Ullrich | 2009-12-22 | 2 | -0/+20 |
| | |||||
* | Pass thru is not a required field | Scott Ullrich | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | Adding advanced pass thru box for server entries | Scott Ullrich | 2009-12-22 | 2 | -1/+15 |
| | |||||
* | Allow startup when no remote syslog server is entered | sullrich | 2009-12-16 | 1 | -2/+0 |
| | |||||
* | Add remote syslog option | sullrich | 2009-12-16 | 2 | -1/+14 |
| | |||||
* | 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 |
| | |||||
* | port is no longer a required field | sullrich | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Show frontend port if not defined | sullrich | 2009-12-15 | 1 | -1/+14 |
| | |||||
* | pick up frontend ports correctly | sullrich | 2009-12-15 | 2 | -5/+6 |
| | |||||
* | Allow leaving the server port blank to pick up the Frontend port selection | sullrich | 2009-12-15 | 2 | -3/+19 |
| | |||||
* | 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 |
| | |||||
* | Fix frontends links | sullrich | 2009-12-14 | 2 | -7/+7 |
| | |||||
* | Add Cancel buttons | sullrich | 2009-12-11 | 2 | -2/+4 |
| | |||||
* | Restore selections correctly | sullrich | 2009-12-11 | 1 | -10/+10 |
| | |||||
* | Rename to Frontend | sullrich | 2009-12-11 | 1 | -1/+1 |
| | |||||
* | Overhaul haproxy package. Rename backends to frontends. Add rowhelper to ↵ | sullrich | 2009-12-11 | 7 | -55/+225 |
| | | | | the server edit screen for backend selection eliminating quite a number of needed configuration entries for common hosting items. | ||||
* | 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 ↵ | Scott Ullrich | 2009-11-22 | 1 | -0/+4 |
| | | | | check (possibly still in config.xml) | ||||
* | 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 |
| | | | | haproxy | ||||
* | Add back form method | Scott Ullrich | 2009-11-20 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Split ports by , | Scott Ullrich | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | Allow specification of multiple ports seperated by a , | Scott Ullrich | 2009-11-20 | 2 | -10/+25 |
| | |||||
* | Nuke duplicate Type field | Scott Ullrich | 2009-11-20 | 1 | -10/+0 |
| | |||||
* | s/haproxy/HAProxy/ | Scott Ullrich | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | Use vncell | Scott Ullrich | 2009-11-17 | 1 | -2/+8 |
| | |||||
* | Correct memory usage and simplify output | Scott Ullrich | 2009-11-17 | 3 | -6/+7 |
| | |||||
* | Reload HAProxy configuration on sync'd peers | Scott Ullrich | 2009-11-17 | 1 | -0/+30 |
| | |||||
* | Save and restore correctly | Scott Ullrich | 2009-11-17 | 1 | -10/+12 |
| | |||||
* | Move monitor text example to correct td | Scott Ullrich | 2009-11-17 | 1 | -2/+3 |
| | |||||
* | Cleanup text | Scott Ullrich | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | Unbreak current memory usage option | Scott Ullrich | 2009-11-17 | 1 | -2/+2 |
| | |||||
* | Oops, don't break on the checkbox | Scott Ullrich | 2009-11-17 | 1 | -1/+0 |
| |