aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CConnection.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use stdint typesPierre Ossman2023-02-011-17/+17
* Explicitly mark unused parametersPierre Ossman2023-01-041-2/+2
* Stop supplying flags to clipboard peek handlerPierre Ossman2023-01-041-1/+1
* Flush decoder errors on close()Pierre Ossman2022-11-071-0/+10
* Make sure server name is always a valid stringPierre Ossman2022-03-241-1/+8
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-111-2/+5
* Merge branch 'autoclip' of https://github.com/CendioOssman/tigervncPierre Ossman2021-02-031-10/+37
|\
| * Add debug logging for ignored clipboard eventsPierre Ossman2021-01-051-3/+9
| * Handle clipboard peek with missing dataPierre Ossman2021-01-051-3/+1
| * Handle unsolicited clipboard transfersPierre Ossman2021-01-041-4/+27
* | Change streams to be asynchronousPierre Ossman2020-05-211-42/+82
* | Remove readString()/writeString()Pierre Ossman2020-05-211-3/+8
* | Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-211-8/+16
|/
* Support extended clipboard transfersPierre Ossman2019-07-011-5/+86
* Use UTF-8 in clipboard APIPierre Ossman2019-07-011-2/+4
* Improved clipboard APIPierre Ossman2019-07-011-2/+45
* Increase version string buffer size for gccPierre Ossman2019-04-011-1/+1
* Remove unused force protocol 3.3 codePierre Ossman2019-04-011-2/+2
* Add support for VMware LED statusPierre Ossman2018-12-101-1/+3
* Add support for VMware cursorsPierre Ossman2018-12-101-0/+1
* Move client attributes out of ServerParamsPierre Ossman2018-11-011-12/+16
* Merge client resize capabilitiesPierre Ossman2018-11-011-2/+22
* Remove unused flags from ServerParamsPierre Ossman2018-11-011-2/+1
* Simplify encoding list generatorPierre Ossman2018-11-011-30/+2
* Use STL list for encoding listPierre Ossman2018-11-011-22/+21
* Make arguments explicit in all message writer methodsPierre Ossman2018-11-011-1/+76
* Move update request handling in to CConnectionPierre Ossman2018-11-011-0/+166
* Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-1/+9
* Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-011-3/+9
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-15/+16
* Move version reading/writing out of ConnParamsPierre Ossman2018-10-261-4/+19
* Strongly bind security objects to connection objectPierre Ossman2018-09-211-2/+2
* Remove destroy functionsPierre Ossman2018-09-211-1/+2
* Make exception classes have clearer messagesPierre Ossman2017-10-121-5/+3
* Prevent leak of SecurityServer and ClientServer.Michal Srb2017-03-271-3/+2
* Client support for cursors with full alphaPierre Ossman2017-02-221-0/+8
* Fix minor typo in framebuffer initializationBrian P. Hinz2016-09-051-1/+1
* Make the decoder multi-threadedPierre Ossman2015-11-271-0/+8
* Let CConnection intercept more callbacksPierre Ossman2015-11-271-0/+23
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-1/+47
* Clean out unused dependencies from CConnection.hPierre Ossman2015-11-091-0/+5
* Remove unused deleteReaderAndWriter() methodPierre Ossman2015-11-091-5/+0
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-031-5/+4
* Always log chosen security typePierre Ossman2014-11-111-1/+1
* Merge the "V3" message classes into the normal onesPierre Ossman2014-07-071-4/+4
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-261-1/+1
* Basic infrastructure to support fences.Pierre Ossman2011-11-141-0/+14
* [Bugfix] Honor server security type order instead of client's when negotiatin...Adam Tkac2011-02-211-14/+13
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-011-1/+1