Commit Graph

62 Commits (896ca2036c35b89a7f63e1adefe5e3724bf4d40d)

Author SHA1 Message Date
Joel Martin 896ca2036c tightPng: Add initial tightPng encoding support.
13 years ago
George Kiagiadakis ddd9b5ac7b Fix rfbProcessNewConnection to return some value instead of void.
13 years ago
George Kiagiadakis 9f8d8d4ef3 Split two event-loop related functions out of the rfbProcessEvents() mechanism.
13 years ago
George Kiagiadakis 35246edddd Fix compilation in c89 mode.
13 years ago
Christian Beier 9f49600787 libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.
13 years ago
Christian Beier 705a5d46e6 Add doxygen documentation support.
14 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Christian Beier c0373e9cd4 Non-blocking sockets for Windows.
14 years ago
Christian Beier 09f7c684a2 Implement a DisplayFinishedHook for libvncserver.
14 years ago
Christian Beier a92f7f46a6 mingw32 crosscompile fixes.
15 years ago
runge 804335f9d2 Thread safety for zrle, zlib, tight.
15 years ago
dscho 3d9a563983 Move tightQualityLevel out of the JPEG specific part
16 years ago
dscho ce8d6c2409 Make ZYWRLE thread-safe for multiple clients
16 years ago
dscho 1060f747be rfb.h: Do not misplace guards
17 years ago
steven_carr 2fa31ba4ea Permit auth.c to test major version
18 years ago
steven_carr 7218843ac0 Support sending TextChat messages back to the client
18 years ago
steven_carr 1c3af68549 Default to RFB 3.8, add command line option to specify the RFB version.
18 years ago
steven_carr ccdbe8f325 The great UltraVNC Compatibility Commit
18 years ago
steven_carr 0d734ad896 Server Capability Encodings
18 years ago
steven_carr 2670641432 Client Independent Server Side Scaling is now supported
18 years ago
steven_carr afa9fae024 Ultra Encoding added. Tested against UltraVNC V1.01
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
dscho f52cfa651b add handleEventsEagerly flag (Thanks, Donald)
18 years ago
rohit_99129 b7773ea6e6 Added method to get extension specific client data
18 years ago
rohit_99129 eb08d83d62 Added method to get extension specific client data
18 years ago
dscho d3599be1b8 add functions to unregister extensions/security types
18 years ago
dscho 1c26789eff introduce -deferptrupdate (thanks Dave)
19 years ago
dscho 951ec26b7c The PseudoEncoding extension code was getting silly:
19 years ago
dscho d15e35586b kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete
19 years ago
dscho 60f1770e10 provide a list of the pseudo encodings understood by the extension
19 years ago
dscho 8490de3ff0 add enablePseudoEncoding() to rfbProtocolExtension
19 years ago
dscho 0a909fde7a This monster commit contains support for TightVNC's file transfer protocol.
19 years ago
dscho 93be927b1c Introduce generic protocol extension method. Deprecate
19 years ago
dscho 94fcd86cc2 Security is global. This was a misguided attempt to evade a global list.
19 years ago
dscho da7b3e714f support VNC protocol version 3.7
19 years ago
dscho a40b790ee4 fix compilation for systems without socklen_t
19 years ago
dscho ee52441372 hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
19 years ago
dscho 8bee4eb990 ANSIfy, fix some warnings from Linus' sparse
19 years ago
dscho 34f714bcdc socketInitDone -> socketState
19 years ago
runge b8b96689bf add '-listen ipaddr' option
19 years ago
dscho 6273f2065a implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource
20 years ago
dscho a84b3d072a pointerClient was still static.
20 years ago
runge b58e460fac add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..
20 years ago
dscho 2cd3c824c6 return value of rfbProcessEvents tells if an update was pending
20 years ago
dscho e78a41c69c add hook to allow for custom client messages
20 years ago
dscho 7e13b8a594 fix compilation on non MinGW32...
20 years ago
dscho 658b65ad0c support MinGW32!
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho fefcb9188a fix cursor trails (when not using cursor encoding and moving the cursor,
20 years ago
dscho 34fc97a52a add "-progressive height" option to make SendFramebufferUpdate "preemptive"
21 years ago