選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Pierre Ossman e9e7da9b7a Do proper logging rather than fprintf(stderr, ...) 8年前
..
CMakeLists.txt Add stream class to feed data from a file 9年前
Exception.cxx Use printf constructor safely 10年前
Exception.h Make exception classes have clearer messages 6年前
FdInStream.cxx Remove commented out logging 5年前
FdInStream.h Add missing virtual destructors 7年前
FdOutStream.cxx Fully standardise on send()/recv() 6年前
FdOutStream.h Add method to query how long since we last wrote something to a fd. 12年前
FileInStream.cxx rdr: Fix incorrect error checking after fread() 7年前
FileInStream.h Add stream class to feed data from a file 9年前
FixedMemOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18年前
HexInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18年前
HexInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18年前
HexOutStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18年前
HexOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18年前
InStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18年前
InStream.h Remove unneeded virtual qualifiers on stream methods 8年前
MemInStream.h Avoid dropping const qualifier needlessly 8年前
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. 13年前
OutStream.h Add efficient method to copy data between two streams 8年前
RandomStream.cxx Do proper logging rather than fprintf(stderr, ...) 5年前
RandomStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18年前
TLSException.cxx Fix bad reference in TLSException initialiser 6年前
TLSException.h [Development] Implement secure TLS streams. 14年前
TLSInStream.cxx Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc 9年前
TLSInStream.h Raise GnuTLS requirements to 3.x 9年前
TLSOutStream.cxx Raise GnuTLS requirements to 3.x 9年前
TLSOutStream.h Raise GnuTLS requirements to 3.x 9年前
ZlibInStream.cxx Clear up ZlibInStream::reset() behaviour 8年前
ZlibInStream.h Clear up ZlibInStream::reset() behaviour 8年前
ZlibOutStream.cxx Do proper logging rather than fprintf(stderr, ...) 5年前
ZlibOutStream.h Another attempt at solving the compression level change problems. We were still 12年前
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. 13年前