summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_handshake.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+3
* Fix websocket key generation algorithm.ukai@chromium.org2010-04-201-5/+5
* Implement new websocket handshake based on draft-hixie-thewebsocketprotocol-76ukai@chromium.org2010-03-261-112/+206
* Refactor WebSocketHandshake out of WebSocket.ukai@chromium.org2010-03-171-0/+209