You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierre Ossman e9e7da9b7a Do proper logging rather than fprintf(stderr, ...) 8 yıl önce
..
CMakeLists.txt Add stream class to feed data from a file 9 yıl önce
Exception.cxx Use printf constructor safely 9 yıl önce
Exception.h Make exception classes have clearer messages 6 yıl önce
FdInStream.cxx Remove commented out logging 5 yıl önce
FdInStream.h Add missing virtual destructors 6 yıl önce
FdOutStream.cxx Fully standardise on send()/recv() 6 yıl önce
FdOutStream.h Add method to query how long since we last wrote something to a fd. 12 yıl önce
FileInStream.cxx rdr: Fix incorrect error checking after fread() 6 yıl önce
FileInStream.h Add stream class to feed data from a file 9 yıl önce
FixedMemOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
HexInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
HexInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
HexOutStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
HexOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
InStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
InStream.h Remove unneeded virtual qualifiers on stream methods 8 yıl önce
MemInStream.h Avoid dropping const qualifier needlessly 8 yıl önce
MemOutStream.h Ported encoding optimizations from TurboVNC. The changes to the Tight parameters were determined through extensive low-level profiling (see http://www.virtualgl.org/pmwiki/uploads/About/turbototiger.pdf). The other enhancements involved: (1) porting the solid subrectangle pre-computation code from TightVNC/TurboVNC (it makes a pretty big difference-- see report), (2) encapsulating the JPEG encoder in its own class (this eliminates a buffer copy, and the JPEG buffer is now set to a decent size where it shouldn't ever need to be paged or re-allocated, except in rare corner cases), (3) adding support for last rect. encoding (necessary to support the solid rectangle pre-computation enhancements. 12 yıl önce
OutStream.h Add efficient method to copy data between two streams 8 yıl önce
RandomStream.cxx Do proper logging rather than fprintf(stderr, ...) 5 yıl önce
RandomStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
TLSException.cxx Fix bad reference in TLSException initialiser 6 yıl önce
TLSException.h [Development] Implement secure TLS streams. 14 yıl önce
TLSInStream.cxx Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc 9 yıl önce
TLSInStream.h Raise GnuTLS requirements to 3.x 9 yıl önce
TLSOutStream.cxx Raise GnuTLS requirements to 3.x 9 yıl önce
TLSOutStream.h Raise GnuTLS requirements to 3.x 9 yıl önce
ZlibInStream.cxx Clear up ZlibInStream::reset() behaviour 8 yıl önce
ZlibInStream.h Clear up ZlibInStream::reset() behaviour 8 yıl önce
ZlibOutStream.cxx Do proper logging rather than fprintf(stderr, ...) 5 yıl önce
ZlibOutStream.h Another attempt at solving the compression level change problems. We were still 12 yıl önce
types.h Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overflow in less than a minute if using a full-screen video or 3D application. 12 yıl önce