Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Pierre Ossman 4a4453fc69 Remove Java web server 5 anos atrás
..
CMakeLists.txt Add stream class to feed data from a file 9 anos atrás
Exception.cxx Use printf constructor safely 10 anos atrás
Exception.h Make exception classes have clearer messages 6 anos atrás
FdInStream.cxx Fully standardise on send()/recv() 6 anos atrás
FdInStream.h Add missing virtual destructors 7 anos atrás
FdOutStream.cxx Fully standardise on send()/recv() 6 anos atrás
FdOutStream.h Add method to query how long since we last wrote something to a fd. 12 anos atrás
FileInStream.cxx rdr: Fix incorrect error checking after fread() 7 anos atrás
FileInStream.h Add stream class to feed data from a file 9 anos atrás
FixedMemOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
HexInStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
HexInStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
HexOutStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
HexOutStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
InStream.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
InStream.h Remove unneeded virtual qualifiers on stream methods 8 anos atrás
MemInStream.h Avoid dropping const qualifier needlessly 8 anos atrás
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 anos atrás
OutStream.h Add efficient method to copy data between two streams 8 anos atrás
RandomStream.cxx Fix bad signed/unsigned comparisons 9 anos atrás
RandomStream.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
TLSException.cxx Fix bad reference in TLSException initialiser 6 anos atrás
TLSException.h [Development] Implement secure TLS streams. 14 anos atrás
TLSInStream.cxx Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc 9 anos atrás
TLSInStream.h Raise GnuTLS requirements to 3.x 9 anos atrás
TLSOutStream.cxx Raise GnuTLS requirements to 3.x 9 anos atrás
TLSOutStream.h Raise GnuTLS requirements to 3.x 9 anos atrás
ZlibInStream.cxx Clear up ZlibInStream::reset() behaviour 8 anos atrás
ZlibInStream.h Clear up ZlibInStream::reset() behaviour 8 anos atrás
ZlibOutStream.cxx Remove a lot of platform compatibilty stuff 10 anos atrás
ZlibOutStream.h Another attempt at solving the compression level change problems. We were still 12 anos atrás
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 anos atrás