| Commit message (Expand) | Author | Age | Files | Lines |
* | Move our rfbEncodings numbers out of the TightVNC range. | runge | 2006-12-16 | 1 | -5/+5 |
* | do not always include rfb/keysym.h | dscho | 2006-09-12 | 1 | -1/+0 |
* | make cut text handling using a hook | dscho | 2006-09-11 | 1 | -2/+2 |
* | KeyboardLedState Encoding Masks are now defined for portability | steven_carr | 2006-05-28 | 1 | -0/+18 |
* | 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 | 2 | -1/+4 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 3 | -28/+126 |
* | Server Capability Encodings | steven_carr | 2006-05-04 | 2 | -5/+43 |
* | Client side support for PalmVNC/UltraVNC 'Server Side Scaling' | steven_carr | 2006-05-04 | 1 | -0/+3 |
* | KeyboardLedState should be placed in 'various protocol extensions' | steven_carr | 2006-05-04 | 1 | -1/+1 |
* | 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 | 2 | -2/+23 |
* | libvncclient: support changing of framebuffer size; make SDLvncviewer use it | dscho | 2006-04-28 | 1 | -0/+2 |
* | add KeyboardLedState extension | dscho | 2006-03-28 | 3 | -1/+15 |
* | do not assume that KEYSYM_H guards X11's keysym.h | dscho | 2006-03-01 | 1 | -2/+1 |
* | 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 |
* | plug memory leaks | dscho | 2005-12-07 | 1 | -0/+1 |
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,... | runge | 2005-11-25 | 2 | -1/+3 |
* | The PseudoEncoding extension code was getting silly: | dscho | 2005-10-07 | 1 | -1/+1 |
* | add an extension mechanism for LibVNCClient, modify the client data handling | dscho | 2005-10-06 | 1 | -1/+30 |
* | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 2 | -24/+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 | 2 | -2/+41 |
* | 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 |