summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_handshake_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3toyoshim@chromium.org2012-08-141-11/+53
* WebSocket over SPDY: implement opening handshake to conform the draft spec 8toyoshim@chromium.org2012-07-121-63/+37
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-5/+5
* Remove DCHECK(!headers_.empty()) in WebSocketHandshakeResponseHandlerukai@chromium.org2011-08-031-6/+7
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-4/+4
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-3/+1
* Accept new WebSocket handshake format (hybi-04 and later).yutak@chromium.org2011-05-061-53/+170
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-11/+11
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-0/+2
* Add WebSocket handshake message in net_logukai@chromium.org2010-08-121-0/+6
* 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-5/+15
* Add Spdy support in WebSocketHandshake*Handlerukai@chromium.org2010-06-291-12/+104
* Implement WebSocketHandshake*Handler to support Http{Request,Response}Info.ukai@chromium.org2010-06-081-29/+74
* Refactor WebSocket handshake.ukai@chromium.org2010-06-031-0/+277