| Commit message (Expand) | Author | Age | Files | Lines |
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -851/+0 |
* | ignore SIGPIPE the correct way | dscho | 2004-04-19 | 1 | -3/+1 |
* | add "-progressive height" option to make SendFramebufferUpdate "preemptive" | dscho | 2004-01-21 | 1 | -4/+7 |
* | ignore SIGPIPE by default; it is handled via EPIPE | dscho | 2004-01-21 | 1 | -0/+6 |
* | socklen_t -> size_t | dscho | 2003-08-18 | 1 | -1/+1 |
* | make --without-jpeg, --without-zlib work | dscho | 2003-08-08 | 1 | -0/+4 |
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -7/+8 |
* | overlooked endian config.h constant | dscho | 2003-08-02 | 1 | -1/+1 |
* | rfbLog can be overridden; EINTR on read/write means just try again | dscho | 2003-07-31 | 1 | -1/+3 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 1 | -16/+19 |
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -5/+10 |
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho... | dscho | 2003-07-28 | 1 | -2/+2 |
* | synced with TightVNC and RealVNC | dscho | 2003-07-28 | 1 | -2/+8 |
* | fixed a bug that prevented the first connection to be closed | dscho | 2003-02-10 | 1 | -1/+4 |
* | renamed sraRegion to rfbregion and put it in include/; will be installed now | dscho | 2003-02-09 | 1 | -1/+1 |
* | include order was wrong | dscho | 2003-02-09 | 1 | -3/+3 |
* | converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h | dscho | 2003-02-09 | 1 | -3/+5 |
* | bigendian is now determined at configure time | dscho | 2003-02-09 | 1 | -4/+5 |
* | autoconf'ed everything | dscho | 2003-02-08 | 1 | -4/+4 |
* | moved files to include; moved a file to examples/ | dscho | 2003-02-07 | 1 | -1/+1 |
* | compiler warnings, contrib directory, new x11vnc from Karl Runge | dscho | 2002-12-06 | 1 | -1/+1 |
* | fixed severe bug with sending fbupdates | dscho | 2002-10-29 | 1 | -1/+2 |
* | patch from Const for CursorPosUpdate encoding | dscho | 2002-10-29 | 1 | -9/+25 |
* | updated to vnc-3.3.4 (ZRLE encoding) | dscho | 2002-10-22 | 1 | -1/+0 |
* | a pseudo HTTP request for tunnelling (also via strict Web Proxy) was added. | dscho | 2002-08-22 | 1 | -0/+1 |
* | unwarn compilation | dscho | 2002-08-19 | 1 | -3/+5 |
* | NewFB encoding added | dscho | 2002-07-28 | 1 | -36/+125 |
* | pthread fix | dscho | 2002-06-13 | 1 | -0/+1 |
* | Tim's Changes | dscho | 2002-05-02 | 1 | -3/+18 |
* | memleaks patched | dscho | 2002-04-25 | 1 | -3/+13 |
* | bug for 3 bpp planes (as Mac OSX) | dscho | 2002-04-24 | 1 | -3/+9 |
* | solaris endian changes | dscho | 2002-04-23 | 1 | -1/+4 |
* | changes from Tim Jansen: threading issues, new client can be rejected, and more | dscho | 2002-02-18 | 1 | -15/+42 |
* | *argc=0 in cargs allowed, when copying area, first undraw cursor ... | dscho | 2001-12-14 | 1 | -0/+2 |
* | cmdline arg -passwd added | dscho | 2001-11-19 | 1 | -2/+3 |
* | start x11vnc, an x0rfbserver clone | dscho | 2001-11-18 | 1 | -0/+5 |
* | Visual C++ / win32 compatibility reestablished | dscho | 2001-11-15 | 1 | -2/+1 |
* | changes from Justin, zippy added | dscho | 2001-11-14 | 1 | -66/+33 |
* | gettimeofday for windows | dscho | 2001-11-08 | 1 | -0/+14 |
* | clean ups | dscho | 2001-10-25 | 1 | -1/+1 |
* | add rfbDrawLine, rfbDrawPixel and vncev, an xev "lookalike" | dscho | 2001-10-18 | 1 | -0/+3 |
* | scheduleCopyRegion no longer sends frameBufferUpdates (no longer clobbers | dscho | 2001-10-16 | 1 | -4/+23 |
* | deferUpdate | dscho | 2001-10-16 | 1 | -4/+20 |
* | rfbSelectBox, consoleFonts, too many changes | dscho | 2001-10-13 | 1 | -11/+31 |
* | replaced xalloc with malloc functions, udp input support (untested), fixed http | dscho | 2001-10-11 | 1 | -1/+11 |
* | copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreads | dscho | 2001-10-10 | 1 | -0/+8 |
* | pthreads corrections | dscho | 2001-10-10 | 1 | -5/+7 |
* | font corrections, displayHook | dscho | 2001-10-07 | 1 | -12/+19 |
* | WIN32 compatibility, removed kbdptr.c | dscho | 2001-10-06 | 1 | -5/+34 |
* | changed cursor functions to use screen info, not cursor | dscho | 2001-10-05 | 1 | -12/+18 |