Project

General

Profile

Download (5.39 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
05a46384 03/31/2015 01:26 PM Jim Pingle

Fix a few misc encoding issues in load balancer code.

6317d31d 01/01/2015 12:13 PM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

0e7aea24 04/18/2014 09:48 PM Colin Fleming

Tidy up "load_balancer_pool" XHTML

Add SUMMARY to tables
Update PHP shorthand
Move "fbegin.inc" include between BODY and SCRIPT
Add CDATA section to scripts
Close INPUT tags
Update HTML Boolean operators
Move SELECT tag into the PHP IF statement

7f7626ba 03/17/2014 02:17 PM Renato Botelho

Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br

c7281770 03/15/2014 12:04 AM Chris Buechler

standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

3b15c32c 09/26/2012 05:32 PM Jim Pingle

Refine LB entry deletion to make sure blank entries can be removed.

6e9b046e 09/26/2012 05:20 PM Jim Pingle

Due to the DHCP pool tag needing to be an array, rename the old LB "pool" variable to something else so it's not interpreted as an array.

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

259f606e 02/20/2012 12:25 AM Pierre POMES

Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket

d89fdda0 08/30/2011 08:04 PM Jim Pingle

Add a note to the server Load Balancer page to let users know it's not for Multi-WAN.

e988813d 10/19/2010 04:39 PM Jim Pingle

desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320.

e0c27075 08/10/2010 08:21 PM Jim Pingle

Add the ability to select a mode for LB pool members, load balance (default) or manual failover. If manual failover is selected, only allow one server to be chosen as active.

3e2165b6 08/10/2010 05:51 PM Jim Pingle

Default to the 'pools' tab of the inbound load balancer, and move the monitor tab to the end.

d5bcf950 07/16/2010 07:25 PM Carlos Eduardo Ramos

Corrections gettext implementation on load_balancer_pool.php

902f86b9 07/16/2010 06:48 PM Carlos Eduardo Ramos

Corrections gettext implementation on load_balancer_pool.php

019db2a3 07/16/2010 01:20 PM Carlos Eduardo Ramos

Implement gettext() calls on load_balancer_pool.php

477dcf13 07/11/2010 11:13 PM Chris Buechler

rename slbd pages since this is no longer slbd

e234921a 06/02/2010 01:51 PM Jim Pingle

Add status/log links to LB pages.

4d1e2971 05/11/2010 06:03 PM Scott Ullrich

Nuke Relay Protocols and Relay actions tabs. Suggested-by: BillM

3327ac10 05/07/2010 01:58 PM Ermal LUÇI

Use require_once() to overcome problems with includes.

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

fd9ba63c 10/17/2009 12:19 AM Scott Ullrich

Remove msort()

791a5dbe 10/16/2009 07:10 PM Scott Ullrich

Reorder tabs again. Protocols should be the last tab. Cleanup the Relay protocols form adding a listtopic item seperating the page. Misc centers

c47d0c30 10/16/2009 07:04 PM Scott Ullrich

Reorder tabs with Monitors being first in the order that items should be created. IE: Monitor items should be created, then pools and then finally virtual servers and relay protocols, relay actions

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

082df017 09/11/2009 05:49 PM Scott Ullrich

Sort by name

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
    - Convert all pages to the new infrustructure...
0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
f20f9461 09/09/2008 09:25 PM Ermal Luçi

Add missing quote char.

b28278a2 09/09/2008 01:17 AM Bill Marquette

Add "Services" to the page title

0919224f 08/28/2008 09:21 PM Bill Marquette

Bring in relay options for inbound load balancer
More work pending, this seems to generate proper configs
needs much more testing though

50d86c13 08/05/2008 05:03 AM Bill Marquette Bring in new server load balancing code, this introduces:
  • The ability to create your own monitors (tcp, http, https, send/expect)
  • A new way of displaying 'standard tables' - MainTable class
  • monitor_type array type
6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

5fbee6aa 07/08/2008 09:23 PM Bill Marquette

remove slbd_configure and start removal of gateway stuff from load balancer screens

17623ab5 06/16/2008 02:58 AM Bill Marquette

Bring in relayd to perform server load balancing
Move gateway load balancing code into gwlb.inc - still uses slbd

TODO: vs and pool status screens are currently broken...and wouldn't work
with the gateway pools anyway, ultimately, the gateway pools need...

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

d415d821 05/08/2007 10:09 PM Seth Mos

Add a plus button on the top header of these pages.
This to make it easier on large configurations.

d1a4365d 03/02/2007 11:48 PM Seth Mos

Show behaviour in type field

948a4838 04/20/2006 04:40 PM Scott Ullrich

MFC 11614
better display of pools and monitors

9fa74125 04/16/2006 11:44 PM Scott Ullrich

MFC 11473
use correct dirty flag file and unlink on apply

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

920b3bb0 12/14/2005 05:08 PM Scott Ullrich

Remove reboot required checks

20d4980c 10/27/2005 04:47 PM Scott Ullrich

Regenerate slbd configuration after pool changes

Ticket #646

7ede6f64 08/19/2005 07:28 PM Scott Ullrich

Servers -> Servers/Gateways

577c9191 08/07/2005 03:23 AM Bill Marquette

$Id -> $Id$

a9c6f68a 08/06/2005 10:13 PM Bill Marquette

Fixes - moved to lbpool instead of pool as we had a small listtags conflict

d90212f3 08/06/2005 08:24 PM Bill Marquette

Fix editing
Ensure unique pool names (we'll use this in virtual servers)
Allow for monitor selection (TCP only for now)

94ac0ffc 08/06/2005 06:46 PM Bill Marquette

Preview commit of load balancer pools - needs much loving by Hoba and Esotericisms :)