summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_basic_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-8/+8
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-5/+5
* Explicitness is no longer needed now that it has 4 arguments.ricea@chromium.org2013-11-071-1/+1
* WebSocketBasicStream is now not created until after the handshake isricea@chromium.org2013-11-061-4/+9
* Changes to class hierachy to prepare for WebSocketBasicHandshakeStream.ricea@chromium.org2013-10-231-12/+0
* Retain empty first frames as well as final frames.ricea@chromium.org2013-10-111-3/+3
* Most of the WebSocket code does not need to care about the originalricea@chromium.org2013-09-261-6/+49
* WebSocketBasicStream is the basic implementation of the WebSocket protocol overricea@chromium.org2013-08-301-0/+129