aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CConnection.h
Commit message (Expand)AuthorAgeFilesLines
* Use std::string for string memory managementPierre Ossman2023-02-041-1/+4
* Use std::string instead of CharArrayPierre Ossman2023-02-041-3/+2
* Use stdint typesPierre Ossman2023-02-011-7/+7
* Stop supplying flags to clipboard peek handlerPierre Ossman2023-01-041-1/+1
* Make sure server name is always a valid stringPierre Ossman2022-03-241-1/+1
* Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-111-0/+1
* Merge branch 'autoclip' of https://github.com/CendioOssman/tigervncPierre Ossman2021-02-031-0/+1
|\
| * Handle unsolicited clipboard transfersPierre Ossman2021-01-041-0/+1
* | Change streams to be asynchronousPierre Ossman2020-05-211-9/+10
* | Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-211-0/+6
|/
* Support extended clipboard transfersPierre Ossman2019-07-011-0/+10
* Improved clipboard APIPierre Ossman2019-07-011-1/+38
* Remove unused force protocol 3.3 codePierre Ossman2019-04-011-6/+0
* Move client attributes out of ServerParamsPierre Ossman2018-11-011-0/+9
* Merge client resize capabilitiesPierre Ossman2018-11-011-0/+5
* Make arguments explicit in all message writer methodsPierre Ossman2018-11-011-0/+1
* Move update request handling in to CConnectionPierre Ossman2018-11-011-0/+37
* Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-3/+7
* Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-011-3/+7
* Remove unused CConnection::getIdentityVerifier()Pierre Ossman2018-11-011-4/+0
* Display security state when asking for passwordPierre Ossman2017-09-011-0/+2
* Prevent leak of SecurityServer and ClientServer.Michal Srb2017-03-271-2/+2
* Client support for cursors with full alphaPierre Ossman2017-02-221-0/+4
* Let CConnection intercept more callbacksPierre Ossman2015-11-271-0/+9
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-0/+18
* Clean out unused dependencies from CConnection.hPierre Ossman2015-11-091-4/+1
* Remove unused deleteReaderAndWriter() methodPierre Ossman2015-11-091-7/+0
* Give subclasses the ability to overwrite the reader and writerPierre Ossman2015-02-131-0/+3
* Basic infrastructure to support fences.Pierre Ossman2011-11-141-0/+7
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-081-2/+2
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-011-2/+2
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-201-8/+0
* [Cleanup] Remove unused CConnection::setClientSecTypeOrder function.Adam Tkac2010-07-201-7/+0
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-231-10/+4
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-1/+1
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-1/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+183