aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-mistake' of https://github.com/gschwind/tigervncPierre Ossman2019-10-141-2/+2
|\
| * fix to early remove of iterator in VNCServerST::removeSocketBenoit Gschwind2019-08-241-2/+2
* | Fix bad PixelBuffer reference in VNCServerST::setPixelBuffer()Pierre Ossman2019-10-041-1/+1
|/
* Improved clipboard APIPierre Ossman2019-07-011-11/+65
* Clean up internal clipboard handlingPierre Ossman2019-07-011-5/+5
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-0/+2
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-6/+9
|\
| * Make sure we always have a valid screen layoutPierre Ossman2018-12-101-6/+9
* | Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-10/+0
* | Change idle timeout to timerPierre Ossman2018-11-091-6/+0
* | Properly terminate server on timeoutsPierre Ossman2018-11-091-3/+3
* | Change exit timeouts to timersPierre Ossman2018-11-091-76/+29
* | Remove writeConnFailedFromScratch()Pierre Ossman2018-11-091-2/+7
* | Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-091-36/+1
* | Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-5/+73
* | Move access rights and closing to SConnection objectPierre Ossman2018-10-101-1/+1
* | Encapsulate setDesktopSize() in VNCServerSTPierre Ossman2018-10-101-11/+33
* | Encapsulate event handling in VNCServerSTPierre Ossman2018-10-101-0/+46
* | Remove QueryConnectionHandlerPierre Ossman2018-10-101-1/+7
|/
* Flush pending changes when desktop startsPierre Ossman2018-05-071-2/+8
* Send lossless refresh even with pending updatesPierre Ossman2018-03-281-5/+9
* Limit lossless refresh update to safe sizePierre Ossman2018-03-281-0/+11
* Avoid checking updates when desktop is stoppedPierre Ossman2018-03-281-11/+17
* VNCServerST: Allow unsetting pixel buffer.Michal Srb2018-03-071-10/+6
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-261-3/+4
|\
| * Reduce header dependencies in server classesPierre Ossman2017-11-171-3/+4
* | Avoid corner case of applications rendering at frame ratePierre Ossman2017-11-061-1/+11
* | Make sure to start the frame timer after a buffer changePierre Ossman2017-09-221-0/+1
* | Send lock LED state from server to clientPierre Ossman2017-08-241-0/+10
* | Add server side lock key sync heuristicPierre Ossman2017-08-241-1/+7
|/
* Merge branch 'fps' of https://github.com/CendioOssman/tigervncPierre Ossman2017-02-241-84/+66
|\
| * Send updates with a fixed intervalPierre Ossman2017-02-241-74/+55
| * Only update rendered cursor when requestedPierre Ossman2017-02-241-12/+13
* | Change cursor API to use RGBA dataPierre Ossman2017-02-221-12/+12
|/
* Log statistics from ComparingUpdateTrackerPierre Ossman2016-11-081-0/+9
* Move socket write event handling in to the RFB corePierre Ossman2016-04-291-1/+14
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-1/+1
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-1/+0
* Add helper class for a rendered cursorPierre Ossman2014-07-141-16/+3
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-071-5/+12
* Remove full support for colour mapsPierre Ossman2014-07-071-9/+0
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-231-1/+26
* Changing the deferred update timer to 10 ms caused a large performance regres...DRC2011-12-221-1/+1
* Make the comparing update tracker a bit more flexible. It can now be in anPierre Ossman2011-11-201-3/+22
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-17/+76
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-071-15/+5
* Make sure RFB timers are actually respected by the server implementations.Pierre Ossman2011-10-251-0/+3
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-5/+2
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-2/+2
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-2/+2