CVS log for tools/packages/pfstat.xml

[BACK] Up to [pfSense CVS Repository] / tools / packages

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Sep 1 06:30:15 2007 UTC (4 years, 8 months ago) by dsh
Branches: MAIN
CVS tags: HEAD
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +51 -47 lines
* added remaining DTDs

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Sep 1 01:48:55 2007 UTC (4 years, 8 months ago) by dsh
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +44 -1 lines
* added copyright header to each file
* added XSL stylesheet to each file
* added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD)
* added a Document Type Definition which allows to validate package files

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Nov 21 05:35:54 2005 UTC (6 years, 5 months ago) by myntric
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
Testing ACL's

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Oct 9 17:11:15 2005 UTC (6 years, 7 months ago) by colin
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +52 -56 lines
Move sync_package_pfstat() into global functions. Second part of ticket #595.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 9 21:21:33 2005 UTC (6 years, 9 months ago) by sullrich
Branches: MAIN
CVS tags: PFSENSE_0_80
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +5 -3 lines
Use newer additional files needed facilities

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Apr 16 01:06:06 2005 UTC (7 years, 1 month ago) by billm
Branches: MAIN
CVS tags: Package-Reorg-2005
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
use make_dirs() instead of system("mkdir -p")

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 21 04:32:13 2005 UTC (7 years, 1 month ago) by colin
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Remove unnecessary calls to rm - use unlink_if_exists or rmdir_recursive.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Mar 2 22:02:12 2005 UTC (7 years, 2 months ago) by sullrich
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Rename the sync_package function to sync_package_filename()

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 26 04:35:32 2005 UTC (7 years, 2 months ago) by colin
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +4 -0 lines
* Add config locking and remounting.
* FreeRADIUS typo correction.
* Change <name> in powerdns.xml: nmap -> powerdns

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Feb 21 06:09:13 2005 UTC (7 years, 2 months ago) by colin
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Update packages to use new <version></version> tags.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Feb 19 02:32:40 2005 UTC (7 years, 2 months ago) by sullrich
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Add <title>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 21 20:46:32 2005 UTC (7 years, 3 months ago) by sullrich
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Pull stats every 5 minutes and generate graphs every 10

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 21 20:02:36 2005 UTC (7 years, 3 months ago) by sullrich
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Create graphs every 5 minutes instead of continually and also nice the process to 20 to avoid interfering with other running processes.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jan 21 19:56:19 2005 UTC (7 years, 3 months ago) by sullrich
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +7 -1 lines
Truncate the log file every so often

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jan 15 01:20:45 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +17 -1 lines
Add many new colors to pfstat graph options

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jan 14 23:01:16 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Correct configuration location.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 11 04:55:57 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +4 -0 lines
If user does not append .jpg onto the imagename, then force it on there.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 9 23:37:41 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
* Correctly delete package and its depdencies, leaving a depdency untouched if another package depends on the dependency.   Say that 3 times in a row real fast.
* Correctly delete all configuration items for a package upon deletion
* Clean up comments

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jan 5 02:35:45 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Move PFStat Graphs to status

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 5 02:33:01 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +8 -4 lines
Minor coesmetic touch ups

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jan 5 02:19:48 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +14 -12 lines
Add pfstat.php command used to show graphs.

Fix graph layouts when multiple graphs defined.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jan 5 01:07:40 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +38 -29 lines
Sync package more often with pfstat.conf

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 5 00:19:01 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
add graph before the graph type in pfstat.conf

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 5 00:00:32 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +5 -0 lines
Break 2 line crontab entries into multiple textneeded/item directives.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 4 23:38:44 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Convert spaces to tabs for crontab line

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 4 23:21:49 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
Don't foget to remove pfstat.conf upon package deletion

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 4 22:58:10 2005 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +42 -30 lines
Add a new custom_php_resync_config_command sync directive which gets called after add or delete.

Fix a number of small bugs discovered by: B.Kharazmi

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 29 01:29:58 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +5 -3 lines
Move installation tasks to custom_php_install_command tag.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Dec 29 01:20:08 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
Add configfile tag

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 27 19:23:45 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Seperate pfStat into 2 menu settings

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 27 19:18:47 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +8 -1 lines
Add second menu item that shows the graphs

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 27 16:25:50 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
Make sure to start / restart cron

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 23 19:18:39 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +4 -1 lines
straighten out cron text

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 23 05:39:51 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Use tabs to seperate graph paramaters to make the conf file look cleaner and closer to the example.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 23 05:36:59 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +91 -13 lines
Create pfstat.conf from posted settings.

And the crowd goes wild!

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Dec 22 19:34:07 2004 UTC (7 years, 4 months ago) by sullrich
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +28 -51 lines
Add rowhelper type which will place add and delete row items on a form.  This can be used to group like items together on the web gui.  First package employing this neat feature is pfStat

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Dec 17 21:13:31 2004 UTC (7 years, 5 months ago) by sullrich
Branches: avendor
CVS tags: arelease
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
no message

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 16 18:17:19 2004 UTC (7 years, 5 months ago) by sullrich
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Packages continued.  New log file facility added.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 13 04:51:45 2004 UTC (7 years, 5 months ago) by sullrich
Branches: MAIN
add size, rows and cols flags

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>