Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Pierre Ossman e9e7da9b7a Do proper logging rather than fprintf(stderr, ...) vor 8 Jahren
..
CMakeLists.txt Add stream class to feed data from a file vor 9 Jahren
Exception.cxx Use printf constructor safely vor 10 Jahren
Exception.h Make exception classes have clearer messages vor 6 Jahren
FdInStream.cxx Remove commented out logging vor 5 Jahren
FdInStream.h Add missing virtual destructors vor 7 Jahren
FdOutStream.cxx Fully standardise on send()/recv() vor 6 Jahren
FdOutStream.h Add method to query how long since we last wrote something to a fd. vor 12 Jahren
FileInStream.cxx rdr: Fix incorrect error checking after fread() vor 7 Jahren
FileInStream.h Add stream class to feed data from a file vor 9 Jahren
FixedMemOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. vor 18 Jahren
HexInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. vor 18 Jahren
HexInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. vor 18 Jahren
HexOutStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. vor 18 Jahren
HexOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. vor 18 Jahren
InStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. vor 18 Jahren
InStream.h Remove unneeded virtual qualifiers on stream methods vor 8 Jahren
MemInStream.h Avoid dropping const qualifier needlessly vor 8 Jahren
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. vor 13 Jahren
OutStream.h Add efficient method to copy data between two streams vor 8 Jahren
RandomStream.cxx Do proper logging rather than fprintf(stderr, ...) vor 5 Jahren
RandomStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. vor 18 Jahren
TLSException.cxx Fix bad reference in TLSException initialiser vor 6 Jahren
TLSException.h [Development] Implement secure TLS streams. vor 14 Jahren
TLSInStream.cxx Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc vor 9 Jahren
TLSInStream.h Raise GnuTLS requirements to 3.x vor 9 Jahren
TLSOutStream.cxx Raise GnuTLS requirements to 3.x vor 9 Jahren
TLSOutStream.h Raise GnuTLS requirements to 3.x vor 9 Jahren
ZlibInStream.cxx Clear up ZlibInStream::reset() behaviour vor 8 Jahren
ZlibInStream.h Clear up ZlibInStream::reset() behaviour vor 8 Jahren
ZlibOutStream.cxx Do proper logging rather than fprintf(stderr, ...) vor 5 Jahren
ZlibOutStream.h Another attempt at solving the compression level change problems. We were still vor 12 Jahren
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. vor 13 Jahren