aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/VNCServerWin32.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-221-5/+5
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-1/+1
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-111-4/+4
* | Use standard library naming for exceptionsPierre Ossman2024-11-061-2/+2
* | Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
* | Use what() to access exception descriptionPierre Ossman2024-11-061-2/+2
|/
* Split SystemException to handle WindowsPierre Ossman2024-10-091-2/+2
* Remove fake framebuffer update request callPierre Ossman2024-08-121-1/+0
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+1
* Use nullptr in all C++ codePierre Ossman2024-06-241-11/+11
* Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-231-15/+15
* Use std::string instead of CharArrayPierre Ossman2023-02-041-5/+4
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-10/+9
* Use StringParameters directlyPierre Ossman2023-02-041-2/+1
* Get rid of TCHAR magicPierre Ossman2023-02-041-10/+10
* Don't do access checks on early clientsPierre Ossman2022-11-071-3/+5
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Properly terminate server on timeoutsPierre Ossman2018-11-091-1/+3
* Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-091-4/+84
* Remove QueryConnectionHandlerPierre Ossman2018-10-101-3/+1
* Force common flow of connection queriesPierre Ossman2018-10-091-8/+8
* Remove Java web serverPierre Ossman2018-10-091-10/+1
* Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-221-1/+1
* Replace Windows specific thread handlingPierre Ossman2016-07-071-19/+38
* Convert WinVNC to the new TcpListener APIPierre Ossman2015-03-171-2/+2
* Local address change events are not socket specificPierre Ossman2015-03-171-3/+3
* Resurrect TcpListener::getMyAddresses()Pierre Ossman2015-03-171-2/+2
* Fix unsafe format strings to the logging functionsPierre Ossman2015-03-031-2/+2
* Reorder class initialiser list to match what actually happensPierre Ossman2015-03-031-2/+2
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-071-0/+6
* [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc systemAdam Tkac2010-05-131-1/+4
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-1/+0
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-121-1/+1
* Remove file transfer support.Pierre Ossman2009-03-131-8/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-271-1/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+333