aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.h
Commit message (Expand)AuthorAgeFilesLines
* Use stdint typesPierre Ossman2023-02-011-2/+2
* Add support for notifying clients about pointer movementslhchavez2021-03-021-1/+1
* Improved clipboard APIPierre Ossman2019-07-011-3/+11
* Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+2
* Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-6/+0
* Change exit timeouts to timersPierre Ossman2018-11-091-3/+3
* Clean up headersPierre Ossman2018-11-091-10/+13
* Remove unused functions from server classesPierre Ossman2018-11-091-9/+0
* Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-091-8/+0
* Inherit SocketServer directly from VNCServerPierre Ossman2018-10-261-3/+1
* Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-14/+18
* Move access rights and closing to SConnection objectPierre Ossman2018-10-101-5/+1
* Encapsulate setDesktopSize() in VNCServerSTPierre Ossman2018-10-101-2/+4
* Encapsulate event handling in VNCServerSTPierre Ossman2018-10-101-0/+5
* Use accessor methods for VNCServerSTPierre Ossman2018-10-101-10/+10
* Remove QueryConnectionHandlerPierre Ossman2018-10-101-35/+6
* Force common flow of connection queriesPierre Ossman2018-10-091-15/+10
* Send lossless refresh even with pending updatesPierre Ossman2018-03-281-1/+1
* Limit lossless refresh update to safe sizePierre Ossman2018-03-281-0/+1
* Avoid checking updates when desktop is stoppedPierre Ossman2018-03-281-0/+1
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-261-2/+1
|\
| * Reduce header dependencies in server classesPierre Ossman2017-11-171-2/+1
* | Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-221-4/+0
* | Add server side lock key sync heuristicPierre Ossman2017-08-241-0/+2
|/
* Merge branch 'fps' of https://github.com/CendioOssman/tigervncPierre Ossman2017-02-241-6/+6
|\
| * Send updates with a fixed intervalPierre Ossman2017-02-241-6/+4
| * Only update rendered cursor when requestedPierre Ossman2017-02-241-0/+2
* | Change cursor API to use RGBA dataPierre Ossman2017-02-221-2/+2
|/
* Move getSockets() to SocketServer interfacePierre Ossman2016-10-051-7/+4
* Move socket write event handling in to the RFB corePierre Ossman2016-04-291-2/+6
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-8/+1
* Add helper class for a rendered cursorPierre Ossman2014-07-141-3/+1
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-071-1/+1
* Remove full support for colour mapsPierre Ossman2014-07-071-1/+0
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-231-0/+3
* Make the comparing update tracker a bit more flexible. It can now be in anPierre Ossman2011-11-201-0/+2
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-3/+19
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-071-1/+0
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-4/+1
* Implement server side support for SetDesktopSize.Pierre Ossman2009-03-231-0/+4
* Basic book keeping of screen layout on server.Pierre Ossman2009-03-201-0/+2
* Remove file transfer support.Pierre Ossman2009-03-131-5/+0
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-21/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-271-1/+1
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-151-1/+1
* [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-051-5/+5
* Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-211-0/+3
* Handling VideoRectangleSelection protocol message (TightVNC extension).Constantin Kaplinsky2008-06-141-0/+4
* Restored the functionality of the VideoPriority parameter. This time, itConstantin Kaplinsky2008-06-131-0/+1
* Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-241-0/+12