summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-171-139/+49
* Update some callers to use more direct ways of constructing IPAddress from we...eroman2016-03-171-1/+1
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...peconn2016-03-151-49/+139
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-151-139/+49
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...anthonyvd2016-03-071-49/+139
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-071-139/+49
* Add a constructor that makes IPv4 IPAddress given 4 octets.martijn2016-02-241-2/+1
* Make IPAddress::FromIPLiteral a member function.martijn2016-02-101-2/+2
* Migrate net/http/* to net::IPAddress.martijn2016-02-061-7/+7
* QUIC - Allow cronet apps to specify how many server configs are to bertenneti2016-01-151-0/+21
* Switch to standard integer types in net/.Avi Drissman2015-12-201-10/+9
* SPDY Servers - Servers that are restored from preferences maintain MRU orderrtenneti2015-12-181-10/+65
* SPDY Settings - preferences read from the disk maintain MRU orderrtenneti2015-12-181-19/+93
* Changes to AlternativeServices initialization to maintain MRU order.rtenneti2015-12-181-6/+14
* Changes to ServerNetworkStatsMap initialization to maintain MRU order ofrtenneti2015-12-181-9/+54
* Changes to QuicServerInfoMap initialization to maintain MRU order of thertenneti2015-12-181-8/+56
* Do not purge alternative services when reading from disk.bnc2015-11-171-27/+28
* Never honor Alt-Svc advertisements if the probability is zerorch2015-11-151-0/+9
* Remove insecure QUIC supportrch2015-10-261-2/+2
* QUIC - HttpServerProperties changes to load and persist 5 MRU serverrtenneti2015-10-081-0/+36
* Remove empty alternative service vector for canonical hosts.bnc2015-08-041-0/+39
* Remove empty alternative service vector from |alternative_service_map_|.bnc2015-08-041-0/+37
* Add expiration to AlternativeServiceInfo.bnc2015-07-281-55/+131
* Remove broken alternative service from the map upon expiration.bnc2015-07-231-0/+41
* Do not return alternative services equivalent to the origin in GetAlternative...bnc2015-07-231-0/+31
* s/NPN_SPDY_4/NPN_HTTP_2/gbnc2015-07-081-19/+19
* Test WasAlternativeServiceRecentlyBroken in AlternateProtocolServerProperties...bnc2015-07-081-2/+1
* Implement multiple alternative services per origin.bnc2015-07-081-119/+245
* Pretty print AlternativeService in test macros.bnc2015-06-301-0/+4
* Set alternative service even if it is broken.bnc2015-06-251-0/+23
* Do not call IsAlternativeServiceBroken with empty hostname.bnc2015-06-251-0/+23
* Do not unbreak alternative service in ClearAlternativeService.bnc2015-06-241-1/+1
* Stop including ip_address_number.h from net_util.heroman2015-06-031-0/+1
* Rename methods and members and const variables to alternative service.bnc2015-04-271-4/+4
* s/NPN_SPDY_3/NPN_SPDY_4/g in tests.bnc2015-04-031-19/+19
* Introduce AlternativeServiceInfo.bnc2015-03-311-24/+25
* User histograms show that --use-spdy=force-alt-protocols in not usedbnc2015-03-301-31/+0
* Add unittest for canonical host override.bnc2015-03-261-0/+16
* Add test for canonical host alternative service.bnc2015-03-241-0/+17
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-201-76/+68
* Make GetAlternateProtocol return AlternativeService.bnc2015-03-171-60/+59
* Add MarkAlternativeServiceRecentlyBroken.bnc2015-03-131-0/+17
* Add IsAlternativeServiceBroken(), remove is_broken.bnc2015-03-131-28/+53
* Revert of Add IsAlternativeServiceBroken(), remove is_broken. (patchset #2 id...bnc2015-03-121-14/+28
* Revert of Add MarkAlternativeServiceRecentlyBroken. (patchset #2 id:60001 of ...bnc2015-03-121-17/+0
* Add MarkAlternativeServiceRecentlyBroken.bnc2015-03-121-0/+17
* Add IsAlternativeServiceBroken(), remove is_broken.bnc2015-03-121-28/+14
* Revert of Add IsAlternativeServiceBroken(), remove is_broken. (patchset #4 id...thestig2015-03-111-14/+28
* Add IsAlternativeServiceBroken(), remove is_broken.Bence Béky2015-03-111-28/+14
* Make HttpServerProperties::GetSupportsQuic not host-specific.rch2015-02-041-24/+24