Commit Graph

205 Commits (5d84ade49223b7f8f7667152677e8642b4608c57)

Author SHA1 Message Date
Christian Beier 97f442ef2a Instead of letting the build system define endianess, rely on endian.h.
9 years ago
Christian Beier 92f558482d Do away with rfbint.h generation and use stdint.h directly instead.
9 years ago
Christian Beier 612de004c4 Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"
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
Daniel Cohen Gindi 901eba9f46 Generally adjusting headers for compiling on windows without the mixing of Winsock 1 and 2.
10 years ago
Daniel Cohen Gindi e26aeb4062 MSVC: Use the Unix emulation headers
10 years ago
Daniel Cohen Gindi 8175f428dc Use correct winsock header
10 years ago
Christian Beier 0de0fa498d Remove unneeded #ifdefs.
11 years ago
Christian Beier 38c181a2d5 Fix ABI compatibility issue.
11 years ago
David Verbeiren d891478ec9 LibVNCClient: Add H.264 encoding for framebuffer updates
11 years ago
Raphael Kubo da Costa 95dd76327b Use htobeNN(3) to convert numbers in websocket.c.
12 years ago
Raphael Kubo da Costa 3cbef1a976 Use C-style comments in rfbconfig.h.cmake and C source code.
12 years ago
Christian Beier fef4386acc Add Compile Time Version Test Defines.
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
Christian Beier 77286f0831 LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
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 75bfb1f5d3 IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capable.
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
Luca Stauble fe2e2e4b59 Add an optional parameter to specify the ip address for reverse connections
12 years ago
Christian Beier 66b0603b5a Small changes to LibNVCClient doxygen documentation.
13 years ago
Christian Beier abf6fad894 Merge branch 'master' of https://github.com/watkipet/libvncserver
13 years ago
Christian Beier 49e59435e3 Merge branch 'included-novnc'
13 years ago
Christian Beier faadd48448 Rename 'classes' dir to 'webclients'.
13 years ago
Peter Watkins b551e05edb Added comments.
13 years ago
Johannes Schindelin 9d0b80059a Hopefully fix the crash when updating from 0.9.7 or earlier
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 c2fb69f84d websockets: Add Websockets support to CMakeLists.txt
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 6b60690a4a CMake: Check for libgcrypt availability.
13 years ago
Christian Beier d94db37d2d Remove autogenerated files.
13 years ago
Christian Beier e832999a58 Set proper file permissions for source files.
13 years ago
Christian Beier 9f49600787 libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.
13 years ago
Christian Beier 558a58e039 Remove unneeded files concerning CVS.
13 years ago
Vic Lee 030ccf673d Add ARD (Apple Remote Desktop) security type support
13 years ago
Christian Beier 705a5d46e6 Add doxygen documentation support.
14 years ago
Christian Beier 453645a6ea libvncserver cleanup: remove rfbKeyFrame remnants.
14 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Christian Beier 128d06aaaa Only define strncasecmp to _strnicmp when using MS compiler.
14 years ago
Christian Beier 47fc9fdd59 rfb/rfbproto.h: Prefix WORDS_BIGENDIAN when it is defined.
14 years ago
Christian Beier 0797e42a4a IP QoS support in libvncclient.
14 years ago
Christian Beier c0373e9cd4 Non-blocking sockets for Windows.
14 years ago
Vic Lee 68e7696a27 libvncclient: add ipv6 support
14 years ago
Christian Beier 09f7c684a2 Implement a DisplayFinishedHook for libvncserver.
14 years ago
Corentin Chary a34d921571 cmake: fix CMakeLists.txt
14 years ago
Vic Lee a2ad61755f Add UltraVNC Repeater support in libvncclient
14 years ago
Vic Lee b019572e73 Add support for viewers to select security types on demand
15 years ago
Christian Beier 49cdfb4c1f libvncclient: better return value for non-forking listen.
15 years ago
Johannes Schindelin f49a292783 Merge branch 'VeNCrypt'
15 years ago
Vic Lee 29990f0090 Add MSLogon security type
15 years ago
Christian Beier 0a4f1bada4 libvncclient: add a non-forking listen function.
15 years ago
Alexander Dorokhine 62ae6bb7be libvncclient: Add FinishedFrameBufferUpdate callback
15 years ago
Vic Lee 95ae56c831 Add VeNCrypt support in libvncclient
15 years ago
Christian Beier a92f7f46a6 mingw32 crosscompile fixes.
15 years ago
Vic Lee 58a8df6ff2 Add anonymous TLS support in libvncclient
15 years ago
runge 804335f9d2 Thread safety for zrle, zlib, tight.
15 years ago
llyzs 2cd48332e0 Export the functions SupportsClient2Server and SupportsServer2Client
15 years ago
Ben Klopfenstein d7c0b34b62 libvncclient: Unix sockets support by Ben Klopfenstein
15 years ago
dscho 8641c8e7bf Fix compilation in the absence of libjpeg
16 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 059afcdf81 Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)
16 years ago
dscho 09d902c5b7 Add CMake support (thanks to Christian Ehrlicher)
16 years ago
dscho 26b291bf25 rfbclient.h: use 'extern "C"' to make it convenient to include from C++
17 years ago
dscho 1060f747be rfb.h: Do not misplace guards
17 years ago
dscho 14b290384a LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
17 years ago
runge 1f8da9bde3 libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
17 years ago
runge afc931f15d Move our rfbEncodings numbers out of the TightVNC range.
18 years ago
dscho 6dd263946e do not always include rfb/keysym.h
18 years ago
dscho 6cfd9afee9 make cut text handling using a hook
18 years ago
steven_carr 3dff7658dc KeyboardLedState Encoding Masks are now defined for portability
18 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 5865f0c4b7 Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
18 years ago
steven_carr 97fe75fdce KeyboardLedState should be placed in 'various protocol extensions'
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 7602f0e750 libvncclient: support changing of framebuffer size; make SDLvncviewer use it
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
dscho b7a901d78f do not assume that KEYSYM_H guards X11's keysym.h
18 years ago
dscho f52cfa651b add handleEventsEagerly flag (Thanks, Donald)
18 years ago