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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plumb connection attempts from (non-proxy) ConnectJobs to HttpNetworkTransact...
ttuttle
2015-04-28
1
-0
/
+4
*
Remove HttpStreamBase.
yhirano
2014-11-06
1
-3
/
+3
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-1
/
+1
*
Revert of Add a probability to Alternate-Protocol support. (https://coderevie...
samuong@chromium.org
2014-07-08
1
-1
/
+1
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-1
/
+1
*
Remove HTTP pipelining support.
mmenke@chromium.org
2014-05-27
1
-250
/
+245
*
Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.
mmenke@chromium.org
2014-05-24
1
-315
/
+250
*
Update SPDY4/HTTP2 identifiers/flags/NPN tokens.
jgraettinger@chromium.org
2014-04-14
1
-6
/
+2
*
Rename WebSocketHandshakeStreamBase::Factory
ricea@chromium.org
2013-11-12
1
-1
/
+1
*
Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...
ricea@chromium.org
2013-10-30
1
-8
/
+9
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
1
-12
/
+11
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-1
/
+6
*
[Net] Propagate priority changes from HttpNetworkTransaction to its request
akalin@chromium.org
2013-08-14
1
-0
/
+3
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+5
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-5
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+5
*
Remove QUIC from NPN strings so as to save space in ALPN
rch@chromium.org
2013-07-22
1
-1
/
+1
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+1
*
[SPDY] Add switch and about:flags entry to enable SPDY/4a2
akalin@chromium.org
2013-06-27
1
-0
/
+4
*
Introduce RequestWebSocketStream into HttpStreamFactory
yhirano@chromium.org
2013-06-21
1
-2
/
+29
*
Actually enable Alternate-Protocol support for QUIC.
rch@chromium.org
2013-06-21
1
-6
/
+7
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
[SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.
akalin@chromium.org
2013-05-15
1
-4
/
+0
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-0
/
+4
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-0
/
+3
*
[SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)
akalin@chromium.org
2013-03-05
1
-0
/
+4
*
Introduce HttpStreamBase
bashi@chromium.org
2012-11-09
1
-3
/
+3
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-35
/
+4
*
net: don't remember TLS intolerant servers.
agl@chromium.org
2012-04-26
1
-3
/
+0
*
Remove SPDY 2.1 support.
rch@chromium.org
2012-04-09
1
-12
/
+5
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-1
/
+1
*
SPDY - add command line options - enable-npn and enable-npn-http
rtenneti@chromium.org
2012-03-28
1
-2
/
+9
*
SPDY - Added enabling of SPDY/3 and SPDY flow control to
rtenneti@chromium.org
2012-03-23
1
-0
/
+10
*
SPDY - by default disable spdy/2.1 (flow control). It
rtenneti@chromium.org
2012-03-03
1
-6
/
+5
*
Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.
mmenke@chromium.org
2012-01-28
1
-3
/
+2
*
Add HTTP pipelining to net-internals:
simonjam@chromium.org
2011-12-20
1
-0
/
+9
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-0
/
+4
*
Add back support for --testing-fixed-http-port and --testing-fixed-https-port
willchan@chromium.org
2011-12-14
1
-0
/
+13
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
1
-3
/
+0
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-2
/
+3
*
Basic HTTP pipelining support.
simonjam@chromium.org
2011-10-19
1
-0
/
+7
*
Reset static HttpStreamFactory settings before each test in a NetTestSuite.
szym@chromium.org
2011-10-18
1
-0
/
+4
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
1
-7
/
+14
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-2
/
+2
*
Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job
rch@chromium.org
2011-09-02
1
-2
/
+4
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-4
/
+4
*
Net: Add NET_API to some http code.
rvargas@google.com
2011-05-19
1
-3
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
The SPDY Exclusions were broken; the intent of the exclusion is so that our
mbelshe@chromium.org
2011-03-16
1
-3
/
+2
*
Reland rest of r77399.
willchan@chromium.org
2011-03-12
1
-5
/
+2
[next]