summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-221-4/+4
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-7/+6
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-10/+47
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-101-3/+3
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-141-0/+3
* NetLogEventParameter to Callback refactoring 3.mmenke@chromium.org2012-06-131-10/+6
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-3/+3
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-15/+8
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-4/+10
* Turn SPDY NetLog Source references into links onmmenke@chromium.org2012-04-061-5/+5
* Expose a spdy session's pooled aliases in the net-internals page.rch@chromium.org2012-03-141-1/+6
* Change SpdySessionPool to explicitly associate IP pooled sessions with the ma...rch@chromium.org2012-03-141-6/+24
* Pass in SpdySession's BoundNetLog to ResolveHostFromCache, so mmenke@chromium.org2012-03-061-4/+3
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-231-5/+9
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-5/+10
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-081-0/+16
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-6/+3
* Minor cleanup of unit tests for spdy_session_ool.rtenneti@chromium.org2011-07-261-4/+2
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-191-30/+20
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-1/+0
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-011-1/+4
* Speculative fix for bug 80095.willchan@chromium.org2011-06-281-0/+17
* Added a function "void SpdySettingsStorage::Clear()". Added a call to therkn@chromium.org2011-05-231-0/+1
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-131-1/+9
* The IP Aliases table was not being properly cleared when we manually closembelshe@chromium.org2011-04-121-1/+4
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-0/+1
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-22/+192
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-101-0/+6
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-4/+2
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-2/+4
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-4/+2
* Add support for testing SPDY with a forced-single-domain mode. This ismbelshe@chromium.org2011-02-221-14/+23
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-3/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-12/+16
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-121-0/+16
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-1/+1
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-1/+1
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-1/+1
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-6/+7
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-041-1/+10
* Add logging to the spdy session pool.mbelshe@chromium.org2010-08-301-2/+16
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-14/+30
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-22/+30
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-3/+4
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-091-5/+12
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-4/+6
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-7/+8
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-241-6/+8
* SPDY: Minor code cleanup.willchan@chromium.org2010-06-111-1/+3