summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-313-4/+3
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-227-26/+26
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-222-2/+6
* Add a new set of socket pools for WebSocket connections to HttpNetworkSession.yutak@chromium.org2012-03-172-2/+4
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-153-7/+7
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-122-0/+2
* OnSSLCertificateError delegate chain back to SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-092-0/+10
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-043-63/+1168
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-11/+11
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-171-1/+1
* Remove WebSocketFrameHandler.yutak@chromium.org2012-02-155-421/+49
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-12/+12
* Refactor CookieStore to allow BrowsingDataRemover to depend on it.qsr@chromium.org2011-12-211-0/+5
* 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
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-6/+5
* Convert TestOldCompletionCallback in WebSocketJobTest.yutak@chromium.org2011-12-011-3/+3
* Replace OldCompletionCallback in SocketStream::Delegate.yutak@chromium.org2011-12-014-31/+35
* Replace Callback0::Type and NewCallback() in WebSocketJobTest.yutak@chromium.org2011-11-291-33/+36
* Convert ScopedRunnableMethodFactory in WebSocketJob.yutak@chromium.org2011-11-292-6/+9
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-171-1/+1
* Add OVERRIDE to net/.avi@chromium.org2011-11-162-19/+22
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-1/+0
* 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-283-13/+10
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-014-13/+13
* Make TransportSecurityState not ref-counted for simplicity.phajdan.jr@chromium.org2011-09-271-5/+5
* Fix crash bug at net::WebSocketJob::OnSentData.ukai@chromium.org2011-09-201-2/+5
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-125-9/+9
* WebSocket: Remove obsolete experiments related filestoyoshim@chromium.org2011-08-039-2256/+0
* Remove DCHECK(!headers_.empty()) in WebSocketHandshakeResponseHandlerukai@chromium.org2011-08-031-6/+7
* Apply the asynchronous CookieMonster API to WebsocketJob.ycxiao@chromium.org2011-08-013-39/+104
* Use ScopedRunnableMethodFactory in WebSocketJobukai@chromium.org2011-07-222-5/+13
* 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-222-12/+107
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-182-6/+6
* Define an asynchronous API for CookieStore.ycxiao@chromium.org2011-07-121-1/+30
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-113-62/+362
* Revert 91997 - Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-113-361/+60
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-113-60/+361
* WebSocket: Add connection test on WebSocketJobTesttoyoshim@chromium.org2011-07-061-47/+233
* Do tests in both spdy enabled and disabled configurations.toyoshim@chromium.org2011-07-041-17/+84
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-3/+1
* WebSocket unit test style fix on static const char kFooBar[]toyoshim@chromium.org2011-06-272-58/+75
* Header file which defines unit test's target class should be included at first.toyoshim@chromium.org2011-06-248-8/+16
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+4
* Unit tests for WebSocket uses old callback mechanisms.toyoshim@chromium.org2011-06-171-31/+24
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-164-23/+91
* Add invalid data send check on CONNECTING statetoyoshim@chromium.org2011-06-023-168/+130
* Fix RandUint32 to be uniform.joi@chromium.org2011-05-301-4/+2