| Commit message (Expand) | Author | Age | Files | Lines |
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 1 | -0/+1 |
* | Implement a DisplayFinishedHook for libvncserver. | Christian Beier | 2010-05-19 | 1 | -0/+4 |
* | mingw32 crosscompile fixes. | Christian Beier | 2009-10-02 | 1 | -0/+1 |
* | Thread safety for zrle, zlib, tight. | runge | 2009-05-21 | 1 | -0/+11 |
* | Move tightQualityLevel out of the JPEG specific part | dscho | 2008-01-31 | 1 | -1/+2 |
* | Make ZYWRLE thread-safe for multiple clients | dscho | 2008-01-30 | 1 | -0/+2 |
* | rfb.h: Do not misplace guards | dscho | 2007-04-06 | 1 | -1/+3 |
* | Permit auth.c to test major version | steven_carr | 2006-05-16 | 1 | -0/+1 |
* | Support sending TextChat messages back to the client | steven_carr | 2006-05-15 | 1 | -0/+2 |
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 1 | -0/+3 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -16/+95 |
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -0/+7 |
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 1 | -0/+10 |
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -0/+17 |
* | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -1/+8 |
* | add handleEventsEagerly flag (Thanks, Donald) | dscho | 2006-02-28 | 1 | -1/+4 |
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 1 | -1/+1 |
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 1 | -0/+1 |
* | add functions to unregister extensions/security types | dscho | 2006-02-22 | 1 | -0/+3 |
* | introduce -deferptrupdate (thanks Dave) | dscho | 2005-12-19 | 1 | -0/+7 |
* | The PseudoEncoding extension code was getting silly: | dscho | 2005-10-07 | 1 | -1/+1 |
* | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 1 | -13/+0 |
* | provide a list of the pseudo encodings understood by the extension | dscho | 2005-10-06 | 1 | -1/+5 |
* | add enablePseudoEncoding() to rfbProtocolExtension | dscho | 2005-10-03 | 1 | -0/+3 |
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -5/+15 |
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 1 | -1/+30 |
* | Security is global. This was a misguided attempt to evade a global list. | dscho | 2005-09-27 | 1 | -4/+1 |
* | support VNC protocol version 3.7 | dscho | 2005-09-26 | 1 | -1/+21 |
* | 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 | 1 | -1/+4 |
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -1/+11 |
* | 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 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 | 1 | -1/+5 |
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -59/+58 |
* | fix cursor trails (when not using cursor encoding and moving the cursor, | dscho | 2004-06-07 | 1 | -1/+1 |
* | 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 | 1 | -4/+4 |
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -1/+1 |
* | 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 | 1 | -2/+1 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 1 | -86/+86 |
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -0/+2 |