Commit Graph

7 Commits (25d23bd00b3a9cd7e95ce2635c5999b95ba9fdfb)

Author SHA1 Message Date
Jocelyn Le Sage e8a1ca2035 Fixed compilation of websockets on system where there is no implementation of base64 functions. 8 years ago
Christian Beier 051fe2a009
websockets: hide decode debug output per default 8 years ago
Andreas Weigel ef8d2852f5
remove potential 64 bit len overflow calculation 8 years ago
Andreas Weigel 5d9d6a8712
add decode support for continuation frames
use FIN bit and implement opcode 0x00

make consistent use of uint64_t for big frame sizes
8 years ago
Andreas Weigel 826e0f9e39
add generation wstest to cmake
add wstestdata.c, because the python data generation script has too many
dependencies

remove some redundance from jpeg test creation

add support for decoding close messages
8 years ago
Andreas Weigel f19d6ee225
add ws_decode tests
modify automake to include ws_decode test

add python frame generator for decode tests

modify configure to only include ws_decode test if preconditions are
fulfilled
8 years ago
Andreas Weigel bcefa591cd
factor out hybi decode part to make it testable
remove direct dependency on rfbClientPtr structure in hybi decode
function(s)
8 years ago