Commit Graph

337 Commits (5d84ade49223b7f8f7667152677e8642b4608c57)

Author SHA1 Message Date
Remi Gacogne 716bd27235
Fix -Wmisleading-indentation warnings
5 years ago
Christian Beier 1452b9a6ae
Merge pull request #259 from veyon/cursor-shift
5 years ago
Tobias Junghans 2411769962 LibVNCServer: properly use thread-local storage
5 years ago
Christian Beier aa8a1aa768
Add SSL options to rfbUsage output
5 years ago
Christian Beier 162d716b4c
Merge branch 'fix-#242'
5 years ago
Christian Beier 495ffa3f3a
tightvnc-filetransfer: do not close stuff from within a thread
5 years ago
Tobias Junghans 09b2ed4381 Undef error codes before redefining them for WSA
5 years ago
Tobias Junghans c422847e2c LibVNCClient: fix integer shifts for cursor colors
5 years ago
Christian Beier 2d939267a1
tightvnc-filetransfer: when creating a new download thread, make sure the previous one ends
6 years ago
Christian Beier 73cb96fec0
tightvnc-filetransfer: wait for download thread end in CloseUndoneFileDownload()
6 years ago
Christian Beier f8912fee5a
tightvnc-filetransfer: refactor CloseUndoneFileTransfer() into two functions
6 years ago
Christian Beier 89419fb1a0
tightvnc-filetransfer: tie the download thread to the control structure
6 years ago
Christian Beier ca2a5ac02f
tightvnc-filetransfer: fix heap use-after-free
6 years ago
Christian Beier 502821828e
LibVNCServer: fix heap out-of-bound write access
6 years ago
Christian Beier 459046efc0
websockets: remove Flash fallback
6 years ago
Christian Beier de3a2f46b5
httpd: send proper MIME type for Javascript files
6 years ago
DRC 7063f607e4
Fix compilaton with gcc 4.4.x
6 years ago
Christian Beier 85fb69515c
crypto: move to common
6 years ago
Eddie James dd873fce45 Tight: export SendCompressedData and SendTightHeader functions
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
Petr Písař 28afb6c537 Limit client cut text length to 1 MB
6 years ago
Wu Zongyong 2c2f103304 fix: the function should not return a value
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 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 a90a43cda5
remove Hixie-specific MD5 and check functions
7 years ago
Andreas Weigel 826e0f9e39
add generation wstest to cmake
7 years ago
Andreas Weigel f19d6ee225
add ws_decode tests
7 years ago
Andreas Weigel a2322e7006
remove obsolete hixie protocol support
7 years ago
Andreas Weigel bcefa591cd
factor out hybi decode part to make it testable
7 years ago
Andreas Weigel aac95a9dcf
fix overflow and refactor websockets decode (Hybi)
7 years ago
Lioncash c550e1ac69 font: Fix a small resource leak in a failure case in rfbLoadConsoleFont()
7 years ago
Christian Beier 6cb0522ecb rfbInitServer: only init Winsock once
7 years ago
Christian Beier 5935c1be4f Add an rfbLogPError that shows something on WIN32
7 years ago
Christian Beier 9ac695a4b9 Merge pull request #156 from The-42/drop-autotools
7 years ago
Christian Beier 425e24196b
Fix building in C89 mode
7 years ago
Michał Kępień 75f04c14e4 Ensure compatibility with gtk-vnc 0.7.0+
7 years ago
Bert van Hall fe94339587 drop autotools
7 years ago
Christian Beier c5297bd47d
Fix building websockets with GnuTLS.
7 years ago
Christian Beier 2300efd396 Fix typo
7 years ago
Christian Beier c36147390e Fix websockets building
7 years ago
Christian Beier 7368417239 Various #ifdef fixes to allow building with MSVC2014
7 years ago
Christian Beier 1d1d2090b7 Make websockets code build on OSX without SSL.
7 years ago
Christian Beier 16cf35b2bf
Use unprefixed b64_* functions in websockets code.
7 years ago
Christian Beier 78b101f09d
LibVNCServer: fix starting of an onHold-client in threaded mode.
7 years ago
Kyle Russell aed23ae5c3 websockets: Don't supply Sec-WebSocket-Protocol if not in request
7 years ago