]> source.dussan.org Git - tigervnc.git/commit
Dynamically allocate stream buffers
authorPierre Ossman <ossman@cendio.se>
Sat, 16 May 2020 10:14:43 +0000 (12:14 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 21 May 2020 09:34:22 +0000 (11:34 +0200)
commitd8b432cf26b835e52a087de9747a51d2401c07e3
tree69435e528dba1e72115cb17babde42254a9de116
parentc2bbdb573d546eb88539d1204b84cb48d910191a
Dynamically allocate stream buffers

This allows us to handle peaks in input and output streams gracefully
without having to block processing.
common/rdr/BufferedInStream.cxx
common/rdr/BufferedInStream.h
common/rdr/BufferedOutStream.cxx
common/rdr/BufferedOutStream.h