Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compilation of websockets on system where there is no implementation of... | Jocelyn Le Sage | 2017-06-13 | 1 | -1/+2 |
* | websockets: hide decode debug output per default | Christian Beier | 2017-05-15 | 1 | -32/+41 |
* | remove potential 64 bit len overflow calculation | Andreas Weigel | 2017-05-14 | 1 | -36/+30 |
* | add decode support for continuation frames | Andreas Weigel | 2017-05-14 | 1 | -27/+110 |
* | add generation wstest to cmake | Andreas Weigel | 2017-05-14 | 1 | -18/+26 |
* | add ws_decode tests | Andreas Weigel | 2017-05-14 | 1 | -18/+38 |
* | factor out hybi decode part to make it testable | Andreas Weigel | 2017-05-14 | 1 | -0/+448 |