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 | -7/+27 |
* | Change the WebSocket OpCode constants to an enum | ricea@chromium.org | 2013-05-20 | 1 | -31/+36 |
* | Remove deprecated WebSocketFrameHeader constructor | ricea@chromium.org | 2013-05-17 | 1 | -13/+0 |
* | Add missing status codes to WebSocketError enum. | ricea@chromium.org | 2013-05-07 | 1 | -0/+43 |
* | [chromedriver] Write websocket client and sync websocket client. | kkania@chromium.org | 2012-11-29 | 1 | -6/+6 |
* | Add a function that calculates the size of WebSocket frame header. | yutak@chromium.org | 2012-08-21 | 1 | -4/+10 |
* | Now WebSocketFrameChunk use std::vector<char> to hold payload data. | toyoshim@chromium.org | 2012-08-01 | 1 | -2/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add functions used for building WebSocket frame data. | yutak@chromium.org | 2012-06-12 | 1 | -0/+51 |
* | Add WebSocketFrameParser. | yutak@chromium.org | 2012-05-10 | 1 | -0/+80 |