aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.h
Commit message (Expand)AuthorAgeFilesLines
* Mark overridden virtual functionsPierre Ossman2024-06-241-35/+35
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-191-1/+4
|\
| * Keep frame clock running if waiting for frame tickPierre Ossman2024-06-191-1/+2
| * Add support for X Present extensionPierre Ossman2024-06-191-0/+2
| * Explicitly request timer repetitionPierre Ossman2024-06-191-1/+1
* | vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-261-1/+2
* | Remove the network::SocketServer interface.Carlos Santos2024-04-261-4/+1
|/
* VNCServerST: Add a timeout to pointer button ownershipMike Looijmans2024-01-221-0/+2
* Use std::string instead of CharArrayPierre Ossman2023-02-041-2/+2
* 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