aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SMsgReader.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove unused rfb/util.h includesPierre Ossman2023-02-041-0/+1
* Use std::vector for temporary char arraysPierre Ossman2023-02-041-4/+3
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-2/+2
* Use std::vector for basic data arraysPierre Ossman2023-02-011-5/+6
* Use stdint typesPierre Ossman2023-02-011-15/+16
* Stop supplying flags to clipboard peek handlerPierre Ossman2023-01-041-1/+1
* Safely discard large (extended) clipboard contentsPierre Ossman2022-06-281-4/+20
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Fix some incorrect data waitsPierre Ossman2021-03-021-10/+10
* Change streams to be asynchronousPierre Ossman2020-05-211-36/+156
* Make ZlibInStream more robust against failuresPierre Ossman2019-11-151-1/+2
* Support extended clipboard transfersPierre Ossman2019-07-011-5/+107
* Clean up internal clipboard handlingPierre Ossman2019-07-011-1/+1
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-3/+3
* Do proper logging rather than fprintf(stderr, ...)Pierre Ossman2019-04-291-2/+2
* Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-1/+28
* Fix crash from integer overflow in SMsgReader::readClientCutTextMichal Srb2017-03-271-0/+3
* Merge the "V3" message classes into the normal onesPierre Ossman2014-07-071-0/+112
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-101-1/+1
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-22/+0
* [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-051-4/+7
* Handling VideoRectangleSelection protocol message (TightVNC extension).Constantin Kaplinsky2008-06-141-2/+2
* Removed support for continuous updates, a TightVNC-specific RFB protocolConstantin Kaplinsky2008-06-051-14/+0
* Using proper logging in SMsgReader class. Reporting details on receiving Vide...Constantin Kaplinsky2008-04-241-3/+10
* Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-241-0/+15
* Initial implementation of continuous updates in the server code. This code do...Constantin Kaplinsky2007-04-051-0/+15
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+97