Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WebSocketBasicStream should ignore empty buffer | ricea@chromium.org | 2013-11-07 | 1 | -0/+3 |
* | WebSocketBasicStream is now not created until after the handshake is | ricea@chromium.org | 2013-11-06 | 1 | -8/+9 |
* | Changes to class hierachy to prepare for WebSocketBasicHandshakeStream. | ricea@chromium.org | 2013-10-23 | 1 | -20/+2 |
* | Retain empty first frames as well as final frames. | ricea@chromium.org | 2013-10-11 | 1 | -3/+5 |
* | Factor out serialized size calculating code from WebSocketBasicStream::WriteF... | tyoshino@chromium.org | 2013-10-11 | 1 | -16/+30 |
* | Most of the WebSocket code does not need to care about the original | ricea@chromium.org | 2013-09-26 | 1 | -59/+213 |
* | WebSocketBasicStream is the basic implementation of the WebSocket protocol over | ricea@chromium.org | 2013-08-30 | 1 | -0/+259 |