| Commit message (Expand) | Author | Age | Files | Lines |
* | only check carp_int againt carpdev if its actually defined | thompsa | 2010-05-15 | 1 | -1/+2 |
* | Fix copy-n-paste error where the continue statement is now a return. | thompsa | 2010-04-23 | 1 | -1/+1 |
* | Fix typeo, base64deode -> base64_decode. | thompsa | 2010-03-19 | 1 | -1/+1 |
* | Make unique pools if svrport is set. | thompsa | 2010-03-12 | 1 | -3/+13 |
* | Remove the 'status' from the backend pool and just show it disabled if | thompsa | 2010-03-12 | 3 | -27/+19 |
* | Put back the cron removal on deinstall. | thompsa | 2010-03-12 | 1 | -0/+1 |
* | Only install the cron entry if we are monitoring carp. | thompsa | 2010-03-12 | 1 | -2/+5 |
* | Dont restart haproxy unless we are doing carp checks or reloading. | thompsa | 2010-03-12 | 1 | -1/+3 |
* | Fix broken devd script and make local haproxy_is_running() function | thompsa | 2010-03-12 | 1 | -7/+17 |
* | Remove /usr/local/etc/rc.d/haproxy.sh | thompsa | 2010-03-12 | 1 | -0/+1 |
* | Only run haproxy on the carp master by checking the status when a link | thompsa | 2010-03-12 | 2 | -2/+145 |
* | Dont enable the check on tcp mode unless the user specifies it, it | thompsa | 2010-03-05 | 1 | -1/+3 |
* | Make the acl name unique by prefixing with <n++>_ | thompsa | 2010-03-05 | 1 | -2/+5 |
* | The $bind=&$array variable from one loop seems to be truncated by using the same | thompsa | 2010-03-04 | 1 | -8/+8 |
* | Merge the conflicting frontend bind addresses into one, allowing ACL | thompsa | 2010-03-04 | 1 | -161/+230 |
* | Add backup option to the backend servers | thompsa | 2010-02-13 | 2 | -4/+21 |
* | Test for variable | Scott Ullrich | 2010-02-11 | 1 | -3/+5 |
* | Commit workaround to get xmlrpc working again until I cn understand the php e... | thompsa | 2010-02-12 | 1 | -0/+27 |
* | Add title for the server list table | thompsa | 2010-02-11 | 1 | -0/+3 |
* | shrink port and weight input boxes | thompsa | 2010-02-11 | 1 | -4/+4 |
* | Reduce duplication by putting the acl syntax in the array | thompsa | 2010-02-11 | 2 | -41/+35 |
* | Alert the user rather than just having a dead button | thompsa | 2010-02-11 | 1 | -1/+3 |
* | fix variable name type-o | thompsa | 2010-02-11 | 1 | -1/+1 |
* | disable the row addition if no acl options are available | thompsa | 2010-02-11 | 1 | -0/+2 |
* | scriptaculous is autoloaded on v2.0+ | thompsa | 2010-02-11 | 1 | -0/+2 |
* | Use fade effects to alert the user to ACL changes | thompsa | 2010-02-11 | 1 | -4/+7 |
* | Filter the allowed ACL types by the current haproxy mode. If the type is | thompsa | 2010-02-11 | 2 | -17/+82 |
* | Add syslog facility and level to the global options. | thompsa | 2010-02-11 | 2 | -1/+51 |
* | Fix text to read Listener. | thompsa | 2010-02-10 | 1 | -1/+1 |
* | Add plus icon next to current entries on all the pages (listener/server | thompsa | 2010-02-10 | 4 | -22/+147 |
* | 'cookie' can not be specified in non-http mode. | thompsa | 2010-02-10 | 1 | -2/+2 |
* | Grey out disabled items. | thompsa | 2010-02-08 | 2 | -9/+29 |
* | Skip the listener if it is disabled. | thompsa | 2010-02-08 | 1 | -36/+40 |
* | Provide a fallback if both the pool and listener do not supply port | thompsa | 2010-02-08 | 1 | -1/+8 |
* | Provide default for expr and fix typeo. | thompsa | 2010-02-08 | 2 | -1/+3 |
* | Add more validation around the server list and do not trash the server | thompsa | 2010-02-08 | 1 | -1/+14 |
* | Provide default for monitor_uri | thompsa | 2010-02-08 | 2 | -2/+8 |
* | Move the ip:port to the listener page and allow the pool to show | thompsa | 2010-02-08 | 2 | -30/+23 |
* | Clear the listener before searching for it. | thompsa | 2010-02-08 | 1 | -7/+9 |
* | Make the del icon on the generated row match the existing table. | thompsa | 2010-02-08 | 1 | -1/+2 |
* | Initialise ha_backends if null. | thompsa | 2010-02-08 | 1 | -0/+3 |
* | Fix list of required fields. | thompsa | 2010-02-08 | 1 | -5/+5 |
* | Add an edit button to the server list and hide the edit boxes by | thompsa | 2010-02-08 | 1 | -1/+15 |
* | Save the default server port which is different to the external port | thompsa | 2010-02-08 | 2 | -1/+3 |
* | Save cookie field. | thompsa | 2010-02-08 | 1 | -0/+1 |
* | Add backend server name field. | thompsa | 2010-02-08 | 2 | -14/+28 |
* | Update the listener if the pool name changes. | thompsa | 2010-02-08 | 2 | -49/+13 |
* | Add server pools which encapsulate the backends. | thompsa | 2010-02-08 | 8 | -711/+226 |
* | Rename files. | thompsa | 2010-02-08 | 4 | -0/+431 |
* | Make some of the gui changes as described. | thompsa | 2010-02-07 | 5 | -139/+200 |