summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix var name typo in shaper.inc Ben Cook2015-06-211-1/+1
| | | Fix typo so get_bandwidthtype_scale can do more than default to "1".
* Code spacingPhil Davis2015-06-151-66/+66
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style bits and pieces from etcPhil Davis2015-05-311-3/+3
|
* Few minor text typosPhil Davis2015-04-041-2/+2
| | | | | | Note that advertise is spelt with an "s" in other places in the GUI, so making it consistent in services_ntpd - but maybe Americans do spell it "advertize" these days?
* Code style etc in r sPhil Davis2015-03-031-649/+1085
|
* This broke a variety of things. Revert "Deprecated and non-static method ↵Chris Buechler2015-01-091-10/+10
| | | | | | messages" This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
* Deprecated and non-static method messagesPhil Davis2015-01-091-10/+10
| | | | | | | | | | | | | | | | Fix various files that can emit messages like: PHP Strict Standards: Non-static method SimplePie_Misc::array_unique() should not be called statically, assuming $this from incompatible context in /etc/inc/simplepie/simplepie.inc on line 5508 php-fpm[16262]: /rc.newipsecdns: PHP ERROR: Type: 8192, File: /etc/inc/shaper.inc, Line: 4365, Message: Assigning the return value of new by reference is deprecated Some of these style messages have been reported on the forum, e.g. https://forum.pfsense.org/index.php?topic=86448.0 I had RSS widget on, and simplepie sent the system beserk telling about all this stuff.
* Fix lineup of copyright linesPhil Davis2015-01-011-0/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Fix logic to find available next number for limiters and queues. It fixes #3998Renato Botelho2014-11-131-2/+2
|
* Hide burst for limiters, since it doesn't do anything. more details inChris Buechler2014-10-291-9/+10
| | | | ticket #3933
* Fixes #3213. Allow up to 2900 limiters. This was set to 30 since limiters ↵Ermal2014-10-151-2/+4
| | | | are to be controlled by mask and not created manually!
* no () around qlength hereChris Buechler2014-07-091-1/+1
|
* qlimit must be included hereChris Buechler2014-07-081-0/+2
|
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-1/+4
|
* Remove units from burst as it is always specified in bytes. (Per ipfw(8)).jim-p2014-05-061-2/+2
| | | | Worked for me in testing, I watched a file briefly burst until and then be clamped down to the limiter's rate.
* Put this here for easier troubleshooting and code reading. Helps with Ticket ↵Ermal2014-04-281-7/+4
| | | | #3619
* Use php module calls here to speedup thingsErmal2014-04-281-2/+2
|
* Avoid warnings later on if no config for layer7 existsErmal2014-04-141-1/+3
|
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-49/+49
| | | replaced <br>, <br/> and </br> with <br />
* Fix #2302, save custom uploaded l7 pattern files on config.xml and replicate ↵Renato Botelho2014-02-241-0/+16
| | | | it to slave
* Set variable after make sure it's defined and has elementsRenato Botelho2014-02-241-3/+3
|
* Fix whitespace and indentRenato Botelho2014-02-241-827/+827
|
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-1/+1
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* Fix #3259. Save 'packet loss rate' and 'bucket size' for limiter queuesRenato Botelho2013-10-211-0/+8
|
* Fix 'Packet loss rate' and 'Bucket Size' range checkingRenato Botelho2013-10-111-4/+4
|
* Fix codel not being applied on non-priq queue typesRichard Connon2013-09-281-0/+9
|
* Fixed typo in CoDel wiki linkRichard Connon2013-09-281-1/+1
|
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-121-17/+17
| | | | #2565
* Traffic Shaper GUI text typosPhil Davis2013-09-031-15/+13
| | | and note the Queue Limit is a number of packets (not packets per second)
* Dummynet does not require burst size specificationJean Cyr2013-09-021-5/+2
| | | | | Dummynet traffic shaper does not require burst size specification and assumes 0 if not specified. Allow user to leave burst field blank/
* Correct the comments describing the error with correct valuesErmal2013-06-191-3/+3
|
* Add a brief description about bandwidth vs bursting.jim-p2013-06-181-0/+1
|
* A better fix for conditionally including burst.jim-p2013-06-181-2/+2
|
* Burst of 0 is also validjim-p2013-06-181-2/+2
|
* Only add burst if a burst is definedjim-p2013-06-181-2/+4
|
* Include the burst size in the limiter. Submitted-by: ↵Ermal2013-06-171-4/+27
| | | | http://forum.pfsense.org/index.php/topic,62470.0.html
* Do not hide IPV6 setting when system->advanced->network->allowipv6 is falseJean Cyr2013-05-281-68/+32
|
* Allow IPV6 bandwidth limiter maskJean Cyr2013-05-211-56/+116
|
* Bandwidth Limiter - Disable and blank mask bits input field when mask type ↵Jean Cyr2013-05-131-12/+40
| | | | is 'none'.
* Allow explicit mask specification in bandwidth limiterJean Cyr2013-05-111-28/+81
| | | | | Allow explicit mask specification in bandwidth limiter. This backwards compatible and implements ermal suggestions.
* Allow codel to be activated as an option for the specific queues or as its ↵Ermal2013-05-061-5/+73
| | | | own discipline without any childs
* Tidy up "shaper.inc" XHTMLColin Fleming2013-04-091-1/+1
| | | | Add missing closing P tag
* Fixes Javascript ErrorsMichele Di Maria2013-04-071-3/+3
| | | | | Fixes the Javascript error that prevents enabling/disabling the objects in the interface.
* Tidy up "shaper.inc" XHTMLColin Fleming2013-04-031-32/+31
| | | | | | | | | | | | Add missing end TR tag Add missing end TD tag Add missing end SPAN tag Move table row start into the PHP IF statement, so that the IF statement generates the full table row Remove duplicate ID in INPUT tag Size parameter in INPUT tag can only be a whole number Name parameter is not valid for TR tag Add missing end P tag
* Update HTML boolean operatorsColin Fleming2013-03-291-122/+122
| | | Updated CHECKED, SELECTED and DISABLED boolean operator
* Tidy up "shaper.inc" XHTMLColin Fleming2013-03-251-72/+72
| | | | | | Close INPUT tags Close IMG tags and add "alt" parameter Change ONCLICK and ONCHANGE to lowercase
* Tidy up "shaper" and "firewall shaper" XHTMLColin Fleming2013-03-231-57/+57
| | | | | | Update VALIGN Deprecated the ampersand in ANCHOR tags Update TYPE in script
* Tidy up "shaper.inc" XHTMLColin Fleming2013-03-221-40/+48
| | | | | Add CDATA sections to javascript Close off the BR tags
* Previous attempt to fix #1995 allow to set more than one default queues, ↵Renato Botelho2013-01-211-1/+2
| | | | prevent it with this change. It should fix #1995
OpenPOWER on IntegriCloud