Commit Graph

1595 Commits (c3115350eb8bb635d0fdb4dbbb0d0541f38ed19c)
 

Author SHA1 Message Date
Christian Beier c3115350eb
LibVNCClient: fix possible infinite loop
6 years ago
Christian Beier 2f5b2ad1c6
LibVNCClient: don't leak uninitialised memory to remote
6 years ago
Christian Beier 8b06f835e2
When connecting to a repeater, only send initialised string
6 years ago
Christian Beier 5f3ea4e53d
CMake: build the repeater example as well
6 years ago
Christian Beier e611616723
Remove the turbojpeg.h dependency from public headers
6 years ago
Christian Beier 5c968dd8a4 CMake: fix build error that occured on Windows with CMake 3.12
6 years ago
Christian Beier 587555c12a AppVeyorCI: print CMake version
6 years ago
Christian Beier 77dce5b6af
CMake: only do jpeg-turbo tests if a libjpeg was found
6 years ago
Christian Beier d6c907ffbc
Remove .gitignore obsoleted by CMake
6 years ago
Christian Beier 79516a6aa3
CMake: make get_link_libraries() not crash when there are no linked libraries at all
6 years ago
Christian Beier 474f64e5db
SDLvncviewer: work around SDL_TEXTINPUT not generating chars with CTRL down
6 years ago
Christian Beier 97c9b6c5d7
SDLvncviewer: handle mouse wheel events
6 years ago
Christian Beier b0957702a8
SDLvncviewer: adhere to C89
6 years ago
Christian Beier a2b5284e07
SDLvncviewer: implement Unicode input handling
6 years ago
Christian Beier 19660ff64d
TravisCI: install SDL2 dev packages for OSX as well
6 years ago
Christian Beier b917d8f236
TravisCI: install SDL2 dev packages
6 years ago
Christian Beier c562ed4b99
SDLvncviewer: remove obsolete video scaling code
6 years ago
Christian Beier bfdb850bfb
SDLvncviewer: use SDL2 for clipboard handling
6 years ago
Christian Beier 8f1b565dbe
SDLvncviewer: make input work with SDL2
6 years ago
Christian Beier 65126b5826
SDLvncviewer: make display work with SDL2
6 years ago
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