summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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