Commit Graph

23 Commits (d15e35586baac59e5fe585a86d26cb606bd87969)

Author SHA1 Message Date
dscho d15e35586b kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete
19 years ago
dscho 60f1770e10 provide a list of the pseudo encodings understood by the extension
19 years ago
dscho 8490de3ff0 add enablePseudoEncoding() to rfbProtocolExtension
19 years ago
dscho 0a909fde7a This monster commit contains support for TightVNC's file transfer protocol.
19 years ago
dscho 93be927b1c Introduce generic protocol extension method. Deprecate
19 years ago
dscho da7b3e714f support VNC protocol version 3.7
19 years ago
dscho ee52441372 hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
19 years ago
dscho c42529c3f8 fix SIGSEGV when client has incompatible protocol; release mutex before freeing it
19 years ago
dscho 8bee4eb990 ANSIfy, fix some warnings from Linus' sparse
19 years ago
runge be5b1296e4 libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaks
19 years ago
dscho 446a6fabac fix memory leaks detected using valgrind
19 years ago
dscho 34f714bcdc socketInitDone -> socketState
19 years ago
dscho 6602a22f2b clear requested region after handling it
19 years ago
dscho 914f7b71c5 10l: really fix preferredEncoding set from outside
20 years ago
dscho 155f4c1053 fix disappearing cursor
20 years ago
dscho a84b3d072a pointerClient was still static.
20 years ago
dscho a87e288f09 close socket in ClientConnectionGone
20 years ago
dscho e78a41c69c add hook to allow for custom client messages
20 years ago
dscho 28d09a73ce release client list mutex earlier
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho 6bda09f03c fix CoRRE with maxRectsPerUpdate bug
20 years ago
runge e3c8cddef9 x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfile
20 years ago
dscho 876868553d move the library into libvncserver/, x11vnc into x11vnc/
20 years ago