]> source.dussan.org Git - tigervnc.git/commit
Use specific class for protocol problems
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Sep 2024 06:01:39 +0000 (08:01 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 6 Nov 2024 20:06:27 +0000 (21:06 +0100)
commite4c60ef1985164d1207352bbfdf57ae1d7838404
tree737d0db13dca148683ad02de5482c6a88e8d5275
parent1d9b2f9984fefbc050c8e3295397ffd280e41788
Use specific class for protocol problems

Make it easier to identify communication issues.
19 files changed:
common/rfb/CConnection.cxx
common/rfb/CMsgReader.cxx
common/rfb/CSecurityDH.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityTLS.cxx
common/rfb/CSecurityVeNCrypt.cxx
common/rfb/DecodeManager.cxx
common/rfb/Exception.h
common/rfb/HextileDecoder.cxx
common/rfb/JpegDecompressor.cxx
common/rfb/PixelFormat.cxx
common/rfb/RREDecoder.cxx
common/rfb/SConnection.cxx
common/rfb/SMsgReader.cxx
common/rfb/SSecurityRSAAES.cxx
common/rfb/SSecurityVeNCrypt.cxx
common/rfb/TightDecoder.cxx
common/rfb/VNCSConnectionST.cxx
common/rfb/ZRLEDecoder.cxx