summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* SPDY - persist 200 most recently used SPDY settings to perferences file.rtenneti@chromium.org2014-03-181-2/+51
* Relanding 255326 - Implement MRU for AlternateProtocolMap. Persist only the m...rtenneti@chromium.org2014-03-071-2/+59
* Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...rmistry@chromium.org2014-03-061-59/+2
* HttpServerProperties - Implement MRU for AlternateProtocolMap. Persistrtenneti@chromium.org2014-03-061-2/+59
* Add a ClearAlternateProtocol method to HttpServerPropertiesrch@chromium.org2014-03-061-0/+11
* Speculate about the Alternate-Protocol mapping for youtube hosts.rch@chromium.org2014-01-301-0/+22
* [SPDY] Do not advertise SPDY/2 by defaultakalin@chromium.org2013-10-061-9/+9
* [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1akalin@chromium.org2013-10-041-6/+6
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-0/+12
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-3/+3
* SPDY - persist SPDY settings.rtenneti@chromium.org2012-03-241-125/+86
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-51/+51
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-18/+59
* SPDY - enable SPDY/2.1 (flow control).rtenneti@google.com2012-02-161-3/+3
* SPDY - trun off spdy/2.1 by default. It could be enabledrtenneti@chromium.org2012-02-141-3/+3
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-271-4/+4
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-151-6/+124
* Persist Alternate-Protocol.willchan@chromium.org2011-10-121-5/+33
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-12/+82
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+186