aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Split SystemException to handle WindowsPierre Ossman2024-10-0928-100/+100
* Consistently use SocketException for socket errorsPierre Ossman2024-10-091-5/+5
* Remove fake framebuffer update request callPierre Ossman2024-08-121-1/+0
* Better type for pointer button maskPierre Ossman2024-08-124-4/+4
* Avoid shadowing variablesPierre Ossman2024-06-248-41/+39
* Simplify code using range-based for loopsPierre Ossman2024-06-241-6/+4
* Mark overridden virtual functionsPierre Ossman2024-06-2428-79/+79
* Use nullptr in all C++ codePierre Ossman2024-06-2458-278/+285
* 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-264-21/+31
* | Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-231-15/+15
|/
* Update copyright year to 2024Samuel Mannehed2024-01-092-2/+2
* Prevent incorrect cmake usagePierre Ossman2023-12-281-0/+4
* Update copyright year to 2023Samuel Mannehed2023-07-202-2/+2
* Prefer target_include_directories()Pierre Ossman2023-03-313-6/+6
* Use operator overloading for comparisonPierre Ossman2023-02-044-5/+5
* Remove unused rfb/util.h includesPierre Ossman2023-02-046-2/+4
* Remove "str" prefix from string helpersPierre Ossman2023-02-046-9/+9
* Use std::string for string memory managementPierre Ossman2023-02-041-6/+5
* Use std::string instead of CharArrayPierre Ossman2023-02-0425-144/+135
* Use std::vector for temporary char arraysPierre Ossman2023-02-042-19/+19
* Free char buffer directlyPierre Ossman2023-02-044-16/+24
* Make strSplit() simpler and saferPierre Ossman2023-02-045-31/+20
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-0411-81/+64
* Use fixed size character bufferPierre Ossman2023-02-043-17/+16
* Return static char buffer from some methodsPierre Ossman2023-02-047-19/+18
* Use string literal instead of dynamic bufferPierre Ossman2023-02-042-8/+8
* Remove unneeded CharArray:sPierre Ossman2023-02-042-10/+9
* Use StringParameters directlyPierre Ossman2023-02-044-19/+15
* Get rid of TCHAR magicPierre Ossman2023-02-0463-685/+447
* Return std::vector instead of dynamic allocationPierre Ossman2023-02-043-19/+12
* 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-052-10/+10
* Fix incorrect typesPierre Ossman2023-01-051-1/+1
* Remove useless checksPierre Ossman2023-01-051-1/+1
* Explicitly mark switch case fall throughPierre Ossman2023-01-051-0/+1
* Explicitly mark unused parametersPierre Ossman2023-01-0416-20/+21
* Don't do access checks on early clientsPierre Ossman2022-11-071-3/+5
* Avoid temporary cmake variablesPierre Ossman2022-06-071-4/+2
* Enable stream sanity checks in debug buildsPierre Ossman2022-04-061-4/+0
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-212-14/+4
* Update copyright year to 2022Pierre Ossman2022-01-052-2/+2
* Be consistent in including config.hPierre Ossman2021-12-3039-0/+156
* Add support for notifying clients about pointer movementslhchavez2021-03-021-1/+1
* Update copyright year to 2021Pierre Ossman2021-01-252-2/+2