Commit Graph

1575 Commits (4d3c7dfc044ead78e1ea99d05034451c6c125eb2)
 

Author SHA1 Message Date
Christian Beier 4d3c7dfc04
CMake: look for SDL2 instead of SDL
6 years ago
Christian Beier 436a047f56
SDLvncviewer: add a very simple GetCredentials callback
6 years ago
Christian Beier 1781ecda34
CMake: add a LIBVNCSERVER_HAVE_GNUTLS #define
6 years ago
Christian Beier e775aec64e
build: decouple GnuTLS|OpenSSL detection from WebSockets support
6 years ago
Christian Beier 3c05dd565e
crypto: remove polarssl wrapper
6 years ago
Christian Beier a2ebdf46cc
CMake: declare that websockets depend on crypto
6 years ago
Christian Beier 49f1d8de47
build: remove LIBVNCSERVER_WITH_CLIENT_TLS #define
6 years ago
Christian Beier 85fb69515c
crypto: move to common
6 years ago
Christian Beier 161e7cab02
Merge pull request #235 from eddiejames/master
6 years ago
Eddie James dd873fce45 Tight: export SendCompressedData and SendTightHeader functions
6 years ago
Christian Beier a67e22dd1f
AppVeyorCI: remove unused statements
6 years ago
Christian Beier 84dee73eee
AppVeyorCI: remove Visual Studio 2013 as it somehow got broken at AppVeyor's side
6 years ago
Christian Beier 127b44ca0e
README: remove reference to functions not existing anymore
6 years ago
Christian Beier b997331e52
Merge pull request #215 from BastiaanOlij/fix_nozlib_compile_error
6 years ago
Christian Beier 5c0ff7e072
CMake: require FFMPEG version >= 3.1.0
6 years ago
Christian Beier 7e7103071b
AppVeyorCI: build with Visual Studio 2017 as well
6 years ago
Christian Beier f23248a415
rfbserver: fix a typo
6 years ago
Christian Beier 449cbe9028
rfbserver: get rid of inttypes.h again
6 years ago
Christian Beier b0c77391e6
Merge branch 'clientcuttext' of https://github.com/ppisar/libvncserver into ppisar-clientcuttext
6 years ago
Christian Beier 078590786c
libvncclient/sasl: prefix the header guard (again) to fix a warning
6 years ago
Christian Beier 71c3215d8f
SDLvncviewer: enable the X11 clipboard if X11 was found
6 years ago
Christian Beier c49204c815
androidvncserver: fix print_usage and a compiler warning
6 years ago
Christian Beier 8d4d021966
androidvncserver: add some boilerplate comment that should have been in the 1st code drop
6 years ago
Christian Beier c7c18332c8
androidvncserver: fix a quite serious typo
6 years ago
Petr Písař 28afb6c537 Limit client cut text length to 1 MB
6 years ago
Christian Beier 020c30f63d
AppVeyorCI: set path to devenv tool based on environment
6 years ago
Christian Beier f84d90c9e8
androidvncserver: remove keycodes not in NDK anymore
6 years ago
Bastiaan Olij c5b8763b61 Moved undef of REALBPP down
6 years ago
Christian Beier d34c7b07ac
Merge pull request #203 from dcommander/turbovnc-client
6 years ago
DRC d7b14624cb Include Tight decoding optimizations from TurboVNC
6 years ago
Christian Beier ccd7208cf3
Merge pull request #197 from wwqwwqwd/master
6 years ago
Wiki Wang beb82f8dde Add trle decoder
7 years ago
Christian Beier 6814e946e0
libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of other files
7 years ago
Christian Beier df11e806a3
Move HAVE_SASL #ifdefs into header file to have less LOC
7 years ago
Christian Beier 666f37efc0
Fix building whithout SASL
7 years ago
Christian Beier 98e1be528f
Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simonwaterman-sasl2
7 years ago
Christian Beier 1155edec9e Merge pull request #188 from Cordius/master
7 years ago
Wu Zongyong 2c2f103304 fix: the function should not return a value
7 years ago
simon cb4e15c1ae Added SASL authentication support
7 years ago
Christian Beier 7362db632a Merge pull request #161 from jlesage/master-base64-compat
7 years ago
Jocelyn Le Sage e8a1ca2035 Fixed compilation of websockets on system where there is no implementation of base64 functions.
7 years ago
Christian Beier ada4b4fc5a Merge pull request #158 from kempniu/gtk-vnc-0.7.0-compat
7 years ago
Christian Beier 051fe2a009
websockets: hide decode debug output per default
7 years ago
Christian Beier 0e76b289c8
websockets: only build tests for a websockets-enabled build
7 years ago
Christian Beier f48921becf
websockets: restore webSocketCheckDisconnect() to keep API compatibility
7 years ago
Andreas Weigel ef8d2852f5
remove potential 64 bit len overflow calculation
7 years ago
Andreas Weigel 5d9d6a8712
add decode support for continuation frames
7 years ago
Andreas Weigel 8fefdcde27
fix problems in test and requests for cmake build
7 years ago
Andreas Weigel a90a43cda5
remove Hixie-specific MD5 and check functions
7 years ago
Andreas Weigel 826e0f9e39
add generation wstest to cmake
7 years ago