Commit Graph

68 Commits (1fd42ce98cd082309f72467bee73a910c9662fc9)

Author SHA1 Message Date
dscho 1fd42ce98c make --without-jpeg, --without-zlib work
21 years ago
dscho 4fcb60871b rfbErr introduced
21 years ago
dscho 37b93d7844 overlooked endian config.h constant
21 years ago
dscho 48029a3a0b rfbLog can be overridden; EINTR on read/write means just try again
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago
dscho 964aa1628f further valgrinding showed leaked mallocs
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 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 e7d21a7a18 include order was wrong
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 b8a0af8259 bigendian is now determined at configure time
22 years ago
dscho 9f6a47087b autoconf'ed everything
22 years ago
dscho 0f66740881 moved files to include; moved a file to examples/
22 years ago
dscho 4d87189420 compiler warnings, contrib directory, new x11vnc from 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 c3e27a155d a pseudo HTTP request for tunnelling (also via strict Web Proxy) was added.
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 48e64b87c9 bug for 3 bpp planes (as Mac OSX)
22 years ago
dscho 49bfc728fa solaris endian changes
22 years ago
dscho 45a4b4a223 changes from Tim Jansen: threading issues, new client can be rejected, and more
23 years ago
dscho cddeb0d9d2 *argc=0 in cargs allowed, when copying area, first undraw cursor ...
23 years ago
dscho d9214f99ce cmdline arg -passwd added
23 years ago
dscho e0168dbd9a start x11vnc, an x0rfbserver clone
23 years ago
dscho 4415df9540 Visual C++ / win32 compatibility reestablished
23 years ago
dscho b2253e3657 changes from Justin, zippy added
23 years ago
dscho 682027413c gettimeofday for windows
23 years ago
dscho a6e540172b clean ups
23 years ago
dscho d44e3af64b add rfbDrawLine, rfbDrawPixel and vncev, an xev "lookalike"
23 years ago
dscho 8e9f427a77 scheduleCopyRegion no longer sends frameBufferUpdates (no longer clobbers
23 years ago
dscho 2c4869fc9a deferUpdate
23 years ago
dscho 9f07e222f8 rfbSelectBox, consoleFonts, too many changes
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 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 2a683877ec working on IRIX pthreads problem
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