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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-30
/
+52
*
Revert of Add a probability to Alternate-Protocol support. (https://coderevie...
samuong@chromium.org
2014-07-08
1
-52
/
+30
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-30
/
+52
*
Remove ^M line endings in http_stream_factory.cc
rch@chromium.org
2014-07-02
1
-99
/
+99
*
Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.
mmenke@chromium.org
2014-05-24
1
-247
/
+99
*
Renamed namespaces in src/net.
vitalybuka@chromium.org
2014-04-30
1
-4
/
+3
*
Update SPDY4/HTTP2 identifiers/flags/NPN tokens.
jgraettinger@chromium.org
2014-04-14
1
-15
/
+2
*
Replace DLOG(WARNING)with DVLOG(1)in HttpStreamFactory::ProcessAlternateProtocol
adamk@chromium.org
2013-12-05
1
-9
/
+9
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
1
-14
/
+12
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-9
/
+29
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-9
/
+20
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-20
/
+9
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-9
/
+20
*
Remove QUIC from NPN strings so as to save space in ALPN
rch@chromium.org
2013-07-22
1
-40
/
+42
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+1
*
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
-4
/
+4
*
[SPDY] Add switch and about:flags entry to enable SPDY/4a2
akalin@chromium.org
2013-06-27
1
-0
/
+12
*
Actually enable Alternate-Protocol support for QUIC.
rch@chromium.org
2013-06-21
1
-0
/
+3
*
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
-14
/
+2
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-0
/
+14
*
Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC...
rch@chromium.org
2013-04-01
1
-2
/
+2
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
[SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)
akalin@chromium.org
2013-03-05
1
-0
/
+13
*
Add QUIC to Alternate-Protocol support.
rch@chromium.org
2013-02-21
1
-0
/
+3
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-30
/
+5
*
SPDY - Alternate-Protocol to be enabled when SPDY/3 protocol is negotiated.
rtenneti@google.com
2012-08-22
1
-0
/
+1
*
Remove SPDY 2.1 support.
rch@chromium.org
2012-04-09
1
-12
/
+0
*
SPDY - add command line options - enable-npn and enable-npn-http
rtenneti@chromium.org
2012-03-28
1
-1
/
+21
*
SPDY - Added enabling of SPDY/3 and SPDY flow control to
rtenneti@chromium.org
2012-03-23
1
-0
/
+19
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
1
-0
/
+2
*
SPDY - by default disable spdy/2.1 (flow control). It
rtenneti@chromium.org
2012-03-03
1
-4
/
+32
*
SPDY - enable SPDY/2.1 (flow control).
rtenneti@google.com
2012-02-16
1
-3
/
+1
*
SPDY - trun off spdy/2.1 by default. It could be enabled
rtenneti@chromium.org
2012-02-14
1
-2
/
+4
*
Add back support for --testing-fixed-http-port and --testing-fixed-https-port
willchan@chromium.org
2011-12-14
1
-0
/
+4
*
Basic HTTP pipelining support.
simonjam@chromium.org
2011-10-19
1
-0
/
+2
*
Reset static HttpStreamFactory settings before each test in a NetTestSuite.
szym@chromium.org
2011-10-18
1
-0
/
+19
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
1
-1
/
+1
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-16
/
+15
*
The SPDY Exclusions were broken; the intent of the exclusion is so that our
mbelshe@chromium.org
2011-03-16
1
-0
/
+13
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-75
/
+32
*
Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-32
/
+75
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-22
1
-75
/
+32
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-8
/
+8
*
Add a port to the SPDY debugging flags so that we can force SPDY for just a
mbelshe@chromium.org
2011-01-08
1
-0
/
+2
*
Revert 68696 - Disable SPDY by default as a test to see if heap corruption go...
willchan@chromium.org
2010-12-09
1
-0
/
+1
*
Disable SPDY by default as a test to see if heap corruption goes away.
willchan@chromium.org
2010-12-09
1
-1
/
+0
*
Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.
mbelshe@chromium.org
2010-10-16
1
-2
/
+1
*
Add an off switch for SPDY:
mbelshe@chromium.org
2010-10-16
1
-0
/
+2
[next]