summaryrefslogtreecommitdiffstats
path: root/libvncserver/ws_decode.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilaton with gcc 4.4.xDRC2018-09-301-2/+2
| | | | | | Closes #204 Signed-off-by: Christian Beier <dontmind@freeshell.org>
* Fixed compilation of websockets on system where there is no implementation ↵Jocelyn Le Sage2017-06-131-3/+0
| | | | of base64 functions.
* remove potential 64 bit len overflow calculationAndreas Weigel2017-05-141-2/+1
|
* add decode support for continuation framesAndreas Weigel2017-05-141-17/+15
| | | | | | use FIN bit and implement opcode 0x00 make consistent use of uint64_t for big frame sizes
* add generation wstest to cmakeAndreas Weigel2017-05-141-7/+0
| | | | | | | | | 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
* add ws_decode testsAndreas Weigel2017-05-141-3/+1
| | | | | | | | | 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
* factor out hybi decode part to make it testableAndreas Weigel2017-05-141-0/+160
remove direct dependency on rfbClientPtr structure in hybi decode function(s)