]> source.dussan.org Git - tigervnc.git/commit
Use standard exception classes
authorPierre Ossman <ossman@cendio.se>
Mon, 2 Sep 2024 20:58:35 +0000 (22:58 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 6 Nov 2024 20:06:27 +0000 (21:06 +0100)
commit1d9b2f9984fefbc050c8e3295397ffd280e41788
treec6fa8a4f5e0e6fbc0e165c2bd80b2c81a48bf6bc
parent5c3588c464520a4757bfc20974090e21af220cdc
Use standard exception classes

Use the more specific already included exception classes for common
errors to keep things more understandable.
70 files changed:
common/network/Socket.cxx
common/network/TcpSocket.cxx
common/network/UnixSocket.cxx
common/rdr/BufferedInStream.cxx
common/rdr/BufferedOutStream.cxx
common/rdr/HexInStream.cxx
common/rdr/InStream.h
common/rdr/MemOutStream.h
common/rdr/OutStream.h
common/rdr/ZlibInStream.cxx
common/rdr/ZlibOutStream.cxx
common/rfb/CConnection.cxx
common/rfb/CMsgWriter.cxx
common/rfb/CSecurityDH.cxx
common/rfb/CSecurityMSLogonII.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityTLS.cxx
common/rfb/ClientParams.cxx
common/rfb/Configuration.cxx
common/rfb/Cursor.cxx
common/rfb/DecodeManager.cxx
common/rfb/EncodeManager.cxx
common/rfb/H264Decoder.cxx
common/rfb/H264DecoderContext.cxx
common/rfb/H264LibavDecoderContext.cxx
common/rfb/Hostname.h
common/rfb/JpegCompressor.cxx
common/rfb/JpegDecompressor.cxx
common/rfb/PixelBuffer.cxx
common/rfb/PixelFormat.cxx
common/rfb/SConnection.cxx
common/rfb/SMsgWriter.cxx
common/rfb/SSecurityPlain.cxx
common/rfb/SSecurityRSAAES.cxx
common/rfb/SSecurityVncAuth.cxx
common/rfb/SecurityClient.cxx
common/rfb/SecurityServer.cxx
common/rfb/ServerParams.cxx
common/rfb/VNCServerST.cxx
common/rfb/obfuscate.cxx
tests/perf/decperf.cxx
tests/perf/encperf.cxx
tests/unit/pixelformat.cxx
unix/tx/TXDialog.h
unix/x0vncserver/XDesktop.cxx
unix/xserver/hw/vnc/vncExtInit.cc
vncviewer/EmulateMB.cxx
vncviewer/PlatformPixelBuffer.cxx
vncviewer/ServerDialog.cxx
vncviewer/Surface_OSX.cxx
vncviewer/Surface_X11.cxx
vncviewer/Viewport.cxx
vncviewer/Win32TouchHandler.cxx
vncviewer/parameters.cxx
vncviewer/vncviewer.cxx
win/rfb_win32/CurrentUser.cxx
win/rfb_win32/DIBSectionBuffer.cxx
win/rfb_win32/DeviceContext.cxx
win/rfb_win32/DeviceFrameBuffer.cxx
win/rfb_win32/Dialog.cxx
win/rfb_win32/EventManager.cxx
win/rfb_win32/Registry.cxx
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SDisplayCoreWMHooks.cxx
win/rfb_win32/Security.cxx
win/rfb_win32/SocketManager.cxx
win/rfb_win32/Win32Util.cxx
win/vncconfig/Legacy.cxx
win/winvnc/QueryConnectDialog.cxx
win/winvnc/winvnc.cxx