summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_pool.h
Commit message (Expand)AuthorAgeFilesLines
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-221-2/+2
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-3/+3
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-16/+25
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-101-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-141-0/+2
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-1/+0
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+1
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-1/+6
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-5/+0
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-3/+0
* Change SpdySessionPool to explicitly associate IP pooled sessions with the ma...rch@chromium.org2012-03-141-0/+5
* Pass in SpdySession's BoundNetLog to ResolveHostFromCache, so mmenke@chromium.org2012-03-061-0/+1
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-4/+20
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-4/+4
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-1/+8
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-1/+0
* Revert 100691 - Mark SpdySessionPool as not threadsafedmazzoni@chromium.org2011-09-121-3/+1
* Mark SpdySessionPool as not threadsafekristianm@chromium.org2011-09-121-1/+3
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-081-0/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+2
* Minor cleanup of unit tests for spdy_session_ool.rtenneti@chromium.org2011-07-261-1/+1
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-191-2/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+1
* 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-1/+14
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-191-1/+2
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-131-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-3/+34
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-101-1/+6
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-2/+2
* Prepare for late binding of SpdyHttpStreams.willchan@chromium.org2011-02-251-3/+0
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-3/+6
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-6/+3
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-3/+6
* Add support for testing SPDY with a forced-single-domain mode. This ismbelshe@chromium.org2011-02-221-2/+6
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-1/+1
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-121-0/+4
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-5/+2
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-2/+5
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-5/+2
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-2/+3
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-041-2/+11
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-3/+4
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-6/+5
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-8/+15