| Commit message (Expand) | Author | Age | Files | Lines |
* | add definitions from other VNC implementations | dscho | 2005-06-06 | 1 | -0/+300 |
* | make zlib and tight handling thread safe (static -> rfbClient) | dscho | 2005-05-23 | 1 | -0/+44 |
* | fix compilation for systems without socklen_t | dscho | 2005-05-18 | 1 | -4/+0 |
* | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 1 | -0/+4 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 3 | -4/+11 |
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -1/+11 |
* | do the in_addr_t stuff correctly... | dscho | 2005-03-07 | 1 | -0/+4 |
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -2/+4 |
* | implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource | dscho | 2005-01-21 | 1 | -0/+1 |
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -48/+10 |
* | add convenience function to clip using x2,y2 instead of w,h | dscho | 2005-01-18 | 1 | -0/+3 |
* | add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc.. | runge | 2005-01-16 | 1 | -0/+2 |
* | return value of rfbProcessEvents tells if an update was pending | dscho | 2005-01-14 | 1 | -2/+3 |
* | add hook to allow for custom client messages | dscho | 2005-01-03 | 1 | -0/+5 |
* | fix compilation on non MinGW32... | dscho | 2004-12-01 | 1 | -0/+4 |
* | support MinGW32! | dscho | 2004-12-01 | 2 | -3/+7 |
* | add EncodingUltra; it is not implemented in the libraries yet, so this is jus... | dscho | 2004-11-30 | 1 | -0/+1 |
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 1 | -4/+12 |
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 2 | -63/+62 |
* | more comments; support playing vncrec'orded files | dscho | 2004-06-18 | 1 | -1/+13 |
* | fix cursor trails (when not using cursor encoding and moving the cursor, | dscho | 2004-06-07 | 1 | -1/+1 |
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au... | dscho | 2004-06-07 | 1 | -18/+12 |
* | add "-progressive height" option to make SendFramebufferUpdate "preemptive" | dscho | 2004-01-21 | 1 | -0/+9 |
* | ignore SIGPIPE by default; it is handled via EPIPE | dscho | 2004-01-21 | 1 | -0/+1 |
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 2 | -5/+5 |
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -1/+1 |
* | forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION un... | dscho | 2003-08-03 | 1 | -9/+10 |
* | rfbLog can be overridden; EINTR on read/write means just try again | dscho | 2003-07-31 | 1 | -1/+2 |
* | add rfbclient.h to distribution; avoid C++ style comments | dscho | 2003-07-30 | 2 | -4/+1 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 5 | -215/+197 |
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 2 | -0/+3 |
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho... | dscho | 2003-07-28 | 3 | -66/+86 |
* | synced with TightVNC and RealVNC | dscho | 2003-07-28 | 2 | -0/+9 |
* | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+186 |
* | make vncauth usable also for upcoming libvncclient | dscho | 2003-07-27 | 2 | -56/+58 |
* | these files are generated by configure | dscho | 2003-07-11 | 2 | -209/+0 |
* | another try to make CVS more helpful with configure | dscho | 2003-07-10 | 4 | -0/+401 |
* | #include <rfb/rfbregion.h> instead of #include "rfbregion.h" | dscho | 2003-02-21 | 1 | -4/+4 |
* | forgotten .cvsignore | dscho | 2003-02-19 | 1 | -0/+5 |
* | moved include/ to rfb/ | dscho | 2003-02-18 | 5 | -0/+3730 |