KasmVNC/common/rdr
Pierre Ossman 7f90205cf2 Add stream avail() methods
Makes it more readable to write code that needs to know how much
data/space is available in a stream.
2021-03-29 10:08:40 +03:00
..
CMakeLists.txt Initial commit 2020-09-20 12:16:44 +00:00
Exception.cxx Include error code in getaddrinfo() exceptions 2020-09-21 13:26:51 +03:00
Exception.h Throw GAIException() for getaddrinfo errors 2020-09-21 13:26:15 +03:00
FdInStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
FdInStream.h Remove unused stream methods 2021-03-29 10:04:04 +03:00
FdOutStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
FdOutStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
FileInStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
FileInStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
HexInStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
HexInStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
HexOutStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
HexOutStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
InStream.cxx Initial commit 2020-09-20 12:16:44 +00:00
InStream.h Add stream avail() methods 2021-03-29 10:08:40 +03:00
MemInStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
MemOutStream.h Remove unused stream methods 2021-03-29 10:04:04 +03:00
OutStream.h Add stream avail() methods 2021-03-29 10:08:40 +03:00
RandomStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
RandomStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
TLSException.cxx Initial commit 2020-09-20 12:16:44 +00:00
TLSException.h Initial commit 2020-09-20 12:16:44 +00:00
TLSInStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
TLSInStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
TLSOutStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
TLSOutStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
types.h Initial commit 2020-09-20 12:16:44 +00:00
ZlibInStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
ZlibInStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00
ZlibOutStream.cxx Add stream avail() methods 2021-03-29 10:08:40 +03:00
ZlibOutStream.h Use size_t for lengths in stream objects 2020-09-21 12:55:59 +03:00