summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support HttpOnly cookie on Web Socketukai@chromium.org2010-03-011-0/+378