summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [AltSvc] Save expiration as int64 string instead of double.bnc2015-08-131-12/+105
* Add expiration to AlternativeServiceInfo.bnc2015-07-281-22/+28
* Do not return alternative services equivalent to the origin in GetAlternative...bnc2015-07-231-3/+3
* Stop using SPDY/3 in tests.bnc2015-07-201-4/+4
* s/NPN_SPDY_4/NPN_HTTP_2/gbnc2015-07-081-9/+9
* Implement multiple alternative services per origin.bnc2015-07-081-46/+113
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-3/+4
* HttpServerProperties - Don't persist if SetSupportsQuic is called withrtenneti2015-06-101-0/+2
* HttpServerProperties - Don't persist if SetServerNetworkStats is calledrtenneti2015-06-051-0/+2
* HttpServerProperties - Don't persist if ConfirmAlternativeService isrtenneti2015-06-051-0/+46
* HttpServerProperties - Don't persist if ClearAlternativeService isrtenneti2015-06-051-0/+21
* HttpServerProperties - Don't persist if SetSupportsSpdy is called withrtenneti2015-06-051-0/+2
* HttpServerProperties - Don't persist if SetAlternativeService is calledrtenneti2015-06-041-1/+36
* Stop including ip_address_number.h from net_util.heroman2015-06-031-0/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* HttpServerProperties - Track UpdatePrefs callers. In offical builds, onrtenneti2015-05-121-0/+6
* Update {virtual,override} to follow C++11 style in net.nick2015-04-231-5/+3
* s/NPN_SPDY_3/NPN_SPDY_4/g in tests.bnc2015-04-031-9/+9
* Introduce AlternativeServiceInfo.bnc2015-03-311-60/+61
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-201-11/+15
* Make GetAlternateProtocol return AlternativeService.bnc2015-03-171-25/+24
* Add HttpServerPropertiesManagerTest.UpdateCacheWithPrefs.bnc2015-02-051-0/+59
* Make HttpServerProperties::GetSupportsQuic not host-specific.rch2015-02-041-58/+35
* Remove HasAlternateProtocol().bnc2015-02-031-20/+18
* Fix bug where requests to QUIC servers were throttled by the resource scheduler.rch2015-01-301-8/+13
* Lint.bnc2015-01-301-10/+9
* QUIC - Persist MRU 200 server's srtt (smoothed_rtt) of ServerNetworkStatsrtenneti2015-01-061-81/+133
* QUIC - fix reading of "supports_quic" server property from prefs file ifrtenneti2015-01-051-0/+65
* Make HttpServerPropertiesManager's port checking more robust.mmenke2014-11-181-0/+89
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-2/+2
* QUIC - Always pesist 1000 MRU alternate protocols to preferences file.rtenneti2014-10-241-2/+1
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-4/+4
* QUIC - Code to persist if we had talked QUIC to a server and if so whatrtenneti2014-09-251-3/+57
* Move http_server_properties_manager from chrome/browser/net to net/http.mef@chromium.org2014-07-101-0/+484