]> source.dussan.org Git - tigervnc.git/commit
Encoders/decoders should track the connection object
authorPierre Ossman <ossman@cendio.se>
Fri, 31 Jan 2014 11:37:32 +0000 (12:37 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 12:50:28 +0000 (14:50 +0200)
commit668468b3d43d5ea1562ebc0be8de0c98c5601a60
tree80bbb90fb5f00335a7e85c297eadd40b0780dc92
parentfdba3fe884d5b43e07d7d49033c83f2f11bf524c
Encoders/decoders should track the connection object

The connection object is a much more appropriate object for the
decoders and encoders to keep track of. Besides the streams, it also
contains state like connection parameters.
35 files changed:
common/rfb/CMsgReader.cxx
common/rfb/CMsgReader.h
common/rfb/CMsgWriter.h
common/rfb/CopyRectDecoder.cxx
common/rfb/CopyRectDecoder.h
common/rfb/Decoder.cxx
common/rfb/Decoder.h
common/rfb/Encoder.cxx
common/rfb/Encoder.h
common/rfb/HextileDecoder.cxx
common/rfb/HextileDecoder.h
common/rfb/HextileEncoder.cxx
common/rfb/HextileEncoder.h
common/rfb/RREDecoder.cxx
common/rfb/RREDecoder.h
common/rfb/RREEncoder.cxx
common/rfb/RREEncoder.h
common/rfb/RawDecoder.cxx
common/rfb/RawDecoder.h
common/rfb/RawEncoder.cxx
common/rfb/RawEncoder.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h
common/rfb/TightEncoder.cxx
common/rfb/TightEncoder.h
common/rfb/VNCSConnectionST.cxx
common/rfb/ZRLEDecoder.cxx
common/rfb/ZRLEDecoder.h
common/rfb/ZRLEEncoder.cxx
common/rfb/ZRLEEncoder.h
common/rfb/tightDecode.h
common/rfb/tightEncode.h
vncviewer/CConn.cxx