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
*
`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