summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_handshake_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3toyoshim@chromium.org2012-08-141-147/+0
* WebSocket over SPDY: implement opening handshake to conform the draft spec 8toyoshim@chromium.org2012-07-121-169/+37
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-5/+5
* WebSocket unit test style fix on static const char kFooBar[]toyoshim@chromium.org2011-06-271-29/+29
* Header file which defines unit test's target class should be included at first.toyoshim@chromium.org2011-06-241-1/+2
* Accept new WebSocket handshake format (hybi-04 and later).yutak@chromium.org2011-05-061-2/+344
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Fix integer underflow in ParseHandshakeHeader in websocket_handshake_handler.ccukai@chromium.org2010-07-061-4/+28
* Add Spdy support in WebSocketHandshake*Handlerukai@chromium.org2010-06-291-1/+145
* Implement WebSocketHandshake*Handler to support Http{Request,Response}Info.ukai@chromium.org2010-06-081-0/+84
* Refactor WebSocket handshake.ukai@chromium.org2010-06-031-0/+152