summaryrefslogtreecommitdiffstats
path: root/libvncserver/ws_decode.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation of websockets on system where there is no implementation of...Jocelyn Le Sage2017-06-131-1/+2
* websockets: hide decode debug output per defaultChristian Beier2017-05-151-32/+41
* remove potential 64 bit len overflow calculationAndreas Weigel2017-05-141-36/+30
* add decode support for continuation framesAndreas Weigel2017-05-141-27/+110
* add generation wstest to cmakeAndreas Weigel2017-05-141-18/+26
* add ws_decode testsAndreas Weigel2017-05-141-18/+38
* factor out hybi decode part to make it testableAndreas Weigel2017-05-141-0/+448