aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCSConnectionST.cxx
Commit message (Expand)AuthorAgeFilesLines
* Make the comparing update tracker a bit more flexible. It can now be in anPierre Ossman2011-11-201-0/+10
* Cork the connection around updates to better use the congestion windowPierre Ossman2011-11-151-3/+11
* Server implementation of continuous updates, including advanced flow control.Pierre Ossman2011-11-151-10/+272
* Implement proper support for fences in the server.Pierre Ossman2011-11-141-1/+56
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-1/+5
* Cork the outgoing TCP stream while we still have messages to process. ThisPierre Ossman2011-11-081-0/+8
* Avoid some unnecessary processing when server side cursor isn't used (whichPierre Ossman2011-11-081-2/+4
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-071-56/+83
* Fix compiler warnings uncovered with -WallDRC2011-11-031-2/+0
* Don't try to push out another update if the socket is already full. ThisPierre Ossman2011-10-251-2/+31
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-2/+8
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-081-1/+1
* [Bugfix] Use bitwise NOT instead of logical NOT when working withAdam Tkac2011-02-071-2/+2
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-1/+1
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-231-1/+1
* Reverted the second part of 3971. I suspect that this code is actuallyPeter Åstrand2010-02-101-1/+1
* Eliminated two GCC warnings:Peter Åstrand2010-02-101-4/+3
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-1/+1
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-1/+1
* We should only send ExtendedDesktopSize to a client supporting both it andPierre Ossman2009-05-281-4/+6
* Remove debugging output that wasn't supposed to be committed.Pierre Ossman2009-04-241-3/+0
* Send desktop layout changes separatelyPierre Ossman2009-04-231-7/+17
* UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, andPierre Ossman2009-04-221-2/+8
* Implement server side support for SetDesktopSize.Pierre Ossman2009-03-231-2/+47
* Properly parse the SetDesktopSize message.Pierre Ossman2009-03-211-1/+2
* Basic book keeping of screen layout on server.Pierre Ossman2009-03-201-0/+2
* Make the server a little less DoS:able by validating update regions.Pierre Ossman2009-03-201-0/+13
* Minimal server side implementation of the extended desktop size protocol.Pierre Ossman2009-03-201-1/+13
* Remove file transfer support.Pierre Ossman2009-03-131-19/+1
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-44/+5
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-0/+16
* [Bugfix] Previous commit (r3204) included two lines that were left commented ...Constantin Kaplinsky2008-12-181-2/+2
* [Development] Disabling special video encoding when the VideoPriority paramet...Constantin Kaplinsky2008-12-181-0/+9
* [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-051-5/+0
* [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe...Constantin Kaplinsky2008-08-291-2/+13
* Handling VideoRectangleSelection protocol message (TightVNC extension).Constantin Kaplinsky2008-06-141-0/+10
* Restored the functionality of the VideoPriority parameter. This time, itConstantin Kaplinsky2008-06-131-1/+7
* Removed support for continuous updates, a TightVNC-specific RFB protocolConstantin Kaplinsky2008-06-051-39/+0
* Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-241-0/+1
* Using JpegEncoder for video only with proper pixel formats.Constantin Kaplinsky2007-10-171-3/+16
* Sending updates for "video area".Constantin Kaplinsky2007-09-031-2/+2
* Special handling of a rectangular video area in the UpdateTracker and derived...Constantin Kaplinsky2007-08-311-2/+6
* Minor code cleanup - changed a variable name.Constantin Kaplinsky2007-08-311-13/+13
* Code cleanups. The most important change is that we now always use UpdateTrac...Constantin Kaplinsky2007-08-311-10/+26
* Initial implementation of continuous updates in the server code. This code do...Constantin Kaplinsky2007-04-051-0/+39
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+714