Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | websockets: raw body specification | Aldo Cortesi | 2015-05-17 | 1 | -0/+8 |
| | |||||
* | websockets: lINTEGER to specify payload length | Aldo Cortesi | 2015-05-17 | 1 | -0/+8 |
| | |||||
* | websockets: replace the "raw" with a simpler mechanism | Aldo Cortesi | 2015-05-17 | 1 | -2/+9 |
| | | | | | You can now say "knone" to specifiy that no key should be generated under any circumstances. | ||||
* | websockets: client and server flavors, key and mask specification | Aldo Cortesi | 2015-05-16 | 1 | -11/+42 |
| | |||||
* | websockets: mask specification | Aldo Cortesi | 2015-05-16 | 1 | -0/+6 |
| | | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs | ||||
* | websockets: fix actions on frames | Aldo Cortesi | 2015-05-05 | 1 | -0/+1 |
| | |||||
* | websockets: specification of fin, mask, rsv1-3 bits. | Aldo Cortesi | 2015-05-04 | 1 | -4/+28 |
| | |||||
* | websockets: code specification | Aldo Cortesi | 2015-05-03 | 1 | -1/+15 |
| | |||||
* | test coverage: generators and websockets to 100% | Aldo Cortesi | 2015-05-02 | 1 | -9/+14 |
| | |||||
* | tests: extract language.writer and language.websocket | Aldo Cortesi | 2015-05-02 | 1 | -0/+20 |