summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-42/+43
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-39/+28
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-171-7/+7
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-1/+2
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-151-7/+0
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-8/+11
* Send preface-PING message once in 10 secs and send PINGrtenneti@chromium.org2011-11-121-2/+2
* Unittest for SPDY's Failed Ping. A small test to sendrtenneti@chromium.org2011-10-251-3/+101
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-161-3/+140
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-081-0/+106
* 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