aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Capitalize even more logging and exceptionsPierre Ossman2024-11-2214-38/+38
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2229-178/+178
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-2122-124/+124
| * Standardize log message prefix formatMadeleine Nilsson2024-11-112-7/+7
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-1110-47/+47
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-184-5/+5
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-224-5/+5
* | | Use standard library naming for exceptionsPierre Ossman2024-11-0629-104/+104
* | | Replace base exception class with standard libraryPierre Ossman2024-11-063-1/+6
* | | Use standard exception classesPierre Ossman2024-11-0615-33/+35
* | | Subclass exceptions from std::exceptionPierre Ossman2024-11-0616-33/+33
* | | Use what() to access exception descriptionPierre Ossman2024-11-0614-27/+27
| |/ |/|
* | 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