summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix displaying the Enable/Disable checkbox. Previously after a save button ↵Ermal2010-05-041-4/+36
| | | | click it will show the old saved value.
* Fix displaying the Enable/Disable checkbox. Previously after a save button ↵Ermal2010-05-041-2/+2
| | | | click it will show the old saved value.
* Ticket #535. Correct from where we get the port number.Ermal2010-05-041-1/+1
|
* Silence and correct command that tries to kill a previous running ↵Ermal2010-04-271-2/+1
| | | | ipfw-classifyd command.
* Unbreak limiter rule creation.Ermal2010-04-221-1/+1
|
* Fix creation of pipe/queue aka limiters.Ermal2010-04-201-2/+2
|
* Use ipfw for deleting unused pipes too.Ermal2010-04-021-1/+2
|
* Use ipfw to create the pipes/queues for pf dummynet rules, until we can ↵Ermal2010-04-021-5/+9
| | | | catch up with dummynet v3.
* Use pgrep/pkill to save a bit of cpu.thompsa2010-03-121-2/+2
|
* Revert "Catch up with php changes."Ermal Luçi2010-03-091-12/+12
| | | | This reverts commit 907b435ac8559c4e353dbdd4fb969c465973d142.
* Catch up with php changes.Ermal Luçi2010-03-051-12/+12
|
* fix typos. Ticket #278Chris Buechler2010-01-051-3/+3
|
* Ticket #257. Fix unsetting Red/Rio/Ecn etc...Ermal Luçi2009-12-301-0/+18
|
* Replace some occurrence of /tmp with the propper global variable in attempt ↵Ermal Luçi2009-12-281-6/+6
| | | | to minimize the search for what changes /tmp permissions.
* use product_nameChris Buechler2009-12-171-3/+3
|
* Build a new array of items that have .pat in them. Resolves #171sullrich2009-11-281-3/+4
|
* Only show files with .pat in them Resolves #171sullrich2009-11-271-3/+1
|
* Do not show LICENSE in the list of shaper patterns. Resolves #171sullrich2009-11-271-0/+2
|
* Resolves #171. Do not show the license file as a protocol list.Ermal Luçi2009-11-251-2/+4
|
* Simplify divert port generation and make sure it is even to leave room to ↵Ermal Luçi2009-11-111-14/+4
| | | | ipfw-classifyd to always open 2 divert sockets one for reading and one for writing.
* Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an ↵Ermal Luçi2009-11-101-1/+2
| | | | existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.
* Relax some very strict cases.Ermal Luçi2009-11-031-6/+6
|
* Be more strict on shaper checking and what is written to config. Clean up ↵Ermal Luçi2009-11-031-1136/+1345
| | | | whitespace while here.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+3
|
* Grammar fixes, patch from Josh StomproChris Buechler2009-08-271-31/+31
|
* PHP 5 array change handling. Better check before blindly taking the reference.Ermal Luçi2009-07-261-0/+4
|
* Make the propper check about arrays that php5 requires.Ermal Luçi2009-07-241-0/+4
|
* Found several more variable name typos/mismatchesjim-p2009-04-191-14/+14
|
* Another apparent variable name typojim-p2009-04-191-1/+1
|
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-31/+0
| | | | now.(yay!)
* Remove the quotes till i find out why they do not work!Ermal Luçi2009-03-081-2/+2
|
* Correctly detect processes pid's.Ermal Luçi2009-03-081-4/+5
|
* * Do not restart ipfw-classifyd on every iteration just send a signal to ↵Ermal Luçi2009-03-081-7/+18
| | | | | | | reload the config. This way no data is lost * Some cleanups to fix warning/spamming of the System logs * Present is_module_loaded() function to check if a module is loaded.
* Start the userland layer7 daemon after the rules have loaded so the shaper ↵Ermal Luçi2009-02-141-2/+18
| | | | queues can be resolved by the daemon.
* Fix variable name. This unbreaks the intial links if you try to configure it ↵Ermal Luçi2009-01-051-1/+1
| | | | manually.
* Do not flush whole dummynet just for reloading it supports reconfiguration ↵Ermal Luçi2009-01-041-1/+2
| | | | of pipes/queues. This helps with the upcomming CP per user bandwidth activation.
* Fixup some code on [re]starting ipfw-classifyd.Ermal Luçi2008-12-241-2/+4
|
* Added missing functionsHelder Pereira2008-12-211-5/+27
|
* This patch adds the initial support for layer7 protocol inspection gui.Helder Pereira2008-12-201-2/+388
|
* Change backend part to show friendly interface names on shaper.Ermal Luçi2008-11-161-9/+10
|
* Its questionable why this function should be available since it will be ↵Ermal Luçi2008-11-161-0/+2
| | | | | | | | called when switching from an HFSC queue with childs to a PRIQ which does not have childs. Either way make a stub available so the interface does not error out. This should fix ticket #1835
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-5/+5
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* fix typo: http://forum.pfsense.org/index.php/topic,10847.0.htmlMartin Fuchs2008-08-081-1/+1
|
* Do not create pipe/queue if it is disabled by the user.Ermal Luçi2008-07-181-0/+6
|
* Remove last piece of accidentally slipped in code.Ermal Luçi2008-07-171-1/+1
|
* Remove accidentally slipped in code.Ermal Luçi2008-07-171-3/+1
|
* Fix php oddities. How can empty/count return true for an empty/0 elements ↵Ermal Luçi2008-07-171-3/+8
| | | | arrayscp shaper.inc root@192.168.10.65:/etc/incscp shaper.inc root@192.168.10.65:/etc/inc.
* Hide advaned options under a 'Show advanced options' button.Ermal Luçi2008-07-171-8/+25
|
* Improve it even for queues.Ermal Luçi2008-07-161-25/+35
|
* Improve my crunkines with html.Ermal Luçi2008-07-161-33/+34
|
OpenPOWER on IntegriCloud