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, ...) hace 8 años
..
CMakeLists.txt Add stream class to feed data from a file hace 9 años
Exception.cxx Use printf constructor safely hace 10 años
Exception.h Make exception classes have clearer messages hace 6 años
FdInStream.cxx Remove commented out logging hace 5 años
FdInStream.h Add missing virtual destructors hace 7 años
FdOutStream.cxx Fully standardise on send()/recv() hace 6 años
FdOutStream.h Add method to query how long since we last wrote something to a fd. hace 12 años
FileInStream.cxx rdr: Fix incorrect error checking after fread() hace 7 años
FileInStream.h Add stream class to feed data from a file hace 9 años
FixedMemOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HexInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HexInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HexOutStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HexOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
InStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
InStream.h Remove unneeded virtual qualifiers on stream methods hace 8 años
MemInStream.h Avoid dropping const qualifier needlessly hace 8 años
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. hace 13 años
OutStream.h Add efficient method to copy data between two streams hace 8 años
RandomStream.cxx Do proper logging rather than fprintf(stderr, ...) hace 5 años
RandomStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
TLSException.cxx Fix bad reference in TLSException initialiser hace 6 años
TLSException.h [Development] Implement secure TLS streams. hace 14 años
TLSInStream.cxx Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc hace 9 años
TLSInStream.h Raise GnuTLS requirements to 3.x hace 9 años
TLSOutStream.cxx Raise GnuTLS requirements to 3.x hace 9 años
TLSOutStream.h Raise GnuTLS requirements to 3.x hace 9 años
ZlibInStream.cxx Clear up ZlibInStream::reset() behaviour hace 8 años
ZlibInStream.h Clear up ZlibInStream::reset() behaviour hace 8 años
ZlibOutStream.cxx Do proper logging rather than fprintf(stderr, ...) hace 5 años
ZlibOutStream.h Another attempt at solving the compression level change problems. We were still hace 12 años
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. hace 13 años