aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CConnection.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [Development] Extend Security class to allow different default sectypes for s...Adam Tkac2010-08-121-1/+1
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-201-24/+23
* [Cleanup] Remove unused CConnection::setClientSecTypeOrder function.Adam Tkac2010-07-201-6/+2
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-231-6/+7
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-231-1/+1
* 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/+276