summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_frame.cc
Commit message (Expand)AuthorAgeFilesLines
* Most of the WebSocket code does not need to care about the originalricea@chromium.org2013-09-261-9/+18
* Change the WebSocket OpCode constants to an enumricea@chromium.org2013-05-201-43/+27
* Add missing status codes to WebSocketError enum.ricea@chromium.org2013-05-071-0/+16
* Optimise MaskWebSocketFramePayload().ricea@chromium.org2012-12-171-8/+76
* Add a function that calculates the size of WebSocket frame header.yutak@chromium.org2012-08-211-13/+20
* Now WebSocketFrameChunk use std::vector<char> to hold payload data.toyoshim@chromium.org2012-08-011-0/+1
* Add functions used for building WebSocket frame data.yutak@chromium.org2012-06-121-0/+130
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-05-131-1/+1
* Add WebSocketFrameParser.yutak@chromium.org2012-05-101-0/+24