Commit Graph

155 Commits (56234cd0b656de3c8827288f2adf78c9cb12d0c5)

Author SHA1 Message Date
Christian Beier 56234cd0b6 Fix remaining compiler warnings.
13 years ago
Christian Beier e832999a58 Set proper file permissions for source files.
13 years ago
Christian Beier cf72a0f7c3 Call WSAGetLastError() everywhere errno is read after a Winsock call.
13 years ago
Christian Beier f5b96e57bf Update minilzo library used for Ultra encoding to ver 2.04.
13 years ago
Christian Beier 9f49600787 libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.
13 years ago
Christian Beier 558a58e039 Remove unneeded files concerning CVS.
13 years ago
Christian Beier ffe30366d6 Put files used by both libs into a 'common' dir.
13 years ago
ebola_rulez 5e1488beb3 Fix two errors found by cppcheck
13 years ago
runge 658bef5fde Remove never used protocol version name string.
13 years ago
Tobias Doerffel d4fabc217e libvncserver sockets: check cl->screen before accessing it
14 years ago
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().
14 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