aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCSConnectionST.h
Commit message (Expand)AuthorAgeFilesLines
* Use std::string instead of CharArrayPierre Ossman2023-02-041-3/+3
* Use stdint typesPierre Ossman2023-02-011-6/+6
* Add support for notifying clients about pointer movementslhchavez2021-03-021-0/+6
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-5/+2
|\
| * Change streams to be asynchronousPierre Ossman2020-05-211-1/+0
| * Fix connection close logPierre Ossman2020-05-191-0/+2
| * Move auth failure delay to SConnectionPierre Ossman2020-05-191-4/+0
* | Hide base SConnection methods from VNCServerSTPierre Ossman2020-08-211-1/+3
|/
* Improved clipboard APIPierre Ossman2019-07-011-3/+7
* Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+2
* Add delay on authentication failuresPierre Ossman2019-04-011-0/+4
* Move lossless refresh handling to separate methodPierre Ossman2018-11-231-0/+1
* Change idle timeout to timerPierre Ossman2018-11-091-6/+2
* Clean up headersPierre Ossman2018-11-091-0/+4
* Remove unused functions from server classesPierre Ossman2018-11-091-2/+0
* Remove comments about self-deleting connectionsPierre Ossman2018-11-091-9/+2
* Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-091-6/+0
* Move access rights and closing to SConnection objectPierre Ossman2018-10-101-12/+5
* Force common flow of connection queriesPierre Ossman2018-10-091-8/+1
* Avoid refresh of recently changed areasPeter Åstrand (astrand)2018-09-201-0/+1
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-261-14/+5
|\
| * Improved congestion control handlingPierre Ossman2017-11-171-0/+1
| * Move congestion control to its own classPierre Ossman2017-11-171-13/+2
| * Reduce header dependencies in server classesPierre Ossman2017-11-171-3/+2
| * Use a queue for congestion pingsPierre Ossman2017-11-171-2/+4
* | Fix for initial client side cursorPierre Ossman2017-11-171-0/+1
* | Push query connect timeout back in to XvncPierre Ossman2017-10-041-2/+0
* | Fix shift state test in lock key heuristicsPierre Ossman2017-09-151-0/+2
* | Track keys based on client supplied key codesPierre Ossman2017-08-281-2/+2
* | Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-1/+1
* | Send lock LED state from server to clientPierre Ossman2017-08-241-0/+3
|/
* Split up VNCSConnectionST::writeFramebufferUpdate()Pierre Ossman2017-02-241-1/+3
* Asynchronously retry update on congestionPierre Ossman2016-04-291-2/+0
* Move socket write event handling in to the RFB corePierre Ossman2016-04-291-0/+3
* Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-171-1/+1
* Clean up server rendered cursor logicPierre Ossman2015-06-091-2/+2
* Move reverse connection information into VNCSConnectionSTPierre Ossman2015-02-131-0/+1
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-0/+2
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-2/+2
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-2/+0
* Store the mouse cursor in the ConnParams objectPierre Ossman2014-07-141-4/+0
* Push encoder and decoder handling down into the connection objectsPierre Ossman2014-07-071-1/+3
* Remove full support for colour mapsPierre Ossman2014-07-071-3/+0
* We were not handling the "sync next" fence properly as we sent the responsePierre Ossman2012-07-201-1/+1
* Make the comparing update tracker a bit more flexible. It can now be in anPierre Ossman2011-11-201-0/+4
* Server implementation of continuous updates, including advanced flow control.Pierre Ossman2011-11-151-0/+20
* Implement proper support for fences in the server.Pierre Ossman2011-11-141-0/+7
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-071-7/+14
* Don't try to push out another update if the socket is already full. ThisPierre Ossman2011-10-251-1/+10
* Implement server side support for SetDesktopSize.Pierre Ossman2009-03-231-0/+1