Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize usage of virtual/override/final in net/ | dcheng | 2014-10-21 | 1 | -8/+8 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -5/+5 |
* | Explicitness is no longer needed now that it has 4 arguments. | ricea@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | WebSocketBasicStream is now not created until after the handshake is | ricea@chromium.org | 2013-11-06 | 1 | -4/+9 |
* | Changes to class hierachy to prepare for WebSocketBasicHandshakeStream. | ricea@chromium.org | 2013-10-23 | 1 | -12/+0 |
* | Retain empty first frames as well as final frames. | ricea@chromium.org | 2013-10-11 | 1 | -3/+3 |
* | Most of the WebSocket code does not need to care about the original | ricea@chromium.org | 2013-09-26 | 1 | -6/+49 |
* | WebSocketBasicStream is the basic implementation of the WebSocket protocol over | ricea@chromium.org | 2013-08-30 | 1 | -0/+129 |