aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* Split SystemException to handle WindowsPierre Ossman2024-10-0923-92/+92
* Consistently use SocketException for socket errorsPierre Ossman2024-10-091-5/+5
* Better type for pointer button maskPierre Ossman2024-08-124-4/+4
* Avoid shadowing variablesPierre Ossman2024-06-245-36/+36
* Simplify code using range-based for loopsPierre Ossman2024-06-241-6/+4
* Mark overridden virtual functionsPierre Ossman2024-06-2413-35/+35
* Use nullptr in all C++ codePierre Ossman2024-06-2436-179/+186
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-194-12/+15
|\
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-192-6/+9
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-192-4/+6
| * Remove unneeded iterationPierre Ossman2024-06-191-3/+1
* | Remove the network::SocketServer interface.Carlos Santos2024-04-262-17/+27
|/
* Use operator overloading for comparisonPierre Ossman2023-02-044-5/+5
* Remove unused rfb/util.h includesPierre Ossman2023-02-042-2/+0
* Remove "str" prefix from string helpersPierre Ossman2023-02-042-2/+2
* Use std::string instead of CharArrayPierre Ossman2023-02-0413-56/+63
* Use std::vector for temporary char arraysPierre Ossman2023-02-041-9/+9
* Free char buffer directlyPierre Ossman2023-02-044-16/+24
* Make strSplit() simpler and saferPierre Ossman2023-02-043-8/+3
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-047-55/+40
* Use fixed size character bufferPierre Ossman2023-02-042-7/+6
* Return static char buffer from some methodsPierre Ossman2023-02-044-15/+14
* Remove unneeded CharArray:sPierre Ossman2023-02-042-10/+9
* Use StringParameters directlyPierre Ossman2023-02-041-9/+7
* Get rid of TCHAR magicPierre Ossman2023-02-0442-486/+254
* Return std::vector instead of dynamic allocationPierre Ossman2023-02-042-15/+9
* Move hex conversion helpers to utilPierre Ossman2023-02-042-5/+7
* Use std::vector for basic data arraysPierre Ossman2023-02-013-30/+31
* Use stdint typesPierre Ossman2023-02-0111-41/+42
* Work around -Wcast-function-typePierre Ossman2023-01-051-9/+9
* Fix incorrect typesPierre Ossman2023-01-051-1/+1
* Remove useless checksPierre Ossman2023-01-051-1/+1
* Explicitly mark unused parametersPierre Ossman2023-01-045-7/+8
* Avoid temporary cmake variablesPierre Ossman2022-06-071-4/+2
* Be consistent in including config.hPierre Ossman2021-12-3031-0/+123
* Add support for notifying clients about pointer movementslhchavez2021-03-021-1/+1
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-5/+32
|\
| * Change streams to be asynchronousPierre Ossman2020-05-211-5/+32
* | Don't clear complex objects using memset()Pierre Ossman2020-05-312-4/+2
|/
* Clean up initialization of DIBSectionBufferPierre Ossman2020-01-034-35/+8
* Use size_t for lengths in stream objectsPierre Ossman2019-11-152-6/+6
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-25/+16
* Use display polling by default in WinVNCPierre Ossman2019-09-061-1/+1
* Use UTF-8 in clipboard APIPierre Ossman2019-07-011-54/+19
* Improved clipboard APIPierre Ossman2019-07-014-36/+65
* Clean up internal clipboard handlingPierre Ossman2019-07-014-12/+12
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-14/+2
* Add missing throws for exceptionPierre Ossman2019-03-261-1/+1
* Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-1/+2
* Properly terminate server on timeoutsPierre Ossman2018-11-092-0/+10