Commit Graph

145 Commits (d670aac3835ed6f4ee84c863fb49e65f1212c8b5)

Author SHA1 Message Date
Christian Beier a5f8d3a310 libvncserver: fix endless loop when server closed client in threaded mode.
14 years ago
Christian Beier 079394ca5b libvncserver sockets: favor per-screen maxclientwait over global one when set.
14 years ago
Christian Beier 453645a6ea libvncserver cleanup: remove rfbKeyFrame remnants.
14 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Tobias Doerffel 5da7c7a71a Added missing initialization of extension mutex
14 years ago
Tobias Doerffel 71ad3229f6 In rfbSendDirContent() we have to make sure to call closedir() before
14 years ago
Christian Beier c0373e9cd4 Non-blocking sockets for Windows.
14 years ago
Christian Beier 0df84e5c27 Cleanup: remove CORBA stuff.
14 years ago
Christian Beier ad25446978 Fix MinGW32 compilation with libjpeg.
14 years ago
Christian Beier 09f7c684a2 Implement a DisplayFinishedHook for libvncserver.
14 years ago
Christian Beier 07008deea2 libvncserver/font.c: add some checks to rfbDrawChar().
15 years ago
runge 69cd710dd2 year++;
15 years ago
runge c15b6165ab tightvnc-filetransfer/rfbtightserver.c: enabled fix
15 years ago
runge f40b011182 Add locks of updateMutex in rfbRedrawAfterHideCursor() and
15 years ago
Christian Beier 9ed410668c Fix checks for socket values, 0 is a legal value.
15 years ago
Vic Lee a4cc897222 Fix various compilation warnings
15 years ago
Johannes Schindelin f49a292783 Merge branch 'VeNCrypt'
15 years ago
Vic Lee 29990f0090 Add MSLogon security type
15 years ago
runge 0142acdded Some broken build environments treat fprintf(fh, buf) as a fatal error...
15 years ago
runge 804335f9d2 Thread safety for zrle, zlib, tight.
15 years ago
dscho 3d2eab575e clean up build flags
15 years ago
runge dbfa4ad1f7 We seem to need to guard against freeing iterator 'i' twice in rfbSendFramebufferUpdate() (italc reported bug)
16 years ago
runge eaecbf4bec Handle colormaps with more than 256 colors.
16 years ago
dscho c04a28f306 Please MS Visual C++ a bit (Christian Ehrlicher)
16 years ago
dscho befcb6fc14 Fix ZYWRLE en/decoding for width != scanline (thanks Noriaki Yamazaki)
16 years ago
runge 8bb8271615 Add ZYWRLE to server printout.
16 years ago
runge fe63ea1365 Need to include zywrletemplate.c in Makefile.am
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 ce8d6c2409 Make ZYWRLE thread-safe for multiple clients
16 years ago
dscho 5b9b454361 ZYWRLE brown paper bag fix
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 13ad9f4940 Pre-C99 declaration error.
17 years ago
runge a549c3aaff In rfbSendFileTransferChunk() check permitFileTransfer 1st to avoid false alarms.
17 years ago
runge f7d48515fd Add logging output to know when inside tightvnc-filetransfer functions.
17 years ago
runge 8b2bb65274 Drop client if UltraVNC filetransfer is not enabled.
17 years ago
dscho ca805667e6 Build shared libraries per default
17 years ago
runge ca56c41c9c Fix short vs. char problem with X cursors. Have fg == bg == 0 imply interpolation to B&W.
17 years ago
runge f57eb8742f Add "Connection: close" to HTTP replies.
17 years ago
dscho 61cd498fb2 Fix a locking problem in libvncserver
17 years ago
dscho b66c944fe3 compile fix for MinGW
17 years ago
runge 11a5ea9ff9 fix typo.
18 years ago
runge 938ae66217 Remove stray ""-permitfiletransfer permit file transfer support" output.
18 years ago
runge a255783ee0 N_ENC_CAPS check does not work if libz is not present.
18 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