/[rdesktop]/jpeg/rdesktop/trunk/disk.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /jpeg/rdesktop/trunk/disk.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1507 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 16:45:11 2009 UTC (14 years, 10 months ago) by dpavlin
File length: 28984 byte(s)
Diff to previous 1488 , to selected 827
branch for integration of Daniel Jarboe <daniel.jarboe(at)gmail.com>
patches for jpeg

Revision 1488 - (view) (annotate) - [select for diffs]
Modified Fri May 15 08:18:08 2009 UTC (15 years ago) by astrand
Original Path: sourceforge.net/rdesktop/trunk/disk.c
File length: 28984 byte(s)
Diff to previous 1475 , to selected 827
Moving rdesktop trunk to correct location. 



Revision 1475 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 03:51:23 2008 UTC (15 years, 10 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28984 byte(s)
Diff to previous 1435 , to selected 827
update the copyright year


Revision 1435 - (view) (annotate) - [select for diffs]
Modified Sat Feb 16 00:15:43 2008 UTC (16 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28984 byte(s)
Diff to previous 1426 , to selected 827
Fix from Paul Whitaker:  It is not safe to assume that free space
available at the top of the tree is indicative of free space anywhere in
the tree, because you may wish to redirect a mount point hierarchy.


Revision 1426 - (view) (annotate) - [select for diffs]
Modified Sat Jan 5 05:43:02 2008 UTC (16 years, 4 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 29016 byte(s)
Diff to previous 1402 , to selected 827
Add some more warnings and sanity checks.


Revision 1402 - (view) (annotate) - [select for diffs]
Modified Tue Apr 10 11:22:10 2007 UTC (17 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28999 byte(s)
Diff to previous 1401 , to selected 827
Improve performance of (large) directory listings: Avoid
stat:ing each file many times.

The patch modifies rdesktop so that the g_notify_stamp is only set
when writing. Also, the stamp is not set before disk_create_notify(),
since this would mean that NotifyInfo would be called twice directly.

With this patch, the number of stat:s has dropped from 24 to 4, using
my tests.


Revision 1401 - (view) (annotate) - [select for diffs]
Modified Wed Apr 4 12:28:57 2007 UTC (17 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28858 byte(s)
Diff to previous 1372 , to selected 827
Cleanup: Using same variable name for all "struct stat" buffers, to
avoid confusion. (The variable name fstat also collides with the
function with the same name.)


Revision 1372 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 04:47:06 2007 UTC (17 years, 4 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28748 byte(s)
Diff to previous 1365 , to selected 827
prefix BOOL with RD_


Revision 1365 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 05:39:39 2007 UTC (17 years, 4 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28745 byte(s)
Diff to previous 1364 , to selected 827
copyright year update


Revision 1364 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 04:55:56 2007 UTC (17 years, 4 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28740 byte(s)
Diff to previous 1242 , to selected 827
RD_ prefix and win32 compatibility for core files


Revision 1242 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 12:07:48 2006 UTC (17 years, 10 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28491 byte(s)
Diff to previous 1240 , to selected 827
Indent fixes


Revision 1240 - (view) (annotate) - [select for diffs]
Modified Sun Jul 2 13:03:22 2006 UTC (17 years, 10 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28487 byte(s)
Diff to previous 1016 , to selected 827
fix some warnings


Revision 1016 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 00:16:31 2005 UTC (18 years, 8 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28473 byte(s)
Diff to previous 1010 , to selected 827
changed to compile with g++


Revision 1010 - (view) (annotate) - [select for diffs]
Modified Wed Aug 31 13:00:57 2005 UTC (18 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28452 byte(s)
Diff to previous 986 , to selected 827
Using new utility function str_startswith, to get rid of many sizeof:s and hardcoded constants.


Revision 986 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 11:31:58 2005 UTC (18 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28465 byte(s)
Diff to previous 978 , to selected 827
Indent fix


Revision 978 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 11:44:35 2005 UTC (18 years, 9 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28461 byte(s)
Diff to previous 943 , to selected 827
Slightly modified long filenames-patch from Alex Miller <asm at asm.kiev.ua>


Revision 943 - (view) (annotate) - [select for diffs]
Modified Tue Aug 2 09:28:54 2005 UTC (18 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28411 byte(s)
Diff to previous 902 , to selected 827
dummy_statfs should be static.


Revision 902 - (view) (annotate) - [select for diffs]
Modified Sun May 8 17:03:04 2005 UTC (19 years ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28404 byte(s)
Diff to previous 879 , to selected 827
fix compilation on cygwin


Revision 879 - (view) (annotate) - [select for diffs]
Modified Sun Apr 3 18:08:05 2005 UTC (19 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28385 byte(s)
Diff to previous 875 , to selected 827
Indent fixes


Revision 875 - (view) (annotate) - [select for diffs]
Modified Sat Apr 2 17:49:56 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28375 byte(s)
Diff to previous 873 , to selected 827
fix dummy_statfs


Revision 873 - (view) (annotate) - [select for diffs]
Modified Sat Apr 2 17:31:27 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 28170 byte(s)
Diff to previous 865 , to selected 827
Use configure to determine stat(v)fs and setmntent
Tested on:
 * Debian GNU/Linux 3.1
 * Solaris 9/10
 * Mac OSX 10.3
 * HP/UX 10.20
 * OpenBSD 3.4


Revision 865 - (view) (annotate) - [select for diffs]
Modified Tue Mar 15 11:25:50 2005 UTC (19 years, 2 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 27722 byte(s)
Diff to previous 832 , to selected 827
remove C++-style comments


Revision 832 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 01:01:47 2005 UTC (19 years, 2 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 27564 byte(s)
Diff to previous 827
fix compiler warnings
remove unused get_parallel_data


Revision 827 - (view) (annotate) - [selected]
Modified Thu Mar 3 08:48:24 2005 UTC (19 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 27564 byte(s)
Diff to previous 818
Fixed indentation


Revision 818 - (view) (annotate) - [select for diffs]
Modified Mon Feb 21 12:39:34 2005 UTC (19 years, 3 months ago) by forsberg
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 27560 byte(s)
Diff to previous 812 , to selected 827
Disk unit names seem to be truncated at seven characters on the WTS,
and I can't see any field allowing for longer names. This is not very
surprising, since native clients export drive names ("A", "H" etc.).

Telling the user that the name is truncated at seven, not eight,
characters.


Revision 812 - (view) (annotate) - [select for diffs]
Modified Mon Feb 14 00:34:23 2005 UTC (19 years, 3 months ago) by jdmeijer
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 27523 byte(s)
Diff to previous 807 , to selected 827
fix compilation on cygwin


Revision 807 - (view) (annotate) - [select for diffs]
Modified Thu Dec 23 20:43:47 2004 UTC (19 years, 5 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 27538 byte(s)
Diff to previous 795 , to selected 827
OSF1 fixes from [ 938867 ] Misc porting patches
by Marc W. Mengel


Revision 795 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 13:56:52 2004 UTC (19 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 27324 byte(s)
Diff to previous 790 , to selected 827
Big serial- and disk-redirection update from
Andreas Flick <Andreas.Flick@unicon-ka.de>


Revision 790 - (view) (annotate) - [select for diffs]
Modified Thu Oct 28 07:46:39 2004 UTC (19 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 24759 byte(s)
Diff to previous 787 , to selected 827
Support for file systems that cannot handle O_EXCL.


Revision 787 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 08:28:03 2004 UTC (19 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 23498 byte(s)
Diff to previous 786 , to selected 827
disk_create: When filename is zero bytes long, we mustn't reference
filename[strlen(filename)-1].


Revision 786 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 08:13:33 2004 UTC (19 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 23486 byte(s)
Diff to previous 785 , to selected 827
Removed unused variables.


Revision 785 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 08:10:04 2004 UTC (19 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 23514 byte(s)
Diff to previous 783 , to selected 827
Implemented fix for the problem with ftruncate on FAT fs, which
doesn't support growing files. Should solve problems with MS Office
and FAT disks.


Revision 783 - (view) (annotate) - [select for diffs]
Modified Fri Oct 15 18:02:45 2004 UTC (19 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22628 byte(s)
Diff to previous 776 , to selected 827
Add support for Mac OSX from Steven Palm <n9yty@n9yty.com>


Revision 776 - (view) (annotate) - [select for diffs]
Modified Sat Oct 2 01:30:33 2004 UTC (19 years, 7 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22606 byte(s)
Diff to previous 759 , to selected 827
change HANDLE to NTHANDLE to avoid conflics


Revision 759 - (view) (annotate) - [select for diffs]
Modified Wed Aug 25 15:42:42 2004 UTC (19 years, 8 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22586 byte(s)
Diff to previous 758 , to selected 827
fix solaris compile...


Revision 758 - (view) (annotate) - [select for diffs]
Modified Wed Aug 25 09:48:11 2004 UTC (19 years, 9 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22588 byte(s)
Diff to previous 747 , to selected 827
add HAVE_DECL_DIRFD for FreeBSD


Revision 747 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 13:50:41 2004 UTC (19 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22558 byte(s)
Diff to previous 745 , to selected 827
Disk redirection actually uses share names; not drive letters.
Make sure we truncate share names longer than 8 chars.
Documentation updated.


Revision 745 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 11:40:41 2004 UTC (19 years, 9 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22610 byte(s)
Diff to previous 742 , to selected 827
SGI support from Jeremy Meng <voidfoo@cwazy.co.uk>


Revision 742 - (view) (annotate) - [select for diffs]
Modified Fri Aug 6 09:50:34 2004 UTC (19 years, 9 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22416 byte(s)
Diff to previous 698 , to selected 827
use dirfd-autoconf test


Revision 698 - (view) (annotate) - [select for diffs]
Modified Tue May 11 13:52:22 2004 UTC (20 years ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22366 byte(s)
Diff to previous 696 , to selected 827
Bugfix: When a broken symlink was found in a directory, the
directory list operation was aborted. This lead to empty directories,
or directories with too few entries.


Revision 696 - (view) (annotate) - [select for diffs]
Modified Tue May 11 12:46:39 2004 UTC (20 years ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 22106 byte(s)
Diff to previous 690 , to selected 827
Using constant FileBothDirectoryInformation instead of
hardcoded value 3. Added FIXME for other return types.


Revision 690 - (view) (annotate) - [select for diffs]
Modified Thu May 6 08:17:14 2004 UTC (20 years ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21977 byte(s)
Diff to previous 686 , to selected 827
Added FIXME for ftruncate on FAT.


Revision 686 - (view) (annotate) - [select for diffs]
Modified Thu Apr 29 19:41:49 2004 UTC (20 years ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21896 byte(s)
Diff to previous 664 , to selected 827
Fix compilation on hp/ux


Revision 664 - (view) (annotate) - [select for diffs]
Modified Sat Apr 17 07:14:41 2004 UTC (20 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21888 byte(s)
Diff to previous 661 , to selected 827
Made internal functions static.


Revision 661 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 13:03:13 2004 UTC (20 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21832 byte(s)
Diff to previous 659 , to selected 827
FileEndOfFileInformation actually calls ftrunc().
FileAllocationInformation falls through to FileEndOfFileInformation.


Revision 659 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 11:37:24 2004 UTC (20 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21758 byte(s)
Diff to previous 653 , to selected 827
Notes on FileDispositionInformation. Closing before unlinking


Revision 653 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:53:32 2004 UTC (20 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21233 byte(s)
Diff to previous 652 , to selected 827
Added FILE_INFORMATION_CLASS and FS_INFORMATION_CLASS enums to disk.h. Using these in disk.c, instead of hardcoded numbers


Revision 652 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:42:19 2004 UTC (20 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21373 byte(s)
Diff to previous 627 , to selected 827
Moved disk #defs to disk.h


Revision 627 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 08:24:40 2004 UTC (20 years, 2 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 23616 byte(s)
Diff to previous 618 , to selected 827
move disk info define to types.h
extract aio remove
handle errors in aio read / write
function that checks if handle is ok - seems windows cant keep track of them huh
- volker milde


Revision 618 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 10:52:29 2004 UTC (20 years, 2 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 23764 byte(s)
Diff to previous 616 , to selected 827
mntent on solaris is different than on linux.
Need to port it when I have more time...
Disable it on solaris for the time being


Revision 616 - (view) (annotate) - [select for diffs]
Modified Tue Feb 24 15:24:38 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 23721 byte(s)
Diff to previous 615 , to selected 827
a bad diff by me in disk.c 1.13 - 1.14 this is where the code should be, thanks for the correction volker


Revision 615 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 13:35:50 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 23718 byte(s)
Diff to previous 613 , to selected 827
get volume label for vfat and iso fs, requires mntent, did some ifdefs around the code, and we need a better name for the function anyone?


Revision 613 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 10:34:18 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21962 byte(s)
Diff to previous 612 , to selected 827
correct handling of offset - partial merge from volker mildes patch. at date only disk.c uses offset, so there wont be any problem.


Revision 612 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 09:58:16 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21989 byte(s)
Diff to previous 608 , to selected 827
better error handling in rdpdr and disk.c - partial merge of Volker Mildes patch.


Revision 608 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 21:19:28 2004 UTC (20 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21673 byte(s)
Diff to previous 603 , to selected 827
Indent fixes


Revision 603 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 18:47:06 2004 UTC (20 years, 3 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21672 byte(s)
Diff to previous 602 , to selected 827
fixes for HP-UX


Revision 602 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 17:32:21 2004 UTC (20 years, 3 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21602 byte(s)
Diff to previous 601 , to selected 827
Cleanup some warnings (from SUNWspro-compiler)


Revision 601 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 12:57:26 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21599 byte(s)
Diff to previous 600 , to selected 827
support for deleting directories.


Revision 600 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:41:34 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 21375 byte(s)
Diff to previous 597 , to selected 827
merge andreas flicks work on file timestamps and directory handling, and the beginning of a device control


Revision 597 - (view) (annotate) - [select for diffs]
Modified Thu Feb 5 15:41:56 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 17349 byte(s)
Diff to previous 596 , to selected 827
add some defines. handle dirs first, otherwise we can not create dirs


Revision 596 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 14:03:42 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 16881 byte(s)
Diff to previous 576 , to selected 827
enable aio of read/write files. workaround server bug where directory flag is not set on create


Revision 576 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 20:31:59 2004 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 15909 byte(s)
Diff to previous 574 , to selected 827
fix g_null_pointer memleak
fixes for compiles on NetBSD & FreeBSD


Revision 574 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 23:53:55 2004 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 15860 byte(s)
Diff to previous 573 , to selected 827
os-support for stat(v)fs a little less(?) ugly


Revision 573 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 22:13:20 2004 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 16230 byte(s)
Diff to previous 572 , to selected 827
OpenBSD support


Revision 572 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 21:51:59 2004 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 16049 byte(s)
Diff to previous 570 , to selected 827
rdesktop compiles again on solaris


Revision 570 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 18:02:38 2004 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 15225 byte(s)
Diff to previous 569 , to selected 827
some fixes for solaris compiles.
toupper was redefined to handle strings, now renamed to toupper_str
disk.c has some more problems (it uses statfs and dirfd)


Revision 569 - (view) (annotate) - [select for diffs]
Added Wed Jan 21 14:40:40 2004 UTC (20 years, 4 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/disk.c
File length: 15186 byte(s)
Diff to selected 827
redirection of disk, lptport, printer, comport.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26