summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-191-4/+11
* Changed calls to the "SettingsFlagsAndId" constructor to take 0. This should ...rkn@chromium.org2011-06-201-3/+3
* Added a function "void SpdySettingsStorage::Clear()". Added a call to therkn@chromium.org2011-05-231-0/+43
* The IP Aliases table was not being properly cleared when we manually closembelshe@chromium.org2011-04-121-5/+21
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-25/+46
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-5/+6
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-0/+103
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-151-4/+4
* Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-4/+4
* Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-4/+4
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-15/+12
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-12/+15
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-15/+12
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-0/+1
* Make sure to send the SpdySettings frame as soon as possible.willchan@chromium.org2010-11-191-2/+65
* Fix SPDY crash on race when canceling a stream that just got created.willchan@chromium.org2010-11-181-0/+89
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* 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