summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a new Net.AlternateProtocolUsage for tracking usage of Alternate-Protocol.rch@chromium.org2014-04-111-0/+5
* SPDY - persist 200 most recently used SPDY settings to perferences file.rtenneti@chromium.org2014-03-181-8/+21
* Relanding 255326 - Implement MRU for AlternateProtocolMap. Persist only the m...rtenneti@chromium.org2014-03-071-21/+39
* Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...rmistry@chromium.org2014-03-061-36/+20
* HttpServerProperties - Implement MRU for AlternateProtocolMap. Persistrtenneti@chromium.org2014-03-061-20/+36
* Add a ClearAlternateProtocol method to HttpServerPropertiesrch@chromium.org2014-03-061-0/+5
* Speculate about the Alternate-Protocol mapping for youtube hosts.rch@chromium.org2014-01-301-2/+61
* Save the clients RTT estimate to the HTTP server properties and send itrch@chromium.org2014-01-271-0/+17
* Fix some WeakPtrFactory members that aren't lastdmichael@chromium.org2013-10-081-3/+3
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+6
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-1/+1
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Detect QUIC connection errors and add a test to verify that the alternate pro...rch@chromium.org2013-05-031-1/+1
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-1/+6
* SPDY - persist SPDY settings.rtenneti@chromium.org2012-03-241-42/+11
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-14/+14
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-3/+24
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-1/+62
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-62/+1
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-071-1/+62
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-0/+49
* Persist Alternate-Protocol.willchan@chromium.org2011-10-121-1/+14
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-25/+112
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+93