summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-171-28/+21
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...peconn2016-03-151-21/+28
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-151-28/+21
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...anthonyvd2016-03-071-21/+28
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-071-28/+21
* Add a constructor that makes IPv4 IPAddress given 4 octets.martijn2016-02-241-6/+3
* Make IPAddress::FromIPLiteral a member function.martijn2016-02-101-3/+3
* Migrate net/http/* to net::IPAddress.martijn2016-02-061-15/+15
* Separate prefs from HttpServerPropertiesManager.brettw2016-01-261-72/+89
* QUIC - Allow cronet apps to specify how many server configs are to bertenneti2016-01-151-1/+22
* HttpServerProperties - maintain the MRU order (across browser sessions)rtenneti2016-01-051-71/+164
* Switch to standard integer types in net/.Avi Drissman2015-12-201-6/+6
* Ignore expired alternative service entries on disk.bnc2015-12-181-0/+47
* Do not persist expired alternative service entries to disk.bnc2015-12-111-0/+65
* Deprecate parsing "alternate_protocol" in persisted preferences.bnc2015-12-111-11/+12
* Deprecate parsing alternative service expiration if saved as double.bnc2015-12-111-35/+0
* Remove insecure QUIC supportrch2015-10-261-6/+6
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-091-1/+1
* QUIC - HttpServerProperties changes to load and persist 5 MRU serverrtenneti2015-10-081-6/+86
* [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