Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Pierre Ossman e9e7da9b7a Do proper logging rather than fprintf(stderr, ...) před 8 roky
..
CMakeLists.txt Add stream class to feed data from a file před 9 roky
Exception.cxx Use printf constructor safely před 10 roky
Exception.h Make exception classes have clearer messages před 6 roky
FdInStream.cxx Remove commented out logging před 5 roky
FdInStream.h Add missing virtual destructors před 7 roky
FdOutStream.cxx Fully standardise on send()/recv() před 6 roky
FdOutStream.h Add method to query how long since we last wrote something to a fd. před 12 roky
FileInStream.cxx rdr: Fix incorrect error checking after fread() před 7 roky
FileInStream.h Add stream class to feed data from a file před 9 roky
FixedMemOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. před 18 roky
HexInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. před 18 roky
HexInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. před 18 roky
HexOutStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. před 18 roky
HexOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. před 18 roky
InStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. před 18 roky
InStream.h Remove unneeded virtual qualifiers on stream methods před 8 roky
MemInStream.h Avoid dropping const qualifier needlessly před 8 roky
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. před 13 roky
OutStream.h Add efficient method to copy data between two streams před 8 roky
RandomStream.cxx Do proper logging rather than fprintf(stderr, ...) před 5 roky
RandomStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. před 18 roky
TLSException.cxx Fix bad reference in TLSException initialiser před 6 roky
TLSException.h [Development] Implement secure TLS streams. před 14 roky
TLSInStream.cxx Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc před 9 roky
TLSInStream.h Raise GnuTLS requirements to 3.x před 9 roky
TLSOutStream.cxx Raise GnuTLS requirements to 3.x před 9 roky
TLSOutStream.h Raise GnuTLS requirements to 3.x před 9 roky
ZlibInStream.cxx Clear up ZlibInStream::reset() behaviour před 8 roky
ZlibInStream.h Clear up ZlibInStream::reset() behaviour před 8 roky
ZlibOutStream.cxx Do proper logging rather than fprintf(stderr, ...) před 5 roky
ZlibOutStream.h Another attempt at solving the compression level change problems. We were still před 12 roky
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. před 13 roky