summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_basic_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* WebSocketBasicStream should ignore empty bufferricea@chromium.org2013-11-071-0/+3
* WebSocketBasicStream is now not created until after the handshake isricea@chromium.org2013-11-061-8/+9
* Changes to class hierachy to prepare for WebSocketBasicHandshakeStream.ricea@chromium.org2013-10-231-20/+2
* Retain empty first frames as well as final frames.ricea@chromium.org2013-10-111-3/+5
* Factor out serialized size calculating code from WebSocketBasicStream::WriteF...tyoshino@chromium.org2013-10-111-16/+30
* Most of the WebSocket code does not need to care about the originalricea@chromium.org2013-09-261-59/+213
* WebSocketBasicStream is the basic implementation of the WebSocket protocol overricea@chromium.org2013-08-301-0/+259