summaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Expand)AuthorAgeFilesLines
* do not always include rfb/keysym.hdscho2006-09-121-1/+0
* make cut text handling using a hookdscho2006-09-111-2/+2
* KeyboardLedState Encoding Masks are now defined for portabilitysteven_carr2006-05-281-0/+18
* Permit auth.c to test major versionsteven_carr2006-05-161-0/+1
* Support sending TextChat messages back to the clientsteven_carr2006-05-151-0/+2
* Default to RFB 3.8, add command line option to specify the RFB version.steven_carr2006-05-152-1/+4
* The great UltraVNC Compatibility Commitsteven_carr2006-05-153-28/+126
* Server Capability Encodingssteven_carr2006-05-042-5/+43
* Client side support for PalmVNC/UltraVNC 'Server Side Scaling'steven_carr2006-05-041-0/+3
* KeyboardLedState should be placed in 'various protocol extensions'steven_carr2006-05-041-1/+1
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-0/+10
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-022-2/+23
* libvncclient: support changing of framebuffer size; make SDLvncviewer use itdscho2006-04-281-0/+2
* add KeyboardLedState extensiondscho2006-03-283-1/+15
* do not assume that KEYSYM_H guards X11's keysym.hdscho2006-03-011-2/+1
* add handleEventsEagerly flag (Thanks, Donald)dscho2006-02-281-1/+4
* Added method to get extension specific client datarohit_991292006-02-241-1/+1
* Added method to get extension specific client datarohit_991292006-02-241-0/+1
* add functions to unregister extensions/security typesdscho2006-02-221-0/+3
* introduce -deferptrupdate (thanks Dave)dscho2005-12-191-0/+7
* plug memory leaksdscho2005-12-071-0/+1
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-252-1/+3
* The PseudoEncoding extension code was getting silly:dscho2005-10-071-1/+1
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-061-1/+30
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-062-24/+0
* provide a list of the pseudo encodings understood by the extensiondscho2005-10-061-1/+5
* add enablePseudoEncoding() to rfbProtocolExtensiondscho2005-10-031-0/+3
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-5/+15
* Introduce generic protocol extension method. Deprecatedscho2005-09-271-1/+30
* Security is global. This was a misguided attempt to evade a global list.dscho2005-09-271-4/+1
* support VNC protocol version 3.7dscho2005-09-262-2/+41
* add definitions from other VNC implementationsdscho2005-06-061-0/+300
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-231-0/+44
* fix compilation for systems without socklen_tdscho2005-05-181-4/+0
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-181-0/+4
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-153-4/+11
* socketInitDone -> socketStatedscho2005-05-071-1/+11
* do the in_addr_t stuff correctly...dscho2005-03-071-0/+4
* add '-listen ipaddr' optionrunge2005-03-051-2/+4
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-211-0/+1
* pointerClient was still static.dscho2005-01-181-48/+10
* add convenience function to clip using x2,y2 instead of w,hdscho2005-01-181-0/+3
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-161-0/+2
* return value of rfbProcessEvents tells if an update was pendingdscho2005-01-141-2/+3
* add hook to allow for custom client messagesdscho2005-01-031-0/+5
* fix compilation on non MinGW32...dscho2004-12-011-0/+4
* support MinGW32!dscho2004-12-012-3/+7
* add EncodingUltra; it is not implemented in the libraries yet, so this is jus...dscho2004-11-301-0/+1
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-4/+12
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-302-63/+62