Commit Graph

61 Commits (d34c7b07aca7a8c7cd0ea0fb41971992e5dc4670)

Author SHA1 Message Date
DRC d7b14624cb Include Tight decoding optimizations from TurboVNC
6 years ago
Christian Beier 98e1be528f
Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simonwaterman-sasl2
7 years ago
simon cb4e15c1ae Added SASL authentication support
7 years ago
simon 2c87a631fa X509 certificate verification for OpenSSL
7 years ago
Christian Beier 80ad74f761
Fix building for Android and add build instructions to README
7 years ago
Christian Beier e03b5750f8
Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ldmnyblzs-circle
7 years ago
Christian Beier dede3aea22 Fix LibVNCClient compilation with MSVC 2014
7 years ago
Balazs Ludmany a01a18df1d Add function pointers for every type of rectangle
8 years ago
Christian Beier c4721ae493 Fix rfbClientSwap64IfLE broken in fe7df89fb1
8 years ago
Christian Beier 6f4f31fe93 Merge pull request #84 from plettix/master
8 years ago
gbdj 1da7872784 libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection by mutex. Fix upstream issue #100
8 years ago
Christian Beier 9d4cb568b7 Be a bit clearer with the cursorshape documentation for libvncclient.
9 years ago
Christian Beier 4665af4950 Properly document HandleCursorShape and GotCursorShapeProc.
9 years ago
plettix fe7df89fb1 shift fixes - if an integer is a negative number then the return value of "Swap32IfLE" was -1
9 years ago
Daniel Cohen Gindi 901eba9f46 Generally adjusting headers for compiling on windows without the mixing of Winsock 1 and 2.
10 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
Christian Beier 77286f0831 LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
12 years ago
Christian Beier 75bfb1f5d3 IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capable.
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
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 705a5d46e6 Add doxygen documentation support.
14 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Christian Beier 0797e42a4a IP QoS support in libvncclient.
14 years ago
Vic Lee 68e7696a27 libvncclient: add ipv6 support
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
Vic Lee 58a8df6ff2 Add anonymous TLS support in libvncclient
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 26b291bf25 rfbclient.h: use 'extern "C"' to make it convenient to include from C++
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
dscho 6cfd9afee9 make cut text handling using a hook
18 years ago
steven_carr ccdbe8f325 The great UltraVNC Compatibility Commit
18 years ago
steven_carr 5865f0c4b7 Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
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 61204490ce plug memory leaks
19 years ago