summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_pool.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-5/+5
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-4/+4
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-191-0/+4
* Revert 290320 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-181-4/+0
* Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."viettrungluu@chromium.org2014-08-181-0/+4
* Revert 289433 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-181-4/+0
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-181-0/+4
* Revert 289433 "Refactor pooling logic into a helper method"rch@chromium.org2014-08-151-4/+0
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-141-0/+4
* Reland 'Fix SPDY error-handling if the connection gets closed just after use.'davidben@chromium.org2014-03-251-5/+4
* Revert of Fix SPDY error-handling if the connection gets closed just after us...vandebo@chromium.org2014-03-211-4/+5
* Fix SPDY error-handling if the connection gets closed just after use.davidben@chromium.org2014-03-211-5/+4
* Remove a bunch of unused network flags.willchan@chromium.org2014-03-011-2/+0
* Close QUIC session when the cert database changesrch@chromium.org2013-11-251-0/+3
* chromeos: Reload certificates when CA certificate is addedspang@chromium.org2013-10-311-1/+1
* [SPDY] Remove most code dealing with credential framesakalin@chromium.org2013-10-291-2/+0
* [SPDY] Send HTTP/2 connection prefix for HTTP/2 connectionsakalin@chromium.org2013-08-011-1/+1
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-2/+6
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-6/+2
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-2/+6
* [SPDY] Make SpdySession not ref-countedakalin@chromium.org2013-07-221-1/+3
* [SPDY] Drop the last reference to a SpdySession from a specific placeakalin@chromium.org2013-07-221-0/+6
* [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPoolakalin@chromium.org2013-07-221-7/+7
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-16/+18
* [SPDY] Make SpdySessionPool keep track of available sessionsakalin@chromium.org2013-07-081-70/+75
* [SPDY] Refactor and clean up SpdySessionPoolakalin@chromium.org2013-07-031-56/+54
* [SPDY] Remove remnants of split SPDY unit testsakalin@chromium.org2013-06-261-14/+0
* Revert 208562 "[SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unit..."akalin@chromium.org2013-06-251-0/+16
* [SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-251-16/+0
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-21/+24
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-031-2/+1
* 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