summaryrefslogtreecommitdiffstats
path: root/usr/local/www/ifstats.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | 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 usr-local-www back-endPhil Davis2015-04-191-1/+2
| | | | files that do stuff in mostly in the background.
* Remove pre-check and post-check from Cache-ControlJose Luis Duran2015-04-141-1/+1
| | | | | | | If both `post-check` and `pre-check` are specified and set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* Combine Cache-Control header in one lineJose Luis Duran2015-04-141-3/+2
| | | | | | | | | | | | | Sorted by RFC 2616: Section 14.9.1 `no-cache` Section 14.9.2 `no-store` Section 14.9.4 `must-revalidate` Combined into one line with IE's `pre-check` and `post-check`. However, when both set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* get back to our standard RFC-defined capitalization of IPsecChris Buechler2014-10-021-1/+1
|
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
| | | | packages.pfsense.org
* Ticket #682. Use pfSense modules function to collect interface stats.Ermal2010-08-201-19/+3
|
* Adjust netstat output here toojim-p2010-01-291-3/+3
|
* Fix ifstats.php - it also uses netstat output which has changedjim-p2010-01-291-3/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+5
| | | | include 2009 on files that I have asserted (C) on
* guiconfig.inc is important, it includes authentication!Bill Marquette2009-03-141-1/+1
|
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-1/+1
| | | | | | * 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 the Traffic Graph for Firefox case, which caches agressively and makes ↵Ermal Luçi2008-09-161-0/+6
| | | | the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0.
* Fix the Status->Traffic Graph graphic.Ermal Luçi2008-09-121-19/+6
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 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 5) Cleaning up the related WebUI pages
* Show the ipsec interfaceSeth Mos2007-08-301-8/+7
|
* Revert old codeScott Ullrich2006-02-261-4/+2
|
* Work with PPPoE as wellScott Ullrich2006-02-091-1/+1
|
* Reverse orderScott Ullrich2006-02-091-1/+1
|
* Swap values, they are reversed.Scott Ullrich2006-02-071-1/+1
|
* s/outpkts/outbytes/Scott Ullrich2006-01-261-1/+1
|
* Use (double)Scott Ullrich2006-01-261-1/+1
|
* Port ifstats.c over to php.Scott Ullrich2006-01-251-0/+79
Ticket #784
OpenPOWER on IntegriCloud