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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 81 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 01:57:39 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 8487 byte(s)
Diff to previous 79
added ui_init for pre connect inits like fullscreen


Revision 79 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 20:35:13 2002 UTC (21 years, 9 months ago) by astrand
File length: 8458 byte(s)
Diff to previous 76
Removed extra newline after -t option.


Revision 76 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 20:16:22 2002 UTC (21 years, 9 months ago) by astrand
File length: 8460 byte(s)
Diff to previous 66
Applied patch from Bob Bell for -K option


Revision 66 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 18:28:12 2002 UTC (21 years, 10 months ago) by astrand
File length: 8326 byte(s)
Diff to previous 64
Merged new keysym-based keyboard handling (from alt. CVS repos)


Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 10 months ago) by astrand
File length: 8226 byte(s)
Diff to previous 58
Fixed indentation with indent


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


Revision 53 - (view) (annotate) - [select for diffs]
Modified Tue May 28 11:48:55 2002 UTC (21 years, 11 months ago) by matthewc
File length: 8057 byte(s)
Diff to previous 39
Revert to old behaviour of connecting before creating the UI.
This is to stop the UI generating input before the connection is complete
(which causes connection failures).  The one difficulty is that ui_select
is now called before ui_create_window, which may cause problems for other
UIs - we may still need to change this in the future.


Revision 39 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 07:57:43 2002 UTC (22 years, 1 month ago) by matthewc
File length: 8066 byte(s)
Diff to previous 38
Code to save and load licence (not quite working yet - server still seems
to reissue the licence).
Small clean-up in xkeymap.


Revision 38 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 12:04:33 2002 UTC (22 years, 1 month ago) by matthewc
File length: 7136 byte(s)
Diff to previous 33
Committing my keymap work - unlike the version in the unified patches,
this one uses external keymap files (which are my preference).


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sat Sep 15 12:34:34 2001 UTC (22 years, 8 months ago) by matty
File length: 7182 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, 8 months ago) by matty
File length: 7150 byte(s)
Diff to previous 29
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 29 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 03:38:39 2001 UTC (22 years, 8 months ago) by matty
File length: 6281 byte(s)
Diff to previous 28
Major cleanups, particularly in X code.


Revision 28 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 11 months ago) by matty
File length: 6429 byte(s)
Diff to previous 25
Merges from pl19-6-5.


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: 5759 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: 5757 byte(s)
Diff to previous 22
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 22 - (view) (annotate) - [select for diffs]
Modified Tue Oct 17 06:12:31 2000 UTC (23 years, 7 months ago) by matty
File length: 5726 byte(s)
Diff to previous 21
times(NULL) results in a segmentation fault on OSF1.


Revision 21 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 08:44:48 2000 UTC (23 years, 7 months ago) by matty
File length: 5703 byte(s)
Diff to previous 17
Added a number of command line options including autologon.
Inverted sense of -m (the default is now to send mouse move events).
Preparing for release of 1.0.0.


Revision 17 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 15:54:11 2000 UTC (23 years, 7 months ago) by matty
File length: 5017 byte(s)
Diff to previous 12
Fixes (?) for font problems with Microsoft Office
Added URL to website http://www.rdesktop.org/
Releasing 0.9.0-alpha2


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


Revision 10 - (view) (annotate) - [select for diffs]
Added Tue Aug 15 10:23:24 2000 UTC (23 years, 9 months ago) by matty
File length: 4971 byte(s)
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.


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