/[rdesktop]/jpeg/rdesktop/trunk/parallel.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/parallel.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, 9 months ago) by dpavlin
File length: 4494 byte(s)
Diff to previous 1488
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 (14 years, 11 months ago) by astrand
Original Path: sourceforge.net/rdesktop/trunk/parallel.c
File length: 4494 byte(s)
Diff to previous 1475
Moving rdesktop trunk to correct location. 



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


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


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


Revision 985 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 20:27:14 2005 UTC (18 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 4437 byte(s)
Diff to previous 963
Removed old-style extern errno declaration.


Revision 963 - (view) (annotate) - [select for diffs]
Modified Wed Aug 3 10:56:16 2005 UTC (18 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 4456 byte(s)
Diff to previous 865
Added missing c-basic-offset:s and license headers


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


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


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/parallel.c
File length: 3859 byte(s)
Diff to previous 664
change HANDLE to NTHANDLE to avoid conflics


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


Revision 632 - (view) (annotate) - [select for diffs]
Modified Fri Mar 5 09:36:49 2004 UTC (20 years, 2 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 3833 byte(s)
Diff to previous 631
build on non-linux again


Revision 631 - (view) (annotate) - [select for diffs]
Modified Fri Mar 5 06:48:08 2004 UTC (20 years, 2 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 3719 byte(s)
Diff to previous 608
zero handle at init.
better error handling
add paper status - volker milde


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


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


Revision 592 - (view) (annotate) - [select for diffs]
Modified Fri Jan 30 14:10:32 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 3051 byte(s)
Diff to previous 589
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 589 - (view) (annotate) - [select for diffs]
Modified Thu Jan 29 12:24:15 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 2937 byte(s)
Diff to previous 584
read support over lp port


Revision 584 - (view) (annotate) - [select for diffs]
Modified Tue Jan 27 21:06:22 2004 UTC (20 years, 3 months ago) by n-ki
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 2740 byte(s)
Diff to previous 580
lptport is working correctly now


Revision 580 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 08:35:52 2004 UTC (20 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 2600 byte(s)
Diff to previous 570
Ran indent-all.sh


Revision 570 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 18:02:38 2004 UTC (20 years, 3 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 2600 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
Original Path: sourceforge.net/trunk/rdesktop/parallel.c
File length: 2596 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