Name
Last commit
Last update
..
Makefile.am Add the OpenSSL libvncclient TLS version to the build system.
corre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
cursor.c libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
hextile.c signed vs unsigned warnings eliminated (gcc 4.0.1)
listen.c IPv6 support for LibVNCServer, part four: add copyright notices to files with non-trivial changes.
rfbproto.c LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
rre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
sockets.c LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
tight.c signed vs unsigned warnings eliminated (gcc 4.0.1)
tls.h Add anonymous TLS support in libvncclient
tls_gnutls.c LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
tls_none.c Add the OpenSSL libvncclient TLS version to the build system.
tls_openssl.c LibVNCClient: properly free the openssl session stuff on shutdown.
ultra.c Fix regression in Ultra encoding introduced by commit fe1ca16e.
vncviewer.c LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
zlib.c signed vs unsigned warnings eliminated (gcc 4.0.1)
zrle.c Fix (most) MinGW32 compiler warnings.