Commit Graph

55 Commits (eaecbf4becefe7e4970e192e5baa5b922a6a817e)

Author SHA1 Message Date
runge eaecbf4bec Handle colormaps with more than 256 colors.
16 years ago
dscho c17aef31ac Fix rfbSendSupportedEncodings
16 years ago
dscho c5173f364f Fix Swap16IfLE() on bytes
16 years ago
dscho 3d9a563983 Move tightQualityLevel out of the JPEG specific part
16 years ago
dscho 87fa3452c1 Add missing #include <time.h> (thanks Christian Ehrlicher)
16 years ago
dscho 059afcdf81 Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)
16 years ago
dscho 1df143d1a1 Avoid misaligned access on 64-bit machines
17 years ago
runge e9353e8d29 More fixes to ultra java viewer, ultrafilexfer debugging output, fix -loop in .x11vncrc case.
17 years ago
runge a549c3aaff In rfbSendFileTransferChunk() check permitFileTransfer 1st to avoid false alarms.
17 years ago
runge 8b2bb65274 Drop client if UltraVNC filetransfer is not enabled.
17 years ago
dscho 61cd498fb2 Fix a locking problem in libvncserver
17 years ago
dscho b66c944fe3 compile fix for MinGW
17 years ago
runge 3d00472a9c x11vnc: improve ultravnc filexfer rate by calling rfbCheckFD more often
18 years ago
runge be2b77f2f2 x11vnc: clear DISPLAY for -unixpw su_verify, user supplied sig ignore.
18 years ago
steven_carr a60ee2ee9f RFB 3.8 clients are well informed
18 years ago
steven_carr 1955526d45 Plugged some memory leakage
18 years ago
steven_carr 2fa31ba4ea Permit auth.c to test major version
18 years ago
steven_carr 7218843ac0 Support sending TextChat messages back to the client
18 years ago
steven_carr 1c3af68549 Default to RFB 3.8, add command line option to specify the RFB version.
18 years ago
steven_carr ccdbe8f325 The great UltraVNC Compatibility Commit
18 years ago
runge 347c4a9847 fix some build issues WRT ultravnc code.
18 years ago
steven_carr 0d734ad896 Server Capability Encodings
18 years ago
steven_carr 2670641432 Client Independent Server Side Scaling is now supported
18 years ago
steven_carr afa9fae024 Ultra Encoding added. Tested against UltraVNC V1.01
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
dscho 10c61b53c2 ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr)
18 years ago
dscho 0b7a0030ac rfbProcessEvents() has to iterate also over clients with sock < 0 to close them
19 years ago
dscho e673a125df make compile again with pthreads; fix off-by-one error
19 years ago
dscho 1c26789eff introduce -deferptrupdate (thanks Dave)
19 years ago
dscho 1b81e342cb assorted fixes for MinGW32
19 years ago
runge 8eb18f6cd8 fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
19 years ago
dscho 951ec26b7c The PseudoEncoding extension code was getting silly:
19 years ago
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