]> source.dussan.org Git - tigervnc.git/commit
Consistently use uint8_t for data buffers
authorPierre Ossman <ossman@cendio.se>
Thu, 2 Mar 2023 13:33:50 +0000 (14:33 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 18 Mar 2023 12:30:34 +0000 (13:30 +0100)
commit19df176862ff0687cabc435056061a1b6cbe9ff2
treea76c497fa8c7128ea2651f48fd170d8963b007db
parent15a0da6157d5d34362e68591124324ba5a77ad66
Consistently use uint8_t for data buffers

These will always be byte streams at heart, so let's try to keep them
with a proper type. Should make it clearer how they will be used.
52 files changed:
common/rdr/FdInStream.cxx
common/rdr/FdInStream.h
common/rdr/FdOutStream.cxx
common/rdr/FdOutStream.h
common/rdr/InStream.h
common/rdr/MemInStream.h
common/rdr/MemOutStream.h
common/rdr/OutStream.h
common/rdr/TLSInStream.cxx
common/rdr/TLSOutStream.cxx
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
common/rfb/CSecurityDH.cxx
common/rfb/CSecurityPlain.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CopyRectDecoder.cxx
common/rfb/CopyRectDecoder.h
common/rfb/Decoder.cxx
common/rfb/Decoder.h
common/rfb/H264Decoder.cxx
common/rfb/H264Decoder.h
common/rfb/HextileDecoder.cxx
common/rfb/HextileDecoder.h
common/rfb/HextileEncoder.cxx
common/rfb/JpegCompressor.cxx
common/rfb/JpegCompressor.h
common/rfb/RREDecoder.cxx
common/rfb/RREDecoder.h
common/rfb/RawDecoder.cxx
common/rfb/RawDecoder.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgHandler.h
common/rfb/SMsgReader.cxx
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/SSecurityPlain.cxx
common/rfb/SSecurityRSAAES.cxx
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServerST.cxx
common/rfb/ZRLEDecoder.cxx
common/rfb/ZRLEDecoder.h
vncviewer/CConn.cxx
vncviewer/CConn.h