]> source.dussan.org Git - tigervnc.git/commit
Use stdint types
authorPierre Ossman <ossman@cendio.se>
Sat, 10 Sep 2022 11:19:41 +0000 (13:19 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 1 Feb 2023 20:17:12 +0000 (21:17 +0100)
commit6881c895ab317bd302addac5f228b7367136017f
tree18d1119f59209147d97e873c3dbc9be36e429aaf
parentbaca73d03217a1c219d9c4f024ffcd39f85fd322
Use stdint types

Avoid having our own custom stuff and instead use the modern, standard
types, for familiarity.
151 files changed:
common/rdr/AESInStream.cxx
common/rdr/AESInStream.h
common/rdr/AESOutStream.cxx
common/rdr/AESOutStream.h
common/rdr/BufferedInStream.cxx
common/rdr/BufferedInStream.h
common/rdr/BufferedOutStream.cxx
common/rdr/BufferedOutStream.h
common/rdr/FdInStream.cxx
common/rdr/FileInStream.cxx
common/rdr/HexInStream.cxx
common/rdr/HexOutStream.cxx
common/rdr/InStream.h
common/rdr/MemInStream.h
common/rdr/MemOutStream.h
common/rdr/OutStream.h
common/rdr/RandomStream.cxx
common/rdr/TLSInStream.cxx
common/rdr/TLSInStream.h
common/rdr/TLSOutStream.cxx
common/rdr/TLSOutStream.h
common/rdr/ZlibInStream.cxx
common/rdr/types.h
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/CMsgReader.h
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h
common/rfb/CSecurityDH.cxx
common/rfb/CSecurityMSLogonII.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityRSAAES.h
common/rfb/CSecurityVeNCrypt.cxx
common/rfb/CSecurityVeNCrypt.h
common/rfb/CSecurityVncAuth.cxx
common/rfb/ClientParams.cxx
common/rfb/ClientParams.h
common/rfb/ComparingUpdateTracker.cxx
common/rfb/Cursor.cxx
common/rfb/Cursor.h
common/rfb/EncodeManager.cxx
common/rfb/EncodeManager.h
common/rfb/Encoder.cxx
common/rfb/Encoder.h
common/rfb/H264Decoder.cxx
common/rfb/H264DecoderContext.h
common/rfb/H264LibavDecoderContext.cxx
common/rfb/H264LibavDecoderContext.h
common/rfb/H264WinDecoderContext.cxx
common/rfb/H264WinDecoderContext.h
common/rfb/HextileDecoder.cxx
common/rfb/HextileEncoder.cxx
common/rfb/HextileEncoder.h
common/rfb/InputHandler.h
common/rfb/JpegCompressor.cxx
common/rfb/JpegCompressor.h
common/rfb/JpegDecompressor.cxx
common/rfb/JpegDecompressor.h
common/rfb/KeyRemapper.cxx
common/rfb/KeyRemapper.h
common/rfb/Palette.h
common/rfb/Password.cxx
common/rfb/Pixel.h
common/rfb/PixelBuffer.cxx
common/rfb/PixelBuffer.h
common/rfb/PixelFormat.cxx
common/rfb/PixelFormat.h
common/rfb/PixelFormat.inl
common/rfb/RREDecoder.cxx
common/rfb/RREEncoder.cxx
common/rfb/RREEncoder.h
common/rfb/RawEncoder.cxx
common/rfb/RawEncoder.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SDesktop.h
common/rfb/SMsgHandler.cxx
common/rfb/SMsgHandler.h
common/rfb/SMsgReader.cxx
common/rfb/SMsgReader.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/SSecurity.h
common/rfb/SSecurityRSAAES.cxx
common/rfb/SSecurityRSAAES.h
common/rfb/SSecurityVeNCrypt.cxx
common/rfb/SSecurityVeNCrypt.h
common/rfb/SSecurityVncAuth.cxx
common/rfb/SSecurityVncAuth.h
common/rfb/ScreenSet.h
common/rfb/Security.cxx
common/rfb/Security.h
common/rfb/SecurityClient.cxx
common/rfb/SecurityClient.h
common/rfb/SecurityServer.cxx
common/rfb/SecurityServer.h
common/rfb/ServerParams.cxx
common/rfb/ServerParams.h
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h
common/rfb/TightEncoder.cxx
common/rfb/TightEncoder.h
common/rfb/TightJPEGEncoder.cxx
common/rfb/TightJPEGEncoder.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServer.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
common/rfb/ZRLEDecoder.cxx
common/rfb/ZRLEEncoder.cxx
common/rfb/ZRLEEncoder.h
common/rfb/fenceTypes.h
tests/perf/convperf.cxx
tests/perf/decperf.cxx
tests/perf/encperf.cxx
tests/perf/fbperf.cxx
tests/unit/conv.cxx
unix/common/randr.cxx
unix/common/unixcommon.h
unix/tx/TXWindow.cxx
unix/tx/TXWindow.h
unix/x0vncserver/XDesktop.cxx
unix/x0vncserver/XDesktop.h
unix/x0vncserver/XPixelBuffer.cxx
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/XserverDesktop.h
vncviewer/CConn.cxx
vncviewer/CConn.h
vncviewer/DesktopWindow.cxx
vncviewer/DesktopWindow.h
vncviewer/OptionsDialog.cxx
vncviewer/PlatformPixelBuffer.cxx
vncviewer/Viewport.cxx
vncviewer/Viewport.h
vncviewer/menukey.cxx
vncviewer/menukey.h
win/rfb_win32/BitmapInfo.h
win/rfb_win32/DIBSectionBuffer.cxx
win/rfb_win32/DeviceFrameBuffer.cxx
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SDisplay.h
win/rfb_win32/SInput.cxx
win/rfb_win32/SInput.h
win/rfb_win32/Security.cxx
win/rfb_win32/SecurityPage.cxx
win/rfb_win32/SecurityPage.h
win/rfb_win32/keymap.h