| Commit message (Expand) | Author | Age | Files | Lines |
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -4/+4 |
* | socklen_t -> size_t | dscho | 2003-08-18 | 1 | -1/+1 |
* | make --without-jpeg, --without-zlib work | dscho | 2003-08-08 | 1 | -0/+2 |
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -6/+6 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 1 | -43/+44 |
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho... | dscho | 2003-07-28 | 1 | -3/+4 |
* | synced with TightVNC and RealVNC | dscho | 2003-07-28 | 1 | -43/+63 |
* | really fixed ClientConnectionGone problem | dscho | 2003-02-10 | 1 | -8/+8 |
* | fixed a bug that prevented the first connection to be closed | dscho | 2003-02-10 | 1 | -1/+17 |
* | renamed sraRegion to rfbregion and put it in include/; will be installed now | dscho | 2003-02-09 | 1 | -1/+1 |
* | converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h | dscho | 2003-02-09 | 1 | -13/+20 |
* | autoconf'ed everything | dscho | 2003-02-08 | 1 | -4/+28 |
* | fix: if no CXX is defined, really don't use zrle (Karl Runge) | dscho | 2002-12-15 | 1 | -0/+2 |
* | fixed severe bug with sending fbupdates | dscho | 2002-10-29 | 1 | -1/+1 |
* | patch from Const for CursorPosUpdate encoding | dscho | 2002-10-29 | 1 | -5/+39 |
* | updated to vnc-3.3.4 (ZRLE encoding) | dscho | 2002-10-22 | 1 | -0/+23 |
* | socket via proxy gets options set, compiler warning fixes | dscho | 2002-08-31 | 1 | -0/+19 |
* | unwarn compilation | dscho | 2002-08-19 | 1 | -0/+8 |
* | NewFB encoding added | dscho | 2002-07-28 | 1 | -0/+62 |
* | pthread fix | dscho | 2002-06-13 | 1 | -3/+8 |
* | Tim's Changes | dscho | 2002-05-02 | 1 | -2/+5 |
* | memleaks patched | dscho | 2002-04-25 | 1 | -0/+4 |
* | sync with TightVNC 1.2.3 | dscho | 2002-04-23 | 1 | -1/+2 |
* | reverted exception fds to NULL, because of unexpected behaviour | dscho | 2002-03-04 | 1 | -0/+7 |
* | changes from Tim Jansen: threading issues, new client can be rejected, and more | dscho | 2002-02-18 | 1 | -5/+20 |
* | correct BackChannel handling, compile cleanups | dscho | 2002-01-17 | 1 | -12/+23 |
* | clean ups and encoding "backchannel" | dscho | 2002-01-16 | 1 | -0/+26 |
* | start x11vnc, an x0rfbserver clone | dscho | 2001-11-18 | 1 | -1/+2 |
* | Visual C++ / win32 compatibility reestablished | dscho | 2001-11-15 | 1 | -0/+4 |
* | clean ups | dscho | 2001-10-25 | 1 | -6/+6 |
* | deferUpdate | dscho | 2001-10-16 | 1 | -1/+1 |
* | font errors, requestedRegion bug | dscho | 2001-10-16 | 1 | -4/+6 |
* | cleanups | dscho | 2001-10-12 | 1 | -1/+1 |
* | replaced xalloc with malloc functions, udp input support (untested), fixed http | dscho | 2001-10-11 | 1 | -77/+99 |
* | copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreads | dscho | 2001-10-10 | 1 | -1/+1 |
* | pthreads corrections | dscho | 2001-10-10 | 1 | -0/+1 |
* | removes region.h | dscho | 2001-10-08 | 1 | -1/+1 |
* | font corrections, displayHook | dscho | 2001-10-07 | 1 | -0/+4 |
* | WIN32 compatibility, removed kbdptr.c | dscho | 2001-10-06 | 1 | -4/+8 |
* | changed cursor functions to use screen info, not cursor | dscho | 2001-10-05 | 1 | -4/+4 |
* | rfbDoCopyRect/Region and rfbScheduleCopyRect/Region. | dscho | 2001-10-04 | 1 | -2/+3 |
* | fixed 2 pthreads issues, added noXCursor option. | dscho | 2001-10-04 | 1 | -21/+16 |
* | java viewer bug fixed | dscho | 2001-10-03 | 1 | -2/+4 |
* | upgraded to TridiaVNC 1.2.1 | dscho | 2001-10-03 | 1 | -12/+32 |
* | no more compile warnings, pthread final(?) fixes | dscho | 2001-10-02 | 1 | -78/+93 |
* | support for server side colour maps, fix for non-pthread, support for 3bpp | dscho | 2001-10-02 | 1 | -16/+13 |
* | finally fixed pthreads | dscho | 2001-09-29 | 1 | -15/+9 |
* | more pthread debugging | dscho | 2001-09-29 | 1 | -5/+9 |
* | dropped miregion and all the X stuff in favour of Wez' sraRegion, added dox | dscho | 2001-09-29 | 1 | -160/+97 |
* | added setTranslateFunction as member of rfbScreenInfo, | dscho | 2001-09-27 | 1 | -1/+1 |