summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job.cc
Commit message (Expand)AuthorAgeFilesLines
* WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3toyoshim@chromium.org2012-08-141-2/+6
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-181-2/+2
* NetLogEventParameter to Callback refactoring 8.mmenke@chromium.org2012-06-141-4/+3
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-2/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-2/+2
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-1/+1
* OnSSLCertificateError delegate chain back to SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-091-0/+6
* Remove WebSocketFrameHandler.yutak@chromium.org2012-02-151-67/+44
* Initialize protocol_version to Unknown.rtenneti@chromium.org2011-12-201-1/+2
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-1/+3
* Replace OldCompletionCallback in SocketStream::Delegate.yutak@chromium.org2011-12-011-14/+13
* Convert ScopedRunnableMethodFactory in WebSocketJob.yutak@chromium.org2011-11-291-5/+8
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-4/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Fix crash bug at net::WebSocketJob::OnSentData.ukai@chromium.org2011-09-201-2/+5
* Apply the asynchronous CookieMonster API to WebsocketJob.ycxiao@chromium.org2011-08-011-33/+51
* Use ScopedRunnableMethodFactory in WebSocketJobukai@chromium.org2011-07-221-5/+11
* Check socket_ is not NULL.ukai@chromium.org2011-07-221-1/+5
* Introduce a new connection test which verify WebSocket and SPDY connection se...toyoshim@chromium.org2011-07-221-0/+4
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-111-38/+144
* Revert 91997 - Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-111-144/+38
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-111-38/+144
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-161-12/+57
* Add invalid data send check on CONNECTING statetoyoshim@chromium.org2011-06-021-0/+4
* Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDYtoyoshim@chromium.org2011-05-261-0/+7
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-34/+12
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+1
* Accept new WebSocket handshake format (hybi-04 and later).yutak@chromium.org2011-05-061-0/+2
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-061-19/+5
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-3/+6
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-6/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-3/+6
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-7/+8
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-3/+4
* Add WebSocket handshake message in net_logukai@chromium.org2010-08-121-0/+9
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+2
* Ignore OnConnected event if the job state is already CLOSED.ukai@chromium.org2010-06-291-0/+2
* Check state in SocketStream delegate methods.ukai@chromium.org2010-06-171-0/+11
* Refactor WebSocket handshake.ukai@chromium.org2010-06-031-189/+51
* Fix regression of websocket/tests/simple-stress.htmlukai@chromium.org2010-06-011-4/+16
* Factor out WebSocket frame handler out of WebSocketJob.ukai@chromium.org2010-06-011-35/+139
* Fix WebSocketJob to pass /key_3/ after handshake request header.ukai@chromium.org2010-03-301-5/+9
* Use FilterHeaders() instead of HttpUtil::StripHeaders().ukai@chromium.org2010-03-251-5/+57
* Try to fix flaky websocket tests again.ukai@chromium.org2010-03-231-30/+29
* Revert 42074 - Try to fix flaky websocket tests.amit@chromium.org2010-03-191-25/+30
* Try to fix flaky websocket tests.ukai@chromium.org2010-03-191-30/+25
* Refactor WebSocket throttling feature.ukai@chromium.org2010-03-171-0/+73
* Fix crash in ExtensionApiTest.FLAKY_WebSocketukai@chromium.org2010-03-011-1/+2