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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 546 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 09:17:41 2003 UTC (20 years, 5 months ago) by astrand
File length: 4819 byte(s)
Diff to previous 443
errno is not valid when recv returns zero.


Revision 443 - (view) (annotate) - [select for diffs]
Modified Sun Aug 17 07:28:53 2003 UTC (20 years, 8 months ago) by astrand
File length: 4741 byte(s)
Diff to previous 440
ipv6 connect sanity checking: error message if not able to connect,
instead of just segfaulting.


Revision 440 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 11:09:17 2003 UTC (20 years, 8 months ago) by astrand
File length: 4666 byte(s)
Diff to previous 423
Applied IPv6 patch from mike@dexy.mine.nu.


Revision 423 - (view) (annotate) - [select for diffs]
Modified Tue Jun 17 08:44:32 2003 UTC (20 years, 10 months ago) by matthewc
File length: 3930 byte(s)
Diff to previous 408
Eliminate previous ugly hack for RDP5 packets, in order to make it work
with low encryption.


Revision 408 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 10:44:20 2003 UTC (20 years, 11 months ago) by forsberg
File length: 3473 byte(s)
Diff to previous 376
Indentation changes.


Revision 376 - (view) (annotate) - [select for diffs]
Modified Mon May 19 21:36:33 2003 UTC (20 years, 11 months ago) by jsorg71
File length: 3465 byte(s)
Diff to previous 306
changes so it compiles with g++(mainly for ports)


Revision 306 - (view) (annotate) - [select for diffs]
Modified Thu Jan 30 13:38:47 2003 UTC (21 years, 3 months ago) by matthewc
File length: 3412 byte(s)
Diff to previous 303
Solaris doesn't define INADDR_NONE (fix from Simon McCartney)


Revision 303 - (view) (annotate) - [select for diffs]
Modified Thu Jan 30 11:57:10 2003 UTC (21 years, 3 months ago) by matthewc
File length: 3343 byte(s)
Diff to previous 275
Fix a bug where we report "Network is unreachable" instead of
"cannot resolve host".


Revision 275 - (view) (annotate) - [select for diffs]
Modified Tue Nov 19 14:48:02 2002 UTC (21 years, 5 months ago) by astrand
File length: 3329 byte(s)
Diff to previous 207
Applied WM-kill patch from Matthew Riechers (slightly modified


Revision 207 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 7 months ago) by matthewc
File length: 3289 byte(s)
Diff to previous 192
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 192 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 07:59:14 2002 UTC (21 years, 7 months ago) by matthewc
File length: 3289 byte(s)
Diff to previous 82
foo function() -> foo function(void) to conform to ANSI C.


Revision 82 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 07:18:48 2002 UTC (21 years, 9 months ago) by astrand
File length: 3285 byte(s)
Diff to previous 58
Changed max line length to 100


Revision 58 - (view) (annotate) - [select for diffs]
Modified Sun Jul 14 00:34:21 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 3311 byte(s)
Diff to previous 33
added tcp port command line option


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sat Sep 15 12:34:34 2001 UTC (22 years, 7 months ago) by matty
File length: 3286 byte(s)
Diff to previous 30
Add a ui_select to xwin.c to reduce latency.
Remove extraneous error messages - only report at lowest level.
Endianness and IRIX compile fixes.


Revision 30 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 13:51:38 2001 UTC (22 years, 7 months ago) by matty
File length: 3483 byte(s)
Diff to previous 25
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 25 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 03:47:04 2001 UTC (23 years, 4 months ago) by matty
File length: 3488 byte(s)
Diff to previous 24
Changed indentation style (-psl).


Revision 24 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 03:12:10 2001 UTC (23 years, 4 months ago) by matty
File length: 3488 byte(s)
Diff to previous 13
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 13 - (view) (annotate) - [select for diffs]
Modified Sat Sep 16 12:07:55 2000 UTC (23 years, 7 months ago) by matty
File length: 3452 byte(s)
Diff to previous 12
FreeBSD compile fixes from Chris Knight <chris@aims.com.au>


Revision 12 - (view) (annotate) - [select for diffs]
Modified Tue Aug 15 12:01:01 2000 UTC (23 years, 8 months ago) by matty
File length: 3422 byte(s)
Diff to previous 10
Portability fixes for Solaris and OSF1.


Revision 10 - (view) (annotate) - [select for diffs]
Modified Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
File length: 3393 byte(s)
Diff to previous 9
Major commit of work from laptop - done in various free moments.
Implemented encryption layer and some basic licensing negotiation.
Reorganised code somewhat. While this is not quite as clean, it is
a lot faster - our parser speed was becoming a bottle-neck.


Revision 9 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 12:34:29 2000 UTC (23 years, 9 months ago) by matty
File length: 3106 byte(s)
Diff to previous 4
Committing some awesome progress I made while overseas - this commit
really embodies a huge number of changes. We are now able to talk quite
fluently to a French NT Terminal Server - in normal usage only minor
font issues remain (handling of TEXT2 order is not perfect).

The next major hurdle is encryption, and it will be quite a big hurdle
- there seems to be some quite nasty session key stuff.


Revision 4 - (view) (annotate) - [select for diffs]
Modified Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
File length: 2841 byte(s)
Copied from: sourceforge.net/branches/RDESKTOP/rdesktop/tcp.c revision 3
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 3 - (view) (annotate) - [select for diffs]
Added Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
Original Path: sourceforge.net/branches/RDESKTOP/rdesktop/tcp.c
File length: 2841 byte(s)
Adding my experimental RDP client to repository.


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