summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Speculative fix for SpdySettingsStorage crasher.willchan@chromium.org2010-10-071-1/+123
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-2/+1
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-1/+2
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-2/+1
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-2/+4
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-251-2/+6
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-1/+1
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-181-2/+2
* Implement server push protocol 2.erikchen@google.com2010-08-051-78/+0
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-11/+10
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-6/+2
* Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.erikchen@google.com2010-07-211-46/+6
* Remove hex frames from spdy_session_unittest.ccmlloyd@chromium.org2010-07-121-27/+10
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-2/+4
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-4/+3
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-7/+7
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-7/+7
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-7/+7
* cleaned up the way that streams close so that all of them use DeleteStreamerikchen@google.com2010-06-151-117/+0
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+1
* Refactor SpdyStream.ukai@chromium.org2010-06-141-9/+10
* Make SpdySessionPool observe network changes.willchan@chromium.org2010-06-071-1/+1
* SPDY: Fix stream cancellation during ReadResponseBody() callback.willchan@chromium.org2010-06-071-0/+119
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-0/+1
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-0/+1
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-1/+0
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-121-5/+8
* Fix valgrind memcheck issues with GetPushStream unit test.cbentzel@chromium.org2010-05-101-1/+11
* Disable SpdySessionTest.GetPushStream due to valgrind failures.cbentzel@chromium.org2010-05-041-1/+1
* Unit test for server push and GetPushStream.cbentzel@chromium.org2010-05-041-2/+86
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-1/+1
* SPDY: Fix unittest-only leak.willchan@chromium.org2010-04-211-0/+5
* Fix crash on IP address change.willchan@chromium.org2010-04-191-1/+4
* SPDY: Remove invalid DCHECK.willchan@chromium.org2010-04-191-0/+5
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-4/+1
* SPDY: Basic peer GoAway frame support.willchan@chromium.org2010-03-101-1/+86
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-8/+8
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-0/+56