Project

General

Profile

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

# Date Author Comment
45b4ffc6 04/19/2015 06:38 AM Phil Davis

Code style usr-local-www back-end

files that do stuff in mostly in the background.

2ebbb0bc 04/14/2015 11:07 PM Jose Luis Duran

Remove pre-check and post-check from Cache-Control

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

2c5fda82 04/14/2015 10:18 PM Jose Luis Duran

Combine Cache-Control header in one line

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

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.

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

Welcome 2015

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

3c4fc30b 10/02/2014 09:19 PM Chris Buechler

get back to our standard RFC-defined capitalization of IPsec

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

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

8e23b225 08/20/2010 07:30 PM Ermal LUÇI

Ticket #682. Use pfSense modules function to collect interface stats.

d24b2dae 01/29/2010 07:13 PM Jim Pingle

Adjust netstat output here too

e1c931ce 01/29/2010 05:38 PM Jim Pingle

Fix ifstats.php - it also uses netstat output which has changed

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

2a2b79f4 03/14/2009 11:55 PM Bill Marquette

guiconfig.inc is important, it includes authentication!

85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • 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.
45581172 09/16/2008 06:18 PM Ermal Luçi

Fix the Traffic Graph for Firefox case, which caches agressively and makes 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.

872ce0dd 09/12/2008 10:54 PM Ermal Luçi

Fix the Status->Traffic Graph graphic.

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

c1abd446 08/30/2007 07:25 PM Seth Mos

Show the ipsec interface

0543e1e9 02/26/2006 11:05 PM Scott Ullrich

Revert old code

918e54c7 02/09/2006 02:06 AM Scott Ullrich

Work with PPPoE as well

deea2272 02/09/2006 02:02 AM Scott Ullrich

Reverse order

612b2431 02/07/2006 11:33 PM Scott Ullrich

Swap values, they are reversed.

4ea33f7e 01/26/2006 12:53 AM Scott Ullrich

s/outpkts/outbytes/

31cb8b31 01/26/2006 12:52 AM Scott Ullrich

Use (double)

19ac33af 01/25/2006 11:52 PM Scott Ullrich

Port ifstats.c over to php.

Ticket #784