aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
|/
* Use standard install dir variable namesPierre Ossman2020-03-123-3/+3
* Update copyright year to 2020Pierre Ossman2020-01-162-2/+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