Commit Graph

84 Commits (9c7efb7633ba62cd80c93e83284663f805bb3031)

Author SHA1 Message Date
Stefan Weil 9c7efb7633 Fix some typos (found by codespell)
9 years ago
Floris Bos 6836ccb208 Fix handling of multiple VNC commands per websockets frame
9 years ago
Daniel Cohen Gindi e69e1efd75 Those are generally the windows headers, not just MinGW
10 years ago
Raphael Kubo da Costa 3cbef1a976 Use C-style comments in rfbconfig.h.cmake and C source code.
12 years ago
Christian Beier 3e0cf05e12 LibVNCServer: Include ws2tcpip.h if it's available.
12 years ago
Christian Beier d4cbaa0c17 Only try to build TightPNG stuff when libjpeg is available.
12 years ago
Christian Beier 413ca0dfef Merge branch 'turbovnc'
12 years ago
DRC 7124b5fbcf Replace TightVNC encoder with TurboVNC encoder. This patch is the result of further research and discussion that revealed the following:
12 years ago
Christian Beier 4c7e185a97 Move tightsubsamplevel member to the end of rfbClient struct.
12 years ago
DRC 97001a7e7b Add TurboVNC encoding support.
12 years ago
Christian Beier e7dfd0a9d6 IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, too.
12 years ago
Christian Beier 83a7c713a9 IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.
12 years ago
Kyle J. McKay 5c57575c35 Support Mac OS X vnc client with no password
12 years ago
Christian Beier faadd48448 Rename 'classes' dir to 'webclients'.
13 years ago
Christian Beier bffd9ee33b Merge branch 'websockets'
13 years ago
Gernot Tenchio 55234a37fd websockets: Move Hixie disconnect hack to websockets.c
13 years ago
Gernot Tenchio 1408866c86 websockets: Initial HyBi support
13 years ago
Gernot Tenchio 297072a691 websockets: Add wspath member to rfbClientRec
13 years ago
Gernot Tenchio 4aa3586367 websockets: Add encryption support
13 years ago
Joel Martin 6fac22a74b websockets: Initial WebSockets support.
13 years ago
Christian Beier b6d24bfa11 Adopt autotools build system to Android.
13 years ago
letsgoustc 488ad8a609 Make LibVNCServer build for Android.
13 years ago
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