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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 662 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 14:04:02 2004 UTC (20 years, 1 month ago) by astrand
File length: 22946 byte(s)
Diff to previous 660 , to selected 657
Make sure iorq->fd is a valid FD before adding it to the FD_SET.
Prevents endless loops with "select: Bad file descriptor" error
messages.


Revision 660 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 12:20:56 2004 UTC (20 years, 1 month ago) by astrand
File length: 22852 byte(s)
Diff to previous 657
Implemented "dummy" IRP_MJ_LOCK_CONTROL,
which always returns STATUS_SUCCESS. Should
make it possible to load/save files from MS Office.


Revision 657 - (view) (annotate) - [selected]
Modified Fri Apr 16 11:28:34 2004 UTC (20 years, 1 month ago) by astrand
File length: 22454 byte(s)
Diff to previous 651
Added copyright header and links to IRP resources.


Revision 651 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:12:42 2004 UTC (20 years, 1 month ago) by astrand
File length: 21229 byte(s)
Diff to previous 650 , to selected 657
Indent fixes


Revision 650 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:11:19 2004 UTC (20 years, 1 month ago) by astrand
File length: 21230 byte(s)
Diff to previous 647 , to selected 657
Removed duplicat IRP_MJ defs. Added def for IRP_MJ_LOCK_CONTROL


Revision 647 - (view) (annotate) - [select for diffs]
Modified Mon Apr 5 19:23:08 2004 UTC (20 years, 1 month ago) by astrand
File length: 21329 byte(s)
Diff to previous 646 , to selected 657
Shouldn't use mid-function var decls


Revision 646 - (view) (annotate) - [select for diffs]
Modified Fri Apr 2 15:34:38 2004 UTC (20 years, 1 month ago) by forsberg
File length: 21318 byte(s)
Diff to previous 627 , to selected 657
Made it possible to set the client name displayed to the right of the
redirected disks (in Windows explorer) using -r:clientname=<client name>.


Revision 627 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 08:24:40 2004 UTC (20 years, 2 months ago) by n-ki
File length: 21192 byte(s)
Diff to previous 614 , to selected 657
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 614 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 12:07:30 2004 UTC (20 years, 2 months ago) by n-ki
File length: 20855 byte(s)
Diff to previous 613 , to selected 657
linklist memfree bugfix - volker milde


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: 20746 byte(s)
Diff to previous 612 , to selected 657
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: 20603 byte(s)
Diff to previous 609 , to selected 657
better error handling in rdpdr and disk.c - partial merge of Volker Mildes patch.


Revision 609 - (view) (annotate) - [select for diffs]
Modified Mon Feb 16 20:28:09 2004 UTC (20 years, 2 months ago) by stargo
File length: 20218 byte(s)
Diff to previous 608 , to selected 657
Make internal backing-store the default && small fix for it


Revision 608 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 21:19:28 2004 UTC (20 years, 3 months ago) by astrand
File length: 20196 byte(s)
Diff to previous 607 , to selected 657
Indent fixes


Revision 607 - (view) (annotate) - [select for diffs]
Modified Sat Feb 14 23:38:11 2004 UTC (20 years, 3 months ago) by stargo
File length: 20181 byte(s)
Diff to previous 602 , to selected 657
fixed signedness error which caused negative timeouts (and select failing)


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


Revision 598 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:32:13 2004 UTC (20 years, 3 months ago) by n-ki
File length: 20160 byte(s)
Diff to previous 595 , to selected 657
fix mem free bug with printercache - from anders flick


Revision 595 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 14:02:59 2004 UTC (20 years, 3 months ago) by n-ki
File length: 20132 byte(s)
Diff to previous 593 , to selected 657
fix aio when data written/read is not equ buffer enable disk.c aio


Revision 593 - (view) (annotate) - [select for diffs]
Modified Mon Feb 2 07:06:55 2004 UTC (20 years, 3 months ago) by n-ki
File length: 19684 byte(s)
Diff to previous 592 , to selected 657
cleanup of aio logic


Revision 592 - (view) (annotate) - [select for diffs]
Modified Fri Jan 30 14:10:32 2004 UTC (20 years, 3 months ago) by n-ki
File length: 19379 byte(s)
Diff to previous 590 , to selected 657
reworked the asyncio some and completed it. parallel and serial uses it now. disk.c is a likely candidate for the future, but there are some problems with disk.c that we will have to look into first. parallel and serial works better, they do not hang the session, but are still yerky at large chunks... possibly we could split the chunks, but the terminal server does not seem to like partial transfers, i've tried some variations.. :) fns->write() could be split in smaller pieces, but what should the thresholds be.


Revision 590 - (view) (annotate) - [select for diffs]
Modified Thu Jan 29 12:27:21 2004 UTC (20 years, 3 months ago) by n-ki
File length: 17822 byte(s)
Diff to previous 585 , to selected 657
put aio code within ifdefs


Revision 585 - (view) (annotate) - [select for diffs]
Modified Tue Jan 27 21:15:18 2004 UTC (20 years, 3 months ago) by n-ki
File length: 17747 byte(s)
Diff to previous 580 , to selected 657
send_avail... use switch instead of if else.
disable aio on serial and parallel until finished.


Revision 580 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 08:35:52 2004 UTC (20 years, 3 months ago) by astrand
File length: 17612 byte(s)
Diff to previous 576 , to selected 657
Ran indent-all.sh


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: 17597 byte(s)
Diff to previous 570 , to selected 657
fix g_null_pointer memleak
fixes for compiles on NetBSD & FreeBSD


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: 17556 byte(s)
Diff to previous 569 , to selected 657
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]
Modified Wed Jan 21 14:40:40 2004 UTC (20 years, 3 months ago) by n-ki
File length: 17536 byte(s)
Diff to previous 555 , to selected 657
redirection of disk, lptport, printer, comport.


Revision 555 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 09:59:26 2003 UTC (20 years, 5 months ago) by stargo
File length: 5762 byte(s)
Diff to previous 554 , to selected 657
revert back to COM2


Revision 554 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 09:57:44 2003 UTC (20 years, 5 months ago) by stargo
File length: 5762 byte(s)
Diff to previous 536 , to selected 657
Timezone patch by Mark Roach


Revision 536 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 04:29:57 2003 UTC (20 years, 6 months ago) by matthewc
File length: 5762 byte(s)
Diff to previous 435 , to selected 657
Fix compile warnings on HP-UX.


Revision 435 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 09:18:20 2003 UTC (20 years, 10 months ago) by astrand
File length: 5761 byte(s)
Diff to previous 432 , to selected 657
Indent fixes


Revision 432 - (view) (annotate) - [select for diffs]
Added Tue Jul 1 09:31:25 2003 UTC (20 years, 10 months ago) by matthewc
File length: 5711 byte(s)
Diff to selected 657
Commit of work in progress on channels (so that other people can hack on
RDPSND), in particular:
* channel layer takes care of virtual channel header
* split X dependent parts out of CLIPRDR, simplified IPC implementation
* initial RDPDR implementation


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