aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/Exception.h
Commit message (Expand)AuthorAgeFilesLines
* Mark all exception type methods as noexceptPierre Ossman2024-11-261-14/+14
* Use standard library naming for exceptionsPierre Ossman2024-11-061-17/+17
* Replace base exception class with standard libraryPierre Ossman2024-11-061-16/+21
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-7/+6
* Use what() to access exception descriptionPierre Ossman2024-11-061-1/+1
* Don't modify exception description dynamicallyPierre Ossman2024-11-061-2/+8
* Use static string for exceptionsPierre Ossman2024-11-061-2/+4
* Split SystemException to handle WindowsPierre Ossman2024-10-091-4/+17
* Move SocketException to rdrPierre Ossman2024-10-091-0/+4
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
* Use __attribute__:s directlyPierre Ossman2023-01-051-7/+2
* Change streams to be asynchronousPierre Ossman2020-05-211-4/+0
* Throw GAIException() for getaddrinfo errorsAlex Tanskanen2020-03-171-2/+7
* Make exception classes have clearer messagesPierre Ossman2017-10-121-6/+2
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-031-3/+3
* Tag the Exception constructor as a printf functionPierre Ossman2015-03-031-1/+7
* [Development] Implement secure TLS streams.Adam Tkac2010-04-231-0/+3
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-141-10/+1
* Minor code cleanup to decrease the amount of compilation warnings in Fedora C...Constantin Kaplinsky2007-09-051-0/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+58