Name
Last commit
Last update
..
.cvsignore This monster commit contains support for TightVNC's file transfer protocol.
Makefile.am Build shared libraries per default
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 hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
lzoconf.h fix some build issues WRT ultravnc code.
minilzo.c fix some build issues WRT ultravnc code.
minilzo.h fix some build issues WRT ultravnc code.
rfbproto.c LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
rre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
sockets.c assorted fixes for MinGW32
tight.c signed vs unsigned warnings eliminated (gcc 4.0.1)
ultra.c The great UltraVNC Compatibility Commit
vncviewer.c LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
zlib.c signed vs unsigned warnings eliminated (gcc 4.0.1)
zrle.c sometimes zrle sends too many bytes; play safe