You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/libvncserver
DRC 503dd6bb69 Fix an issue that affects the existing Tight encoder as well as the newly-implemented Turbo encoder.
The issue is that, when using the current libvncserver source, it is impossible to disable Tight JPEG encoding.
The way Tight/Turbo viewers disable JPEG encoding is by simply not sending the Tight quality value, causing the
server to use the default value of -1.  Thus, cl->tightQualityLevel has to be set to -1 prior to processing the
encodings message for this mechanism to work.  Similarly, it is not guaranteed that the compress level will be
set in the encodings message, so it is set to a default value prior to processing the message.
14 years ago
..
tightvnc-filetransfer Fix buffer overflow 15 years ago
Makefile.am Add TurboVNC encoding support. 14 years ago
auth.c Support Mac OS X vnc client with no password 14 years ago
cargs.c websockets: Add SSL cert command line options. 15 years ago
config.h move the library into libvncserver/, x11vnc into x11vnc/ 22 years ago
corre.c Set proper file permissions for source files. 15 years ago
cursor.c Add locks of updateMutex in rfbRedrawAfterHideCursor() and 16 years ago
cutpaste.c Set proper file permissions for source files. 15 years ago
draw.c Set proper file permissions for source files. 15 years ago
font.c Set proper file permissions for source files. 15 years ago
hextile.c Set proper file permissions for source files. 15 years ago
httpd.c novnc client: use the client's notion about the server hostname instead of what the server thinks. 14 years ago
main.c Remove some unused variables. 15 years ago
private.h libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe. 15 years ago
rfbconfig.h move the library into libvncserver/, x11vnc into x11vnc/ 22 years ago
rfbcrypto.h Add support for different crypto implementations 15 years ago
rfbcrypto_gnutls.c Add support for different crypto implementations 15 years ago
rfbcrypto_included.c rfbcrypto_included: fix c&p errors 15 years ago
rfbcrypto_openssl.c Add support for different crypto implementations 15 years ago
rfbcrypto_polarssl.c rfbcrypto_polarssl: it was way to late last night... 15 years ago
rfbregion.c Set proper file permissions for source files. 15 years ago
rfbserver.c Fix an issue that affects the existing Tight encoder as well as the newly-implemented Turbo encoder. 14 years ago
rfbssl.h websockets: Add encryption support 15 years ago
rfbssl_gnutls.c Fix libvncserver GnuTLS init. 15 years ago
rfbssl_none.c websockets: Add encryption support 15 years ago
rfbssl_openssl.c websockets: add GnuTLS and OpenSSL support 15 years ago
rre.c Set proper file permissions for source files. 15 years ago
scale.c Fix compilation in c89 mode. 15 years ago
scale.h Fix compilation in c89 mode. 15 years ago
selbox.c Set proper file permissions for source files. 15 years ago
sockets.c websockets: Move Hixie disconnect hack to websockets.c 15 years ago
stats.c tightPng: Add initial tightPng encoding support. 15 years ago
tableinit24.c Set proper file permissions for source files. 15 years ago
tableinitcmtemplate.c Set proper file permissions for source files. 15 years ago
tableinittctemplate.c Set proper file permissions for source files. 15 years ago
tabletrans24template.c Set proper file permissions for source files. 15 years ago
tabletranstemplate.c Set proper file permissions for source files. 15 years ago
tight.c tightPng: check even for SendGradientRect. 15 years ago
translate.c Set proper file permissions for source files. 15 years ago
turbo.c Add TurboVNC encoding support. 14 years ago
ultra.c Fix regression in Ultra encoding introduced by commit fe1ca16e9b. 15 years ago
websockets.c websockets: removed debug message 14 years ago
zlib.c Thread safety for zrle, zlib, tight. 17 years ago
zrle.c Fix remaining compiler warnings. 15 years ago
zrleencodetemplate.c Fix remaining compiler warnings. 15 years ago
zrleoutstream.c ANSIfy, fix some warnings from Linus' sparse 21 years ago
zrleoutstream.h move the library into libvncserver/, x11vnc into x11vnc/ 22 years ago
zrlepalettehelper.c move the library into libvncserver/, x11vnc into x11vnc/ 22 years ago
zrlepalettehelper.h move the library into libvncserver/, x11vnc into x11vnc/ 22 years ago
zrletypes.h Set proper file permissions for source files. 15 years ago