aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* Convert DisconnectAction to EnumParameterPierre Ossman2025-03-122-5/+6
* Make use of IntParameter range validationPierre Ossman2025-03-061-1/+2
* Move concurrency abstration layer to corePierre Ossman2025-02-252-13/+12
* Move application directory handling to corePierre Ossman2025-02-251-2/+0
* Rename core/util to core/stringPierre Ossman2025-02-254-4/+4
* Get rid of __rfbmax()/__rfbmin()Pierre Ossman2025-02-251-2/+5
* Move time utilities to separate filePierre Ossman2025-02-251-1/+1
* Move timers to core libraryPierre Ossman2025-02-251-1/+1
* Move logging to core libraryPierre Ossman2025-02-2528-49/+66
* Move configuration to core libraryPierre Ossman2025-02-257-17/+19
* Move base exception classes to core libraryPierre Ossman2025-02-2527-121/+139
* Move utility functions to core libraryPierre Ossman2025-02-135-5/+24
* Move basic data types to core libraryPierre Ossman2025-02-1319-25/+43
* Use initializer lists for basic data typesPierre Ossman2025-02-138-19/+19
* Reduce header #include:sPierre Ossman2025-02-131-0/+2
* Remove unused SStaticDesktopPierre Ossman2025-02-131-0/+1
* Capitalize even more logging and exceptionsPierre Ossman2024-11-2214-38/+38
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2217-118/+118
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-2116-110/+110
| * Standardize log message prefix formatMadeleine Nilsson2024-11-112-7/+7
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-111-1/+1
* | 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-0624-96/+96
* | | Replace base exception class with standard libraryPierre Ossman2024-11-063-1/+6
* | | Use standard exception classesPierre Ossman2024-11-0612-29/+31
* | | Subclass exceptions from std::exceptionPierre Ossman2024-11-069-20/+20
* | | Use what() to access exception descriptionPierre Ossman2024-11-067-16/+16
| |/ |/|
* | 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