Commit Graph

58 Commits (e0cbabec292fbc8058d98c93fcc8d3cf5b8f5d69)

Author SHA1 Message Date
dscho 34fc97a52a add "-progressive height" option to make SendFramebufferUpdate "preemptive"
21 years ago
dscho 15f3a61eb5 compile fix for cygwin
21 years ago
dscho 937b906f0d ZRLE no longer uses C++, but C
21 years ago
dscho e66f28fcaa socklen_t -> size_t
21 years ago
dscho 1fd42ce98c make --without-jpeg, --without-zlib work
21 years ago
dscho 4fcb60871b rfbErr introduced
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago
dscho 13b358fed1 fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
21 years ago
dscho 9f0a1a3bc1 synced with TightVNC and RealVNC
21 years ago
dscho 1e4c2e7369 really fixed ClientConnectionGone problem
22 years ago
dscho d3bb5fb6eb fixed a bug that prevented the first connection to be closed
22 years ago
dscho fd96c5e835 renamed sraRegion to rfbregion and put it in include/; will be installed now
22 years ago
dscho 5030d53ff0 converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h
22 years ago
dscho 9f6a47087b autoconf'ed everything
22 years ago
dscho 2d44cfd873 fix: if no CXX is defined, really don't use zrle (Karl Runge)
22 years ago
dscho d60fda117b fixed severe bug with sending fbupdates
22 years ago
dscho 19c7fc0217 patch from Const for CursorPosUpdate encoding
22 years ago
dscho af85e5fee3 updated to vnc-3.3.4 (ZRLE encoding)
22 years ago
dscho b34beb1b22 socket via proxy gets options set, compiler warning fixes
22 years ago
dscho 598c460ceb unwarn compilation
22 years ago
dscho 7e6d5c65eb NewFB encoding added
22 years ago
dscho 131ede28a7 pthread fix
22 years ago
dscho ff9fbd971b Tim's Changes
22 years ago
dscho efa12fa978 memleaks patched
22 years ago
dscho e66eeecd62 sync with TightVNC 1.2.3
22 years ago
dscho ab4126d1ec reverted exception fds to NULL, because of unexpected behaviour
22 years ago
dscho 45a4b4a223 changes from Tim Jansen: threading issues, new client can be rejected, and more
23 years ago
dscho 7b90c44708 correct BackChannel handling, compile cleanups
23 years ago
dscho 9fb7fef3c6 clean ups and encoding "backchannel"
23 years ago
dscho e0168dbd9a start x11vnc, an x0rfbserver clone
23 years ago
dscho 4415df9540 Visual C++ / win32 compatibility reestablished
23 years ago
dscho a6e540172b clean ups
23 years ago
dscho 2c4869fc9a deferUpdate
23 years ago
dscho 47f18e575d font errors, requestedRegion bug
23 years ago
dscho e7dacc5717 cleanups
23 years ago
dscho 67094d7c28 replaced xalloc with malloc functions, udp input support (untested), fixed http
23 years ago
dscho 519a8e0e39 copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreads
23 years ago
dscho fad7881732 pthreads corrections
23 years ago
dscho 27e3c69d32 removes region.h
23 years ago
dscho 87c12192da font corrections, displayHook
23 years ago
dscho 446f334cc1 WIN32 compatibility, removed kbdptr.c
23 years ago
dscho 018e90db59 changed cursor functions to use screen info, not cursor
23 years ago
dscho 48eb9b22c7 rfbDoCopyRect/Region and rfbScheduleCopyRect/Region.
23 years ago
dscho bd5fdd670c fixed 2 pthreads issues, added noXCursor option.
23 years ago
dscho b3f2c7d081 java viewer bug fixed
23 years ago
dscho 05c8f2d484 upgraded to TridiaVNC 1.2.1
23 years ago
dscho 130ae151d1 no more compile warnings, pthread final(?) fixes
23 years ago
dscho 095539cd8c support for server side colour maps, fix for non-pthread, support for 3bpp
23 years ago
dscho 08ed0461c7 finally fixed pthreads
23 years ago
dscho 58031bcb76 more pthread debugging
23 years ago