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 2137f4f78f GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of 12 years ago
..
CMakeLists.txt Move setting of PIC code to a central location 12 years ago
Exception.cxx [Development] Implement secure TLS streams. 14 years ago
Exception.h [Development] Implement secure TLS streams. 14 years ago
FdInStream.cxx - use unix/configure.ac as top-level configure.ac base 14 years ago
FdInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
FdOutStream.cxx Add method to query how long since we last wrote something to a fd. 12 years ago
FdOutStream.h Add method to query how long since we last wrote something to a fd. 12 years ago
FixedMemOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HexInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HexInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HexOutStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HexOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
InStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
InStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
MemInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
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 years ago
OutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
RandomStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
RandomStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
SubstitutingInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TLSErrno.h GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of 12 years ago
TLSException.cxx [Development] Implement secure TLS streams. 14 years ago
TLSException.h [Development] Implement secure TLS streams. 14 years ago
TLSInStream.cxx GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of 12 years ago
TLSInStream.h Refactor the TLS code so that the push/pull functions are aware of their 12 years ago
TLSOutStream.cxx GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of 12 years ago
TLSOutStream.h Refactor the TLS code so that the push/pull functions are aware of their 12 years ago
ZlibInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ZlibInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ZlibOutStream.cxx Another attempt at solving the compression level change problems. We were still 12 years ago
ZlibOutStream.h Another attempt at solving the compression level change problems. We were still 12 years ago
msvcwarning.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
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 years ago