aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use std::string for connection infoPierre Ossman2024-11-181-53/+34
* Use standard library naming for exceptionsPierre Ossman2024-11-061-3/+3
* Replace base exception class with standard libraryPierre Ossman2024-11-061-0/+2
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-2/+2
* Use what() to access exception descriptionPierre Ossman2024-11-061-7/+7
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-301-1/+18
* Don't ask for login data when reconnectingJohannes2024-08-071-0/+1
* Better error message for authentication failurePierre Ossman2024-08-071-0/+4
* Correctly handle cancelled authenticationPierre Ossman2024-08-071-0/+4
* Use nullptr in all C++ codePierre Ossman2024-06-241-6/+6
* Correctly set socket write notificationPierre Ossman2024-04-091-2/+0
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-301-1/+1
|\
| * Consistently use uint8_t for data buffersPierre Ossman2023-03-181-1/+1
* | Remove unneeded "using namespace"Pierre Ossman2023-06-141-2/+0
|/
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-9/+8
* Return static char buffer from some methodsPierre Ossman2023-02-041-2/+1
* Use stdint typesPierre Ossman2023-02-011-3/+3
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+2
* Re-enable lock key sync in viewerPierre Ossman2022-08-311-1/+1
* Cork the proper output stream in the clientPierre Ossman2022-06-281-2/+2
* Remove unnecessary flushPierre Ossman2022-06-281-1/+0
* Fix bad indentation in CConn::socketEvent()Pierre Ossman2022-04-061-5/+5
* Ignore socket whilst processing dataPierre Ossman2022-04-061-2/+3
* Deduplicate vncviewer error messagesWilliam Sjöblom2021-11-231-2/+1
* Retry connection in case of an errorJohannes2021-07-231-6/+6
* Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-111-0/+6
* Heavily reduce window for bandwidth estimatePierre Ossman2021-01-191-5/+9
* Better error messages when terminatingPierre Ossman2020-05-211-8/+12
* Change streams to be asynchronousPierre Ossman2020-05-211-21/+25
* Improved bandwidth monitoringPierre Ossman2020-05-211-17/+30
* Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-211-0/+2
* Allow XK_Scroll_Lock when LED state isn't supportedPierre Ossman2020-01-031-1/+1
* Check the correct stream if there is more data pendingPierre Ossman2019-12-091-1/+1
* Improved clipboard APIPierre Ossman2019-07-011-5/+15
* Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+2
* Move client attributes out of ServerParamsPierre Ossman2018-11-011-12/+10
* Merge client resize capabilitiesPierre Ossman2018-11-011-1/+0
* Remove unused flags from ServerParamsPierre Ossman2018-11-011-1/+0
* Move update request handling in to CConnectionPierre Ossman2018-11-011-180/+34
* Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-5/+1
* Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-011-4/+2
* Stop using fences for pixel format switchPierre Ossman2018-11-011-54/+44
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-34/+38
* Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-6/+9
* Adjust some strings so they are easier to translatePierre Ossman2018-10-251-5/+8
* Add support for Unix socketsPierre Ossman2018-05-291-3/+15
* Move server cut text handler to ViewportPierre Ossman2018-03-261-26/+1
* Replace "frames" with "updates" in statsPierre Ossman2018-03-261-4/+4
* Add client support for LED state syncPierre Ossman2017-08-241-0/+9
* Allow removal of GUI prompt on fatal errorsDr. David Alan Gilbert2017-07-191-1/+2