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_stream_factory_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove flag and field trial support for enabling HTTPS over QUIC independently
rch@chromium.org
2014-06-24
1
-4
/
+2
*
Remove HTTP pipelining support.
mmenke@chromium.org
2014-05-27
1
-47
/
+0
*
QUIC - Persist 1000 MRU alternate protocols to preferences file.
rtenneti@chromium.org
2014-05-26
1
-1
/
+3
*
Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.
mmenke@chromium.org
2014-05-24
1
-3
/
+3
*
Add a new Net.AlternateProtocolUsage for tracking usage of Alternate-Protocol.
rch@chromium.org
2014-04-11
1
-1
/
+3
*
Relanding 255326 - Implement MRU for AlternateProtocolMap. Persist only the m...
rtenneti@chromium.org
2014-03-07
1
-2
/
+2
*
Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...
rmistry@chromium.org
2014-03-06
1
-2
/
+2
*
HttpServerProperties - Implement MRU for AlternateProtocolMap. Persist
rtenneti@chromium.org
2014-03-06
1
-2
/
+2
*
Temporarily disable WebSocket over SPDY.
ricea@chromium.org
2014-01-23
1
-9
/
+4
*
Rename WebSocketHandshakeStreamBase::Factory
ricea@chromium.org
2013-11-12
1
-9
/
+10
*
Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...
ricea@chromium.org
2013-10-30
1
-7
/
+7
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-4
/
+3
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-8
/
+9
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
First step at enabling QUIC over HTTPS.
rtenneti@chromium.org
2013-07-10
1
-2
/
+4
*
[SPDY] Enable tests for SPDY/3.1 and SPDY/4a2
akalin@chromium.org
2013-06-27
1
-1
/
+2
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-5
/
+9
*
Introduce RequestWebSocketStream into HttpStreamFactory
yhirano@chromium.org
2013-06-21
1
-11
/
+65
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-2
/
+5
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
1
-2
/
+2
*
Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC...
rch@chromium.org
2013-04-01
1
-1
/
+1
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-8
/
+10
*
Disable QUIC for HTTPS URLs.
rch@chromium.org
2013-03-12
1
-1
/
+2
*
Add QUIC to Alternate-Protocol support.
rch@chromium.org
2013-02-21
1
-20
/
+35
*
Add a new enable_user_alternate_protocol_ports flag.
rch@chromium.org
2013-02-01
1
-1
/
+3
*
Add support for making FTP requests through a proxy.
phajdan.jr@chromium.org
2013-01-23
1
-0
/
+9
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-0
/
+4
*
net: don't remember TLS intolerant servers.
agl@chromium.org
2012-04-26
1
-9
/
+0
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-1
/
+1
*
Make pipelining resilient to proxy changes.
simonjam@chromium.org
2012-03-13
1
-0
/
+1
*
Ensure pipelined requests are sent in the same order they're queued. Also, en...
simonjam@chromium.org
2012-03-03
1
-3
/
+5
*
Add a force pipelining option to load flags.
simonjam@chromium.org
2012-03-01
1
-7
/
+24
*
Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.
mmenke@chromium.org
2012-01-28
1
-6
/
+5
*
SPDY - Change all tests to use SPDY/2.1 protocol. Made
rtenneti@chromium.org
2012-01-27
1
-2
/
+2
*
Add HTTP pipelining to net-internals:
simonjam@chromium.org
2011-12-20
1
-0
/
+4
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-0
/
+3
*
In net-internals, have HTTP_STREAM_JOBs link to the
mmenke@chromium.org
2011-12-19
1
-3
/
+3
*
Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)
thakis@chromium.org
2011-12-07
1
-1
/
+2
*
Revert 113315 (speculative revert for http://crbug.com/106657)
thakis@chromium.org
2011-12-07
1
-2
/
+1
*
Save pipelining capabilities for the most used hosts between sessions.
simonjam@chromium.org
2011-12-07
1
-1
/
+2
*
Slow start pipelining.
simonjam@chromium.org
2011-12-01
1
-1
/
+1
*
Basic HTTP pipelining support.
simonjam@chromium.org
2011-10-19
1
-1
/
+22
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-10
/
+10
*
Support selection of SPDY on port other than 443
jar@chromium.org
2011-10-04
1
-3
/
+13
*
Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job
rch@chromium.org
2011-09-02
1
-7
/
+13
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
The SPDY Exclusions were broken; the intent of the exclusion is so that our
mbelshe@chromium.org
2011-03-16
1
-14
/
+1
*
Reland rest of r77399.
willchan@chromium.org
2011-03-12
1
-11
/
+116
*
Revert r77399 in preparation for merging a small portion of it to 696.
willchan@chromium.org
2011-03-11
1
-116
/
+11
[next]