]> source.dussan.org Git - tigervnc.git/commit
Simplify stream availability handling
authorPierre Ossman <ossman@cendio.se>
Tue, 19 May 2020 19:07:05 +0000 (21:07 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 21 May 2020 09:34:22 +0000 (11:34 +0200)
commit186819080baea53410ae8d8100179a3874ac1e32
treeddc4371f612a76114562f4a890a4c3ac3b3bfea6
parente9425ac04d70481f7cb168a19bcbc47728f838c7
Simplify stream availability handling

Just have a simply number of bytes argument to avoid a lot of
complexity.
21 files changed:
common/rdr/BufferedInStream.cxx
common/rdr/BufferedInStream.h
common/rdr/BufferedOutStream.cxx
common/rdr/BufferedOutStream.h
common/rdr/HexInStream.cxx
common/rdr/HexOutStream.cxx
common/rdr/HexOutStream.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/rdr/TLSOutStream.h
common/rdr/ZlibInStream.cxx
common/rdr/ZlibOutStream.cxx
common/rdr/ZlibOutStream.h
common/rfb/JpegCompressor.cxx
common/rfb/JpegCompressor.h
tests/perf/decperf.cxx
tests/perf/encperf.cxx