| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the comparing update tracker a bit more flexible. It can now be in an | Pierre Ossman | 2011-11-20 | 1 | -0/+10 |
* | Cork the connection around updates to better use the congestion window | Pierre Ossman | 2011-11-15 | 1 | -3/+11 |
* | Server implementation of continuous updates, including advanced flow control. | Pierre Ossman | 2011-11-15 | 1 | -10/+272 |
* | Implement proper support for fences in the server. | Pierre Ossman | 2011-11-14 | 1 | -1/+56 |
* | Reimplement the deferred update handling, this time in a more robust and | Pierre Ossman | 2011-11-08 | 1 | -1/+5 |
* | Cork the outgoing TCP stream while we still have messages to process. This | Pierre Ossman | 2011-11-08 | 1 | -0/+8 |
* | Avoid some unnecessary processing when server side cursor isn't used (which | Pierre Ossman | 2011-11-08 | 1 | -2/+4 |
* | Clean up the interface for VNCSConnectionST. Entry points are more apparent | Pierre Ossman | 2011-11-07 | 1 | -56/+83 |
* | Fix compiler warnings uncovered with -Wall | DRC | 2011-11-03 | 1 | -2/+0 |
* | Don't try to push out another update if the socket is already full. This | Pierre Ossman | 2011-10-25 | 1 | -2/+31 |
* | Ported encoding optimizations from TurboVNC. The changes to the Tight parame... | DRC | 2011-08-11 | 1 | -2/+8 |
* | Split out the pixel format conversion magic to its own class and make | Pierre Ossman | 2011-03-08 | 1 | -1/+1 |
* | [Bugfix] Use bitwise NOT instead of logical NOT when working with | Adam Tkac | 2011-02-07 | 1 | -2/+2 |
* | [Development] Replace SSecurityFactoryStandard class by simplier Security class. | Adam Tkac | 2010-04-23 | 1 | -1/+1 |
* | [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. | Adam Tkac | 2010-04-23 | 1 | -1/+1 |
* | Reverted the second part of 3971. I suspect that this code is actually | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminated two GCC warnings: | Peter Åstrand | 2010-02-10 | 1 | -4/+3 |
* | Revert previous commit (r3889). Windows code has to be cleaned before this | Adam Tkac | 2009-09-04 | 1 | -1/+1 |
* | Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free() | Adam Tkac | 2009-09-04 | 1 | -1/+1 |
* | We should only send ExtendedDesktopSize to a client supporting both it and | Pierre Ossman | 2009-05-28 | 1 | -4/+6 |
* | Remove debugging output that wasn't supposed to be committed. | Pierre Ossman | 2009-04-24 | 1 | -3/+0 |
* | Send desktop layout changes separately | Pierre Ossman | 2009-04-23 | 1 | -7/+17 |
* | UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, and | Pierre Ossman | 2009-04-22 | 1 | -2/+8 |
* | Implement server side support for SetDesktopSize. | Pierre Ossman | 2009-03-23 | 1 | -2/+47 |
* | Properly parse the SetDesktopSize message. | Pierre Ossman | 2009-03-21 | 1 | -1/+2 |
* | Basic book keeping of screen layout on server. | Pierre Ossman | 2009-03-20 | 1 | -0/+2 |
* | Make the server a little less DoS:able by validating update regions. | Pierre Ossman | 2009-03-20 | 1 | -0/+13 |
* | Minimal server side implementation of the extended desktop size protocol. | Pierre Ossman | 2009-03-20 | 1 | -1/+13 |
* | Remove file transfer support. | Pierre Ossman | 2009-03-13 | 1 | -19/+1 |
* | Remove the "video" feature and its associated custom JPEG handling. | Pierre Ossman | 2009-03-05 | 1 | -44/+5 |
* | Implemented support for DesktopName pseudo encoding, which allows | Peter Åstrand | 2009-01-15 | 1 | -0/+16 |
* | [Bugfix] Previous commit (r3204) included two lines that were left commented ... | Constantin Kaplinsky | 2008-12-18 | 1 | -2/+2 |
* | [Development] Disabling special video encoding when the VideoPriority paramet... | Constantin Kaplinsky | 2008-12-18 | 1 | -0/+9 |
* | [Enhancements, refactoring] Rationalized functions to control video | Constantin Kaplinsky | 2008-09-05 | 1 | -5/+0 |
* | [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe... | Constantin Kaplinsky | 2008-08-29 | 1 | -2/+13 |
* | Handling VideoRectangleSelection protocol message (TightVNC extension). | Constantin Kaplinsky | 2008-06-14 | 1 | -0/+10 |
* | Restored the functionality of the VideoPriority parameter. This time, it | Constantin Kaplinsky | 2008-06-13 | 1 | -1/+7 |
* | Removed support for continuous updates, a TightVNC-specific RFB protocol | Constantin Kaplinsky | 2008-06-05 | 1 | -39/+0 |
* | Support for VideoRectangleSelection client message in the server code. The me... | Constantin Kaplinsky | 2008-04-24 | 1 | -0/+1 |
* | Using JpegEncoder for video only with proper pixel formats. | Constantin Kaplinsky | 2007-10-17 | 1 | -3/+16 |
* | Sending updates for "video area". | Constantin Kaplinsky | 2007-09-03 | 1 | -2/+2 |
* | Special handling of a rectangular video area in the UpdateTracker and derived... | Constantin Kaplinsky | 2007-08-31 | 1 | -2/+6 |
* | Minor code cleanup - changed a variable name. | Constantin Kaplinsky | 2007-08-31 | 1 | -13/+13 |
* | Code cleanups. The most important change is that we now always use UpdateTrac... | Constantin Kaplinsky | 2007-08-31 | 1 | -10/+26 |
* | Initial implementation of continuous updates in the server code. This code do... | Constantin Kaplinsky | 2007-04-05 | 1 | -0/+39 |
* | Migrating to new directory structure adopted from the RealVNC's source tree. ... | Constantin Kaplinsky | 2006-05-25 | 1 | -0/+714 |