summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
Commit message (Expand)AuthorAgeFilesLines
* websockets: Initial HyBi supportGernot Tenchio2011-08-251-9/+3
* websockets: Add wspath member to rfbClientRecGernot Tenchio2011-08-171-0/+1
* websockets: Add encryption supportGernot Tenchio2011-08-171-1/+8
* websockets: Initial WebSockets support.Joel Martin2011-08-171-0/+22
* tightPng: Add initial tightPng encoding support.Joel Martin2011-07-221-2/+15
* Fix rfbProcessNewConnection to return some value instead of void.George Kiagiadakis2011-06-011-1/+1
* Split two event-loop related functions out of the rfbProcessEvents() mechanism.George Kiagiadakis2011-06-011-0/+6
* Fix compilation in c89 mode.George Kiagiadakis2011-04-281-2/+2
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-071-0/+7
* Add doxygen documentation support.Christian Beier2010-11-181-104/+282
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-0/+3
* Non-blocking sockets for Windows.Christian Beier2010-09-131-0/+1
* Implement a DisplayFinishedHook for libvncserver.Christian Beier2010-05-191-0/+4
* mingw32 crosscompile fixes.Christian Beier2009-10-021-0/+1
* Thread safety for zrle, zlib, tight.runge2009-05-211-0/+11
* Move tightQualityLevel out of the JPEG specific partdscho2008-01-311-1/+2
* Make ZYWRLE thread-safe for multiple clientsdscho2008-01-301-0/+2
* rfb.h: Do not misplace guardsdscho2007-04-061-1/+3
* 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-151-0/+3
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-16/+95
* Server Capability Encodingssteven_carr2006-05-041-0/+7
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-0/+10
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-021-0/+17
* add KeyboardLedState extensiondscho2006-03-281-1/+8
* 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
* The PseudoEncoding extension code was getting silly:dscho2005-10-071-1/+1
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-061-13/+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-261-1/+21
* 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-151-1/+4
* socketInitDone -> socketStatedscho2005-05-071-1/+11
* 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 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