aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SConnection.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-1/+1
* Use stdint typesPierre Ossman2023-02-011-9/+9
* Use __attribute__:s directlyPierre Ossman2023-01-051-1/+2
* Stop supplying flags to clipboard peek handlerPierre Ossman2023-01-041-1/+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-6/+6
* | Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-211-0/+1
* | Move auth failure delay to SConnectionPierre Ossman2020-05-191-4/+12
|/
* Support extended clipboard transfersPierre Ossman2019-07-011-0/+8
* Improved clipboard APIPierre Ossman2019-07-011-1/+40
* Add delay on authentication failuresPierre Ossman2019-04-011-0/+5
* Make throwConnFailedException() protectedPierre Ossman2018-11-091-5/+5
* Remove writeConnFailedFromScratch()Pierre Ossman2018-11-091-7/+0
* Move access rights and closing to SConnection objectPierre Ossman2018-10-101-4/+13
* Make exception classes have clearer messagesPierre Ossman2017-10-121-1/+1
* Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-0/+1
* Prevent leak of SecurityServer and ClientServer.Michal Srb2017-03-271-1/+1
* Remove unused deleteReaderAndWriter() methodPierre Ossman2015-11-091-7/+0
* No need for this array to be writeablePierre Ossman2015-02-131-1/+1
* Move reverse connection information into VNCSConnectionSTPierre Ossman2015-02-131-2/+1
* Give subclasses the ability to overwrite the reader and writerPierre Ossman2015-02-131-0/+3
* SConnection internals should be private, just like for CConnectionPierre Ossman2015-02-131-0/+2
* Limit access to non-shared modePierre Ossman2014-12-021-0/+1
* Add AccessSetDesktopSize right.Michal Srb2014-11-241-7/+8
* Allow SSecurity to specify AccessRights for SConnection.Michal Srb2014-11-101-1/+0
* Move preferred encoding tracking into a server objectPierre Ossman2014-09-181-0/+8
* Remove full support for colour mapsPierre Ossman2014-07-071-5/+1
* Basic infrastructure for continuous updates.Pierre Ossman2011-11-141-0/+5
* Basic infrastructure to support fences.Pierre Ossman2011-11-141-0/+7
* [Development] Remove support for the "Tight" security type from C++ code.Adam Tkac2010-11-181-9/+0
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-011-2/+2
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-7/+4
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-8/+0
* Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-241-0/+8
* Implemented support for TightVNC protocol extensions in the server code. This...Constantin Kaplinsky2006-09-081-0/+9
* Minor refactoring to prepare the source for handling TightVNC protocol extens...Constantin Kaplinsky2006-09-061-0/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+193