Project

General

Profile

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

# Date Author Comment
61e047a5 03/02/2015 06:26 PM Phil Davis

Code style etc in r s

23ca5695 01/09/2015 06:40 AM Chris Buechler

This broke a variety of things. Revert "Deprecated and non-static method messages"

This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.

91b9a02f 01/08/2015 07:35 PM Phil Davis

Deprecated and non-static method messages

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...

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

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

89cf3dc0 11/13/2014 12:09 PM Renato Botelho

Fix logic to find available next number for limiters and queues. It fixes #3998

5274102e 10/29/2014 08:39 PM Chris Buechler

Hide burst for limiters, since it doesn't do anything. more details in
ticket #3933

e02ea742 10/14/2014 10:36 PM Ermal LUÇI

Fixes #3213. Allow up to 2900 limiters. This was set to 30 since limiters are to be controlled by mask and not created manually!

a061ddb9 07/09/2014 05:07 AM Chris Buechler

no () around qlength here

c9a88bbd 07/08/2014 11:47 AM Chris Buechler

qlimit must be included here

971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

c90d37f3 05/06/2014 07:58 PM Jim Pingle

Remove units from burst as it is always specified in bytes. (Per ipfw(8)).
Worked for me in testing, I watched a file briefly burst until and then be clamped down to the limiter's rate.

1c73248c 04/28/2014 12:37 PM Ermal LUÇI

Put this here for easier troubleshooting and code reading. Helps with Ticket #3619

f2c34876 04/28/2014 12:36 PM Ermal LUÇI

Use php module calls here to speedup things

df8e43cc 04/14/2014 01:48 PM Ermal LUÇI

Avoid warnings later on if no config for layer7 exists

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

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

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

b5388f03 02/24/2014 03:25 PM Renato Botelho

Fix #2302, save custom uploaded l7 pattern files on config.xml and replicate it to slave

732b160d 02/24/2014 03:25 PM Renato Botelho

Set variable after make sure it's defined and has elements

420b4538 02/24/2014 03:25 PM Renato Botelho

Fix whitespace and indent

873c1701 02/04/2014 02:34 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir

dda9c67f 10/21/2013 12:59 PM Renato Botelho

Fix #3259. Save 'packet loss rate' and 'bucket size' for limiter queues

0f0f7b2c 10/11/2013 11:25 AM Renato Botelho

Fix 'Packet loss rate' and 'Bucket Size' range checking

9f6919e6 09/28/2013 12:12 PM Richard Connon

Fix codel not being applied on non-priq queue types

c27edf55 09/28/2013 11:37 AM Richard Connon

Fixed typo in CoDel wiki link

ea51e9f8 09/12/2013 02:29 PM Renato Botelho

Remove call-time pass by reference from traffic shaper files, it should fix #2565

794195d1 09/03/2013 11:45 AM Phil Davis

Traffic Shaper GUI text typos

and note the Queue Limit is a number of packets (not packets per second)

b3e0fedf 09/02/2013 06:55 AM Jean Cyr

Dummynet does not require burst size specification

Dummynet traffic shaper does not require burst size specification and
assumes 0 if not specified. Allow user to leave burst field blank/

6870b5ce 06/19/2013 08:42 AM Ermal LUÇI

Correct the comments describing the error with correct values

6743ab28 06/18/2013 05:31 PM Jim Pingle

Add a brief description about bandwidth vs bursting.

f03cf892 06/18/2013 04:01 PM Jim Pingle

A better fix for conditionally including burst.

012cd3ba 06/18/2013 03:57 PM Jim Pingle

Burst of 0 is also valid

f1a17b1a 06/18/2013 03:53 PM Jim Pingle

Only add burst if a burst is defined

4981f881 06/17/2013 01:25 PM Ermal LUÇI

Include the burst size in the limiter. Submitted-by: http://forum.pfsense.org/index.php/topic,62470.0.html

853030ac 05/28/2013 08:34 PM Jean Cyr

Do not hide IPV6 setting when system->advanced->network->allowipv6 is false

2d46e1e4 05/21/2013 10:53 PM Jean Cyr

Allow IPV6 bandwidth limiter mask

8c50a9d8 05/14/2013 02:42 AM Jean Cyr

Bandwidth Limiter - Disable and blank mask bits input field when mask type is 'none'.

0b4e7542 05/11/2013 05:26 AM Jean Cyr

Allow explicit mask specification in bandwidth limiter

Allow explicit mask specification in bandwidth limiter. This backwards
compatible and implements ermal suggestions.

8edaa92c 05/06/2013 06:09 PM Ermal LUÇI

Allow codel to be activated as an option for the specific queues or as its own discipline without any childs

dda2f35e 04/09/2013 10:42 AM Colin Fleming

Tidy up "shaper.inc" XHTML

Add missing closing P tag

ee02550a 04/07/2013 08:52 AM Michele Di Maria

Fixes Javascript Errors

Fixes the Javascript error that prevents enabling/disabling the objects
in the interface.

d8484854 04/03/2013 04:08 PM Colin Fleming

Tidy up "shaper.inc" XHTML

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...

ce0117f7 03/29/2013 07:25 PM Colin Fleming

Update HTML boolean operators

Updated CHECKED, SELECTED and DISABLED boolean operator

6f1bcc36 03/25/2013 09:46 PM Colin Fleming

Tidy up "shaper.inc" XHTML

Close INPUT tags
Close IMG tags and add "alt" parameter
Change ONCLICK and ONCHANGE to lowercase

7da5315d 03/23/2013 09:12 PM Colin Fleming

Tidy up "shaper" and "firewall shaper" XHTML

Update VALIGN
Deprecated the ampersand in ANCHOR tags
Update TYPE in script

0fa05f45 03/22/2013 03:47 PM Colin Fleming

Tidy up "shaper.inc" XHTML

Add CDATA sections to javascript
Close off the BR tags

f8dca5a3 01/21/2013 11:45 AM Renato Botelho

Previous attempt to fix #1995 allow to set more than one default queues, prevent it with this change. It should fix #1995

dbf2dde4 01/17/2013 06:57 PM Renato Botelho

Remove call-time pass-by-reference

20f5fce5 01/17/2013 06:56 PM Renato Botelho

Allow to edit default queue. Should fix #1995

9b10a6ec 12/17/2012 11:59 PM Ermal LUÇI

Correct limiter queue rule generation

67179472 11/17/2012 09:48 AM Ermal LUÇI

Enable io_fast on dummynet to avoid uncessesary loop arounds of packets

02593e37 11/09/2012 09:42 AM Ermal LUÇI

Correctly mark found configuration.

Fixes http://forum.pfsense.org/index.php/topic,54595.0.html

0b3a76ca 11/08/2012 09:39 PM Ermal LUÇI

More fixes to the schedules rules

ec091c89 11/07/2012 03:19 PM Ermal LUÇI

break the loop for none schedule limiters

fa29a6f0 10/29/2012 08:22 AM Ermal LUÇI

Mark the pipe/queue with zero(unlimited) bandwidth to allow traffic on the state to flow still or new traffic matching the rule to flow. Dummynet blocks traffic not matchign apipe/flow by default. Reported-by: http://forum.pfsense.org/index.php/topic,54595.msg294734.html#msg294734

5c9f6cfc 10/24/2012 06:05 PM Ermal LUÇI

To avoid issues with missing removed schedules just do not create the pipe at all

fbfed5ba 10/23/2012 08:56 PM Ermal LUÇI

Correct issues with limiters. 1. correct spelling of config option 2. avoid duplicating javascript

2ed21904 10/18/2012 09:04 AM Ermal LUÇI

Check if there is any configuration present before going through it.

d96b96b9 10/18/2012 09:03 AM Ermal LUÇI

Check if there is any configuration present before going through it.

6eb97c2e 10/15/2012 09:51 PM Ermal LUÇI

Merge pull request #239 from phil-davis/master

Limiter addBwRowTo plus icon syntax

e7ccf2a5 10/15/2012 12:41 PM Ermal LUÇI

Ooops fix removed line by accident

a1dd913e 10/12/2012 10:47 AM Phil Davis

Limiter addBwRowTo plus icon syntax

Fix the syntax so that the GUI Limiter, Creat new limiter, Bandwidth "+" icon as the correct title text, and the Mask field gets displayed.
Note that clicking the "+" icon still does not make an empty first row when creating a new limiter.

c9ba2f8a 10/09/2012 05:44 PM Ermal LUÇI

Make limiters have a schedule specified which applie bandwidth limits during that period

85a236e9 06/01/2012 07:51 PM Ermal LUÇI

Fixes #2428. Reference limiters in rules by name to avoid issues. Also put upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.

f989a6ef 04/12/2012 07:23 AM Chris Buechler

fix typo. Ticket #2371

f7f33eb3 03/23/2012 09:10 PM Ermal LUÇI

Correct location of '\n'

f5130e64 03/23/2012 09:03 PM Ermal LUÇI

Correct building of queue to not depend on parent mask

10c526e4 03/22/2012 03:20 PM Darren Embry

fix for: Traffic Limiter Bits/sec option broken

fixes #2296

http://redmine.pfsense.org/issues/2296

77b86ada 01/19/2012 07:01 PM Ermal LUÇI

Mute error: Undefined variable: g in /etc/inc/shaper.inc on line 4062

d34ade52 12/06/2011 09:51 PM Michele Di Maria

Fixes this: http://redmine.pfsense.org/issues/2015

I was checking, but if someone of the stuff give it a check it would be much better, since this is a core feature!

d523215b 09/08/2011 05:49 PM Ermal LUÇI

Show friendly interface names

37f33271 08/12/2011 11:57 AM Ermal LUÇI

Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html

bf866028 08/12/2011 11:53 AM Ermal LUÇI

Remove a slipped in text that confuses people

f61dc8e6 08/11/2011 09:41 PM Ermal LUÇI

Resolves #1193. Properly warn about duplicate default queue

acebc1ec 07/15/2011 08:02 PM Ermal LUÇI

Ticket #1193. Do not show default queue checkbox when another queue has it selected.

1623ed97 07/06/2011 12:41 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/priv.defs.inc

8484586f 06/28/2011 08:09 PM Ermal LUÇI

Do not show the root interface queue on the queue list availble since it is not allowed to choose it. Ticket #636

d21d6e20 05/23/2011 06:41 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/interfaces.inc
etc/inc/upgrade_config.inc
etc/inc/vpn.inc

0b1321e2 05/02/2011 08:57 PM Ermal LUÇI

Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified.

f599d893 04/04/2011 01:42 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/shaper.inc

d7f4030a 04/01/2011 09:51 PM Ermal LUÇI

Fix indent.

bc788561 03/31/2011 05:52 PM Ermal LUÇI

Correct the conditional testing.

57c448d0 03/31/2011 05:45 PM Ermal LUÇI

Do not show the default queue selection for a queue that has child queues

d1bd01ff 03/31/2011 05:39 PM Ermal LUÇI

Prevent non-numeric chars from being inputed on bandwidth field.

152ab4d0 03/25/2011 11:59 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/interfaces.inc
etc/inc/priv.defs.inc
etc/inc/shaper.inc
etc/inc/system.inc

54bdff75 03/25/2011 11:49 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/auth.inc
etc/inc/config.lib.inc
etc/inc/filter.inc
etc/inc/pfsense-utils.inc
etc/inc/pkg-utils.inc
etc/inc/priv.defs.inc
etc/inc/services.inc...

c46ee61f 03/22/2011 07:10 PM Ermal LUÇI

Unbreak adding subqueues to queues also. This has happened after allowing renaming, oops.

6be14e38 03/22/2011 06:19 PM Ermal LUÇI

Unbreak adding subqueues to limiters. Correct some text in the way.

7efd9972 03/21/2011 08:42 PM Ermal LUÇI

Ticket #1374. Actually test the right field name.

01890f6a 03/08/2011 10:14 PM Ermal LUÇI

Fix javascript errors reported by: http://forum.pfsense.org/index.php/topic,34139.0.html

30ef6f8d 02/09/2011 10:06 PM Ermal LUÇI

Allow renaming even shaper queues as an improvement.

1cbe86f0 02/09/2011 09:41 PM Ermal LUÇI

Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted if it is referenced in filter rules.

9d3d8d00 01/28/2011 07:32 PM Vinicius Coque

Merge branch 'master' into inc

Conflicts:
etc/inc/captiveportal.inc
etc/inc/config.console.inc
etc/inc/config.lib.inc
etc/inc/easyrule.inc
etc/inc/filter.inc
etc/inc/ipsec.inc
etc/inc/pkg-utils.inc
etc/inc/shaper.inc...

9d0b0635 01/28/2011 02:39 PM Ermal LUÇI

Make this actually work as it should. The warnings about default queue should be ok now.

8633930d 01/24/2011 05:24 PM Ermal LUÇI

Actually send a notice even if no default queue could not be found. This might be serious in some cases.

ef8fca71 01/24/2011 05:18 PM Ermal LUÇI

Do not put the queue config on the rules if there is no default queue, just log it. This prevents errors in rules loading which is worse than having no shaper.

00ca3fb1 01/24/2011 05:04 PM Ermal LUÇI

Log the errors we know for not allowing a queue to be added.

daacb818 01/19/2011 09:23 PM Ermal LUÇI

Ticket #1210. Also here unset any previous value if none posted.

c2461a56 01/19/2011 09:20 PM Ermal LUÇI

If no value is posted means we have no value to save in config and should unset any pervious set ones.

673e8095 12/22/2010 03:39 PM Scott Ullrich

nuke trailing carriage returns

d526314b 12/22/2010 01:59 PM Ermal LUÇI

Be consistent on having 1K == 1024