aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/Registry.cxx
Commit message (Expand)AuthorAgeFilesLines
* Capitalize even more logging and exceptionsPierre Ossman2024-11-221-4/+4
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-221-2/+2
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-2/+2
* | Use standard library naming for exceptionsPierre Ossman2024-11-061-19/+19
* | Use standard exception classesPierre Ossman2024-11-061-2/+2
* | Subclass exceptions from std::exceptionPierre Ossman2024-11-061-4/+4
|/
* Split SystemException to handle WindowsPierre Ossman2024-10-091-19/+19
* Avoid shadowing variablesPierre Ossman2024-06-241-3/+3
* Use nullptr in all C++ codePierre Ossman2024-06-241-17/+17
* Use std::string instead of CharArrayPierre Ossman2023-02-041-0/+1
* Use std::vector for temporary char arraysPierre Ossman2023-02-041-9/+9
* Free char buffer directlyPierre Ossman2023-02-041-11/+12
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-31/+22
* Get rid of TCHAR magicPierre Ossman2023-02-041-43/+43
* Return std::vector instead of dynamic allocationPierre Ossman2023-02-041-13/+7
* Move hex conversion helpers to utilPierre Ossman2023-02-041-2/+4
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-3/+3
* Add missing throws for exceptionPierre Ossman2019-03-261-1/+1
* Catch exceptions by referencePierre Ossman2018-05-291-4/+4
* Remove legacy Windows codePierre Ossman2016-01-121-6/+1
* Fix mismatches between format string and argumentsPierre Ossman2015-03-031-7/+7
* Eliminated GCC warning: DWORD is unsigned long, so use that in thePeter Åstrand2010-02-101-1/+1
* MinGW tweak: Constructs such as:Peter Åstrand2008-12-091-4/+4
* MinGW tweak: HexOutstream.h is really named HexOutStream.h. Peter Åstrand2008-12-091-1/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+316