[Tigervnc-commits] SF.net SVN: tigervnc:[3707] trunk/common/rfb/VNCServerST.cxx

2009-03-20 Thread ossman_
Revision: 3707 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3707&view=rev Author: ossman_ Date: 2009-03-20 22:05:08 + (Fri, 20 Mar 2009) Log Message: --- Move screen layout bootstraping around so that it can handle if all screens are purged on framebuffer resize.

[Tigervnc-commits] SF.net SVN: tigervnc:[3706] trunk/common/rfb

2009-03-20 Thread ossman_
Revision: 3706 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3706&view=rev Author: ossman_ Date: 2009-03-20 21:46:12 + (Fri, 20 Mar 2009) Log Message: --- Basic book keeping of screen layout on server. Modified Paths: -- trunk/common/rfb/SMsgWriterV

[Tigervnc-commits] SF.net SVN: tigervnc:[3705] trunk/common/rfb/msgTypes.h

2009-03-20 Thread ossman_
Revision: 3705 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3705&view=rev Author: ossman_ Date: 2009-03-20 20:39:16 + (Fri, 20 Mar 2009) Log Message: --- Remove unused, and improperly reserved message types. Modified Paths: -- trunk/common/rfb/msgT

[Tigervnc-commits] SF.net SVN: tigervnc:[3704] trunk/common/rfb

2009-03-20 Thread ossman_
Revision: 3704 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3704&view=rev Author: ossman_ Date: 2009-03-20 20:31:00 + (Fri, 20 Mar 2009) Log Message: --- Add official allocations for extended desktop size extension. Modified Paths: -- trunk/common/

[Tigervnc-commits] SF.net SVN: tigervnc:[3703] trunk/common/rfb

2009-03-20 Thread ossman_
Revision: 3703 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3703&view=rev Author: ossman_ Date: 2009-03-20 16:06:46 + (Fri, 20 Mar 2009) Log Message: --- Remove file transfer callback that was left behind. Modified Paths: -- trunk/common/rfb/CMsgHa

[Tigervnc-commits] SF.net SVN: tigervnc:[3702] trunk

2009-03-20 Thread ossman_
Revision: 3702 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3702&view=rev Author: ossman_ Date: 2009-03-20 16:05:04 + (Fri, 20 Mar 2009) Log Message: --- Properly parse the ExtendedDesktopSize rects in the client. Modified Paths: -- trunk/common/rf

[Tigervnc-commits] SF.net SVN: tigervnc:[3701] trunk/common/rfb/VNCSConnectionST.cxx

2009-03-20 Thread ossman_
Revision: 3701 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3701&view=rev Author: ossman_ Date: 2009-03-20 15:55:37 + (Fri, 20 Mar 2009) Log Message: --- Make the server a little less DoS:able by validating update regions. Modified Paths: -- trunk/

[Tigervnc-commits] SF.net SVN: tigervnc:[3700] trunk/common/rfb

2009-03-20 Thread ossman_
Revision: 3700 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3700&view=rev Author: ossman_ Date: 2009-03-20 13:15:05 + (Fri, 20 Mar 2009) Log Message: --- Add new file to file lists. Modified Paths: -- trunk/common/rfb/Makefile.am trunk/common/r

[Tigervnc-commits] SF.net SVN: tigervnc:[3699] trunk

2009-03-20 Thread ossman_
Revision: 3699 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3699&view=rev Author: ossman_ Date: 2009-03-20 13:02:50 + (Fri, 20 Mar 2009) Log Message: --- Minimal client side support for the extended desktop size protocol. Modified Paths: -- trunk/c

[Tigervnc-commits] SF.net SVN: tigervnc:[3698] trunk/common/rfb

2009-03-20 Thread ossman_
Revision: 3698 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3698&view=rev Author: ossman_ Date: 2009-03-20 12:59:05 + (Fri, 20 Mar 2009) Log Message: --- Minimal server side implementation of the extended desktop size protocol. Modified Paths: -- t

[Tigervnc-commits] SF.net SVN: tigervnc:[3697] trunk/common/rfb/fttypes.h

2009-03-20 Thread ossman_
Revision: 3697 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3697&view=rev Author: ossman_ Date: 2009-03-20 10:06:47 + (Fri, 20 Mar 2009) Log Message: --- Remove stray file left over from the file transfer support. Removed Paths: - trunk/common/rfb/

[Tigervnc-commits] SF.net SVN: tigervnc:[3696] trunk/common/rfb

2009-03-20 Thread ossman_
Revision: 3696 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3696&view=rev Author: ossman_ Date: 2009-03-20 10:02:31 + (Fri, 20 Mar 2009) Log Message: --- Move the SetDesktopName parser into CMsgReaderV3 to keep with the separation of old and new features. Modified