index
:
libtdevnc
master
r14.1.x
Shared TDE VNC library sources
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvncserver
/
websockets.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wmisleading-indentation warnings
Remi Gacogne
2018-11-28
1
-4
/
+7
*
websockets: remove Flash fallback
Christian Beier
2018-10-01
1
-10
/
+0
*
Fixed compilation of websockets on system where there is no implementation of...
Jocelyn Le Sage
2017-06-13
1
-4
/
+4
*
Merge pull request #158 from kempniu/gtk-vnc-0.7.0-compat
Christian Beier
2017-05-15
1
-1
/
+4
|
\
|
*
Ensure compatibility with gtk-vnc 0.7.0+
Michał Kępień
2017-02-14
1
-1
/
+4
*
|
websockets: restore webSocketCheckDisconnect() to keep API compatibility
Christian Beier
2017-05-14
1
-0
/
+11
*
|
add decode support for continuation frames
Andreas Weigel
2017-05-14
1
-2
/
+1
*
|
remove Hixie-specific MD5 and check functions
Andreas Weigel
2017-05-14
1
-63
/
+0
*
|
add ws_decode tests
Andreas Weigel
2017-05-14
1
-20
/
+2
*
|
remove obsolete hixie protocol support
Andreas Weigel
2017-05-14
1
-246
/
+51
*
|
factor out hybi decode part to make it testable
Andreas Weigel
2017-05-14
1
-580
/
+23
*
|
fix overflow and refactor websockets decode (Hybi)
Andreas Weigel
2017-05-14
1
-132
/
+463
|
/
*
Various #ifdef fixes to allow building with MSVC2014
Christian Beier
2017-01-28
1
-3
/
+17
*
Make websockets code build on OSX without SSL.
Christian Beier
2016-12-30
1
-0
/
+13
*
Use unprefixed b64_* functions in websockets code.
Christian Beier
2016-12-30
1
-5
/
+5
*
websockets: Don't supply Sec-WebSocket-Protocol if not in request
Kyle Russell
2016-12-08
1
-2
/
+11
*
fix for issue 81
plettix
2015-07-07
1
-15
/
+17
*
Fix handling of multiple VNC commands per websockets frame
Floris Bos
2015-01-17
1
-0
/
+13
*
`strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...
Daniel Cohen Gindi
2014-09-20
1
-1
/
+4
*
Set opcode correctly for binary frames.
Joel Martin
2013-02-27
1
-0
/
+1
*
Work around a gcc bug with anonymous structs and unions.
Raphael Kubo da Costa
2012-09-14
1
-10
/
+15
*
Add the required headers for read(2)
Raphael Kubo da Costa
2012-09-14
1
-0
/
+5
*
Use htobeNN(3) to convert numbers in websocket.c.
Raphael Kubo da Costa
2012-09-14
1
-14
/
+11
*
Tune the definitions needed when building with -ansi.
Raphael Kubo da Costa
2012-09-14
1
-1
/
+0
*
Add some missing feature macro definitions.
Raphael Kubo da Costa
2012-09-14
1
-0
/
+5
*
Use C-style comments in rfbconfig.h.cmake and C source code.
Raphael Kubo da Costa
2012-09-14
1
-1
/
+1
*
Correctly include rfbconfig.h.
Raphael Kubo da Costa
2012-09-14
1
-1
/
+1
*
Fix some compiler warnings thrown with newer gcc.
Christian Beier
2012-04-25
1
-2
/
+3
*
websockets: removed debug message
Gernot Tenchio
2012-01-12
1
-1
/
+1
*
websockets: restore errno after logging an error
Gernot Tenchio
2012-01-12
1
-6
/
+17
*
Add support for different crypto implementations
Gernot Tenchio
2011-09-19
1
-32
/
+19
*
Update AUTHORS regarding the websocket guys.
Christian Beier
2011-09-19
1
-0
/
+0
*
websocket: Use a single buffer for both, encoding and decoding
Gernot Tenchio
2011-09-08
1
-16
/
+15
*
Merge branch 'kanaka/websockets' into websockets
Gernot Tenchio
2011-08-30
1
-197
/
+135
|
\
|
*
websockets: fix webSocketCheckDisconnect()
Gernot Tenchio
2011-08-30
1
-1
/
+1
|
*
websockets: use 32bit Xor in webSocketsDecodeHybi()
Gernot Tenchio
2011-08-29
1
-5
/
+10
|
*
Add sha1.*. Remove UTF-8 encode. Protocol handling.
Joel Martin
2011-08-25
1
-175
/
+125
*
|
websockets: nothing to worry about
Gernot Tenchio
2011-08-25
1
-4
/
+5
*
|
websockets: added gcrypt based sha1 digest funtion
Gernot Tenchio
2011-08-25
1
-0
/
+15
|
/
*
websockets: Removed debugging left over
Gernot Tenchio
2011-08-25
1
-1
/
+1
*
websockets: Use callback functions for encode/decode
Gernot Tenchio
2011-08-25
1
-17
/
+32
*
websockets: Move Hixie disconnect hack to websockets.c
Gernot Tenchio
2011-08-25
1
-9
/
+75
*
websockets: Initial HyBi support
Gernot Tenchio
2011-08-25
1
-41
/
+389
*
websockets: Add wspath member to rfbClientRec
Gernot Tenchio
2011-08-17
1
-0
/
+1
*
websockets: Add encryption support
Gernot Tenchio
2011-08-17
1
-12
/
+37
*
websockets: Properly parse Hixie-76 handshake.
Joel Martin
2011-08-17
1
-21
/
+28
*
websockets: Add UTF-8 encoding support.
Joel Martin
2011-08-17
1
-38
/
+68
*
websockets: Initial WebSockets support.
Joel Martin
2011-08-17
1
-0
/
+448