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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 382 - (view) (annotate) - [select for diffs]
Modified Fri May 30 22:04:25 2003 UTC (20 years, 11 months ago) by jsorg71
File length: 20732 byte(s)
Diff to previous 376
adding g_ prefix to global vars, orders.c done


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: 20722 byte(s)
Diff to previous 375
changes so it compiles with g++(mainly for ports)


Revision 375 - (view) (annotate) - [select for diffs]
Modified Fri May 16 21:55:14 2003 UTC (20 years, 11 months ago) by jsorg71
File length: 20690 byte(s)
Diff to previous 356
changed all order vars that go through rdp_in_coord to sint16


Revision 356 - (view) (annotate) - [select for diffs]
Modified Fri Mar 28 09:13:48 2003 UTC (21 years, 1 month ago) by forsberg
File length: 20690 byte(s)
Diff to previous 355
Initialize some variables in order to avoid a compiler warning. Umm.. A bit ugly. Might remove this later.


Revision 355 - (view) (annotate) - [select for diffs]
Modified Fri Mar 28 09:09:17 2003 UTC (21 years, 1 month ago) by forsberg
File length: 20626 byte(s)
Diff to previous 349
Got bitmap decompression to work. It turned out Microsoft doesn't care about sending the compressed
bitmap header any longer, instead the size of the compressed bitmap data is sent in the bitmapLength
field of the cache bitmap order. Of course this doesn't concur with T.128.

Added more detailed debugging which helped in finding this.


Revision 349 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 13:17:26 2003 UTC (21 years, 1 month ago) by forsberg
File length: 20216 byte(s)
Diff to previous 336
process_orders now take the number of orders to process as an argument
instead of reading it itself. Adaptation for the RDP5 code to work.

Added some debugging.

Indent fixes.


Revision 336 - (view) (annotate) - [select for diffs]
Modified Sun Mar 2 23:45:34 2003 UTC (21 years, 2 months ago) by jsorg71
File length: 20247 byte(s)
Diff to previous 318
fix for connecting to a server that was disconnected with ms client


Revision 318 - (view) (annotate) - [select for diffs]
Modified Mon Feb 10 12:58:51 2003 UTC (21 years, 2 months ago) by astrand
File length: 20057 byte(s)
Diff to previous 314
Indent fixes


Revision 314 - (view) (annotate) - [select for diffs]
Modified Fri Feb 7 23:43:37 2003 UTC (21 years, 2 months ago) by jsorg71
File length: 20048 byte(s)
Diff to previous 309
one bitmap decomp function to handle all colour depths


Revision 309 - (view) (annotate) - [select for diffs]
Modified Tue Feb 4 05:32:13 2003 UTC (21 years, 2 months ago) by jsorg71
File length: 20032 byte(s)
Diff to previous 299
16bit


Revision 299 - (view) (annotate) - [select for diffs]
Modified Thu Jan 30 11:15:00 2003 UTC (21 years, 3 months ago) by matthewc
File length: 19619 byte(s)
Diff to previous 207
Add some signed types and use them in the places we have silly casts now.


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: 19633 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: 19633 byte(s)
Diff to previous 168
foo function() -> foo function(void) to conform to ANSI C.


Revision 168 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 07:23:32 2002 UTC (21 years, 7 months ago) by matthewc
File length: 19629 byte(s)
Diff to previous 82
The polyline "flags" field seems like it might be a ROP2.


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: 19569 byte(s)
Diff to previous 64
Changed max line length to 100


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


Revision 55 - (view) (annotate) - [select for diffs]
Modified Fri Jul 12 03:45:20 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 19804 byte(s)
Diff to previous 49
polyline fix


Revision 49 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 12:06:08 2002 UTC (22 years ago) by mmihalik
File length: 19722 byte(s)
Diff to previous 37
This fixes TEXT2(cache) procesing with corrupted screen with long lines and vertical text.


Revision 37 - (view) (annotate) - [select for diffs]
Modified Mon Sep 17 12:50:49 2001 UTC (22 years, 7 months ago) by matty
File length: 20148 byte(s)
Diff to previous 30
MIPSpro defaults to unsigned char, use signed char where required.
__mips not __mips__, same for alpha.


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: 20141 byte(s)
Diff to previous 28
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 28 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 10 months ago) by matty
File length: 20062 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, 3 months ago) by matty
File length: 19831 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, 3 months ago) by matty
File length: 19886 byte(s)
Diff to previous 23
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 23 - (view) (annotate) - [select for diffs]
Modified Tue Oct 17 08:24:09 2000 UTC (23 years, 6 months ago) by matty
File length: 19783 byte(s)
Diff to previous 20
Fix for big-endian X-servers: rely on server to handle byte/bit order.


Revision 20 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 07:37:52 2000 UTC (23 years, 6 months ago) by matty
File length: 20177 byte(s)
Diff to previous 17
Respect x offset in font information.


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: 20163 byte(s)
Diff to previous 15
Fixes (?) for font problems with Microsoft Office
Added URL to website http://www.rdesktop.org/
Releasing 0.9.0-alpha2


Revision 15 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 05:27:25 2000 UTC (23 years, 7 months ago) by matty
File length: 20067 byte(s)
Diff to previous 12
Added polyline order (undocumented, id 22)


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: 18289 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, 8 months ago) by matty
File length: 18282 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