aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/Exception.cxx
Commit message (Expand)AuthorAgeFilesLines
* Mark all exception type methods as noexceptPierre Ossman2024-11-261-9/+11
* Use standard library naming for exceptionsPierre Ossman2024-11-061-9/+9
* Replace base exception class with standard libraryPierre Ossman2024-11-061-5/+29
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-10/+0
* Don't modify exception description dynamicallyPierre Ossman2024-11-061-54/+48
* Use static string for exceptionsPierre Ossman2024-11-061-8/+11
* Get Unicode Windows error stringsPierre Ossman2024-11-061-0/+9
* Split SystemException to handle WindowsPierre Ossman2024-10-091-12/+16
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-3/+3
* Get rid of TCHAR magicPierre Ossman2023-02-041-1/+0
* Include error code in getaddrinfo() exceptionsPierre Ossman2020-03-261-1/+10
* Avoid using insecure variable length arraysPierre Ossman2020-03-261-1/+2
* Throw GAIException() for getaddrinfo errorsAlex Tanskanen2020-03-171-0/+18
* Make system error messeges in Windows 10 use UTF-8Alex Tanskanen2020-03-121-26/+9
* Use printf constructor safelyPierre Ossman2014-07-211-1/+1
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-2/+3
* [Development] Implement secure TLS streams.Adam Tkac2010-04-231-0/+13
* [Cleanup] Removed unneeded #includes from rdr/Exception.cxxAdam Tkac2008-12-031-3/+2
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-141-0/+13
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+73