Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Most of the WebSocket code does not need to care about the original | ricea@chromium.org | 2013-09-26 | 1 | -9/+18 |
* | Change the WebSocket OpCode constants to an enum | ricea@chromium.org | 2013-05-20 | 1 | -43/+27 |
* | Add missing status codes to WebSocketError enum. | ricea@chromium.org | 2013-05-07 | 1 | -0/+16 |
* | Optimise MaskWebSocketFramePayload(). | ricea@chromium.org | 2012-12-17 | 1 | -8/+76 |
* | Add a function that calculates the size of WebSocket frame header. | yutak@chromium.org | 2012-08-21 | 1 | -13/+20 |
* | Now WebSocketFrameChunk use std::vector<char> to hold payload data. | toyoshim@chromium.org | 2012-08-01 | 1 | -0/+1 |
* | Add functions used for building WebSocket frame data. | yutak@chromium.org | 2012-06-12 | 1 | -0/+130 |
* | Coverity: Initialize a member variable. | jhawkins@chromium.org | 2012-05-13 | 1 | -1/+1 |
* | Add WebSocketFrameParser. | yutak@chromium.org | 2012-05-10 | 1 | -0/+24 |