index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
/
http_server_properties_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AlternateProtocol to broken_altproto_list_ and map_.
bnc
2015-02-05
1
-9
/
+22
*
Make HttpServerProperties::GetSupportsQuic not host-specific.
rch
2015-02-04
1
-24
/
+17
*
Remove HasAlternateProtocol().
bnc
2015-02-03
1
-24
/
+12
*
Fix bug where requests to QUIC servers were throttled by the resource scheduler.
rch
2015-01-30
1
-4
/
+9
*
Change GetCanonicalSuffix() interface.
bnc
2015-01-30
1
-2
/
+2
*
Lint.
bnc
2015-01-30
1
-2
/
+1
*
Modify SetAlternateProtocol logging behavior.
bnc
2015-01-27
1
-21
/
+24
*
Act upon HTTP_1_1_REQUIRED.
bnc
2015-01-09
1
-0
/
+25
*
QUIC - Persist MRU 200 server's srtt (smoothed_rtt) of ServerNetworkStats
rtenneti
2015-01-06
1
-11
/
+25
*
Optimized HostPortPair::ToString and CookieMonster::GetAllCookiesForURLWithOp...
georgesak
2014-12-02
1
-15
/
+3
*
Fix a bug in HttpServerPropertiesImpl::HasAlternateProtocol
rch
2014-12-01
1
-4
/
+8
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
1
-1
/
+1
*
Fix a bug in HttpServerPropertiesImpl::SetBrokenAlternateProtocol
rch
2014-11-19
1
-2
/
+8
*
Introduce AlternateProtocolInfo.is_broken.
bnc
2014-11-06
1
-17
/
+8
*
Fix typo.
bnc
2014-10-29
1
-15
/
+15
*
QUIC - Always pesist 1000 MRU alternate protocols to preferences file.
rtenneti
2014-10-24
1
-14
/
+1
*
Fix bug in ALTERNATE_PROTOCOL_USAGE_MAPPING_MISSING histogram
rch
2014-10-02
1
-5
/
+7
*
QUIC - Code to persist if we had talked QUIC to a server and if so what
rtenneti
2014-09-25
1
-0
/
+33
*
Make the default alternate protcol probability threshold 1, not 0.
rch@chromium.org
2014-07-25
1
-2
/
+2
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-13
/
+27
*
Revert of Add a probability to Alternate-Protocol support. (https://coderevie...
samuong@chromium.org
2014-07-08
1
-27
/
+13
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-13
/
+27
*
Fix bug in HttpServerProperitesImpl in which clearing the alternate
rch@chromium.org
2014-06-25
1
-0
/
+20
*
Do not mark QUIC as *broken* when a 0-RTT fails because this prevents us from...
rch@chromium.org
2014-05-31
1
-5
/
+4
*
Added .googleusercontent.com to the canonical_suffixes for alternate protocol.
rtenneti@chromium.org
2014-05-27
1
-0
/
+1
*
Remove HTTP pipelining support.
mmenke@chromium.org
2014-05-27
1
-61
/
+0
*
QUIC - Persist 1000 MRU alternate protocols to preferences file.
rtenneti@chromium.org
2014-05-26
1
-1
/
+27
*
SPDY - persist 300 most recently used servers that support SPDY to
rtenneti@chromium.org
2014-04-30
1
-19
/
+24
*
Ensure that QUIC handshakes are required when attempting QUIC
rch@chromium.org
2014-04-18
1
-0
/
+10
*
Move broken alternate protocol expiration logic from QuicStreamFactory
rch@chromium.org
2014-04-15
1
-1
/
+54
*
Add a new Net.AlternateProtocolUsage for tracking usage of Alternate-Protocol.
rch@chromium.org
2014-04-11
1
-0
/
+5
*
SPDY - persist 200 most recently used SPDY settings to perferences file.
rtenneti@chromium.org
2014-03-18
1
-8
/
+21
*
Relanding 255326 - Implement MRU for AlternateProtocolMap. Persist only the m...
rtenneti@chromium.org
2014-03-07
1
-21
/
+39
*
Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...
rmistry@chromium.org
2014-03-06
1
-36
/
+20
*
HttpServerProperties - Implement MRU for AlternateProtocolMap. Persist
rtenneti@chromium.org
2014-03-06
1
-20
/
+36
*
Add a ClearAlternateProtocol method to HttpServerProperties
rch@chromium.org
2014-03-06
1
-0
/
+5
*
Speculate about the Alternate-Protocol mapping for youtube hosts.
rch@chromium.org
2014-01-30
1
-2
/
+61
*
Save the clients RTT estimate to the HTTP server properties and send it
rch@chromium.org
2014-01-27
1
-0
/
+17
*
Fix some WeakPtrFactory members that aren't last
dmichael@chromium.org
2013-10-08
1
-3
/
+3
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+6
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
1
-1
/
+1
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Detect QUIC connection errors and add a test to verify that the alternate pro...
rch@chromium.org
2013-05-03
1
-1
/
+1
*
SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.
rtenneti@chromium.org
2013-04-30
1
-1
/
+6
*
SPDY - persist SPDY settings.
rtenneti@chromium.org
2012-03-24
1
-42
/
+11
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-14
/
+14
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
1
-3
/
+24
*
Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)
thakis@chromium.org
2011-12-07
1
-1
/
+62
*
Revert 113315 (speculative revert for http://crbug.com/106657)
thakis@chromium.org
2011-12-07
1
-62
/
+1
*
Save pipelining capabilities for the most used hosts between sessions.
simonjam@chromium.org
2011-12-07
1
-1
/
+62
[next]