summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-171-17/+3
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...peconn2016-03-151-3/+17
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-151-17/+3
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...anthonyvd2016-03-071-3/+17
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-071-17/+3
* Migrate net/http/* to net::IPAddress.martijn2016-02-061-3/+3
* QUIC - Allow cronet apps to specify how many server configs are to bertenneti2016-01-151-0/+7
* Remove unused SPDY/3 enum values.bnc2016-01-151-3/+2
* Remove SPDY/2 code.bnc2016-01-081-4/+3
* Switch to standard integer types in net/.Avi Drissman2015-12-201-5/+7
* Use std::tie() for operator< in net/jsbell2015-11-301-5/+3
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-1/+1
* QUIC - load crypto server config during startup. Save the configs into HttpSe...rtenneti2015-10-101-3/+7
* QUIC - HttpServerProperties changes to load and persist 5 MRU serverrtenneti2015-10-081-0/+17
* Remove HTTP/2 draft-14 support.bnc2015-08-261-1/+0
* Process Alt-Svc headers.bnc2015-07-311-0/+1
* Add expiration to AlternativeServiceInfo.bnc2015-07-281-6/+14
* s/NPN_SPDY_4/NPN_HTTP_2/gbnc2015-07-081-3/+3
* Implement multiple alternative services per origin.bnc2015-07-081-9/+31
* Revert of Pretty print AlternativeService in test macros. (patchset #1 id:1 o...grt2015-06-291-6/+0
* Pretty print AlternativeService in test macros.bnc2015-06-291-0/+6
* HttpServerProperties - Don't persist if SetServerNetworkStats is calledrtenneti2015-06-051-0/+9
* HttpServerProperties - Don't persist if SetSupportsSpdy is called withrtenneti2015-06-051-0/+3
* Remove HttpStreamFactoryImpl::Job::MarkAsAlternate.bnc2015-06-041-1/+1
* Convert bare pointer to scoped_ptr in net/httpketan.goyal2015-06-041-1/+1
* HttpServerProperties - Don't persist if SetAlternativeService is calledrtenneti2015-06-041-0/+4
* Enable QUIC alternative service with different host.bnc2015-05-211-1/+0
* Rename methods and members and const variables to alternative service.bnc2015-04-271-2/+1
* * Add brokenness info to NetLog (this fixes a regression due to refactoring).bnc2015-04-141-1/+8
* Make alternative Job observe alternative port.bnc2015-04-021-0/+2
* Introduce AlternativeServiceInfo.bnc2015-03-311-18/+33
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-201-19/+28
* Make GetAlternateProtocol return AlternativeService.bnc2015-03-171-8/+8
* Add MarkAlternativeServiceRecentlyBroken.bnc2015-03-131-0/+4
* Add IsAlternativeServiceBroken(), remove is_broken.bnc2015-03-131-18/+6
* Revert of Add IsAlternativeServiceBroken(), remove is_broken. (patchset #2 id...bnc2015-03-121-6/+18
* Revert of Add MarkAlternativeServiceRecentlyBroken. (patchset #2 id:60001 of ...bnc2015-03-121-4/+0
* Add MarkAlternativeServiceRecentlyBroken.bnc2015-03-121-0/+4
* Add IsAlternativeServiceBroken(), remove is_broken.bnc2015-03-121-18/+6
* Revert of Add IsAlternativeServiceBroken(), remove is_broken. (patchset #4 id...thestig2015-03-111-6/+18
* Add IsAlternativeServiceBroken(), remove is_broken.Bence Béky2015-03-111-18/+6
* Remove HTTP/2 draft-15 enum values and test cases.bnc2015-03-101-1/+0
* Advertise HTTP/2 support.bnc2015-03-091-1/+2
* Use linked hash map for broken alternative service queue.bnc2015-03-091-0/+5
* Introduce AlternativeService in BrokenAlternateProtol{List,Map}.bnc2015-03-091-0/+26
* Make HttpServerProperties::GetSupportsQuic not host-specific.rch2015-02-041-9/+4
* Remove HasAlternateProtocol().bnc2015-02-031-5/+3
* Add AlternateProtocolInfo to HttpStreamFactoryImpl::Job.bnc2015-02-021-0/+6
* Fix bug where requests to QUIC servers were throttled by the resource scheduler.rch2015-01-301-2/+3
* Act upon HTTP_1_1_REQUIRED.bnc2015-01-091-0/+15