/[rdesktop]/sourceforge.net/trunk/rdesktop/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 /sourceforge.net/trunk/rdesktop/disk.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1487)

Revision 783 - (view) (annotate) - [select for diffs]
Modified Fri Oct 15 18:02:45 2004 UTC (19 years, 6 months ago) by stargo
File length: 22628 byte(s)
Diff to previous 776
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, 6 months ago) by jsorg71
File length: 22606 byte(s)
Diff to previous 759
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
File length: 22586 byte(s)
Diff to previous 758
fix solaris compile...


Revision 758 - (view) (annotate) - [select for diffs]
Modified Wed Aug 25 09:48:11 2004 UTC (19 years, 8 months ago) by stargo
File length: 22588 byte(s)
Diff to previous 747
add HAVE_DECL_DIRFD for FreeBSD


Revision 747 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 13:50:41 2004 UTC (19 years, 8 months ago) by astrand
File length: 22558 byte(s)
Diff to previous 745
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, 8 months ago) by stargo
File length: 22610 byte(s)
Diff to previous 742
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, 8 months ago) by stargo
File length: 22416 byte(s)
Diff to previous 698
use dirfd-autoconf test


Revision 698 - (view) (annotate) - [select for diffs]
Modified Tue May 11 13:52:22 2004 UTC (19 years, 11 months ago) by astrand
File length: 22366 byte(s)
Diff to previous 696
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 (19 years, 11 months ago) by astrand
File length: 22106 byte(s)
Diff to previous 690
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 (19 years, 11 months ago) by astrand
File length: 21977 byte(s)
Diff to previous 686
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
File length: 21896 byte(s)
Diff to previous 664
Fix compilation on hp/ux


Revision 664 - (view) (annotate) - [select for diffs]
Modified Sat Apr 17 07:14:41 2004 UTC (20 years ago) by astrand
File length: 21888 byte(s)
Diff to previous 661
Made internal functions static.


Revision 661 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 13:03:13 2004 UTC (20 years ago) by astrand
File length: 21832 byte(s)
Diff to previous 659
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 ago) by astrand
File length: 21758 byte(s)
Diff to previous 653
Notes on FileDispositionInformation. Closing before unlinking


Revision 653 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:53:32 2004 UTC (20 years ago) by astrand
File length: 21233 byte(s)
Diff to previous 652
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 ago) by astrand
File length: 21373 byte(s)
Diff to previous 627
Moved disk #defs to disk.h


Revision 627 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 08:24:40 2004 UTC (20 years, 1 month ago) by n-ki
File length: 23616 byte(s)
Diff to previous 618
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
File length: 23764 byte(s)
Diff to previous 616
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, 2 months ago) by n-ki
File length: 23721 byte(s)
Diff to previous 615
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, 2 months ago) by n-ki
File length: 23718 byte(s)
Diff to previous 613
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, 2 months ago) by n-ki
File length: 21962 byte(s)
Diff to previous 612
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, 2 months ago) by n-ki
File length: 21989 byte(s)
Diff to previous 608
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, 2 months ago) by astrand
File length: 21673 byte(s)
Diff to previous 603
Indent fixes


Revision 603 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 18:47:06 2004 UTC (20 years, 2 months ago) by stargo
File length: 21672 byte(s)
Diff to previous 602
fixes for HP-UX


Revision 602 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 17:32:21 2004 UTC (20 years, 2 months ago) by stargo
File length: 21602 byte(s)
Diff to previous 601
Cleanup some warnings (from SUNWspro-compiler)


Revision 601 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 12:57:26 2004 UTC (20 years, 2 months ago) by n-ki
File length: 21599 byte(s)
Diff to previous 600
support for deleting directories.


Revision 600 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:41:34 2004 UTC (20 years, 2 months ago) by n-ki
File length: 21375 byte(s)
Diff to previous 597
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, 2 months ago) by n-ki
File length: 17349 byte(s)
Diff to previous 596
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, 2 months ago) by n-ki
File length: 16881 byte(s)
Diff to previous 576
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, 3 months ago) by stargo
File length: 15909 byte(s)
Diff to previous 574
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, 3 months ago) by stargo
File length: 15860 byte(s)
Diff to previous 573
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, 3 months ago) by stargo
File length: 16230 byte(s)
Diff to previous 572
OpenBSD support


Revision 572 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 21:51:59 2004 UTC (20 years, 3 months ago) by stargo
File length: 16049 byte(s)
Diff to previous 570
rdesktop compiles again on solaris


Revision 570 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 18:02:38 2004 UTC (20 years, 3 months ago) by stargo
File length: 15225 byte(s)
Diff to previous 569
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, 3 months ago) by n-ki
File length: 15186 byte(s)
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