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
/
spdy
/
spdy_network_transaction_spdy2_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...
mattm@chromium.org
2012-06-28
1
-29
/
+14
*
Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...
rch@chromium.org
2012-06-28
1
-14
/
+29
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-6
/
+6
*
CapturingNetLog - remove maximum entries constructor argument.
mmenke@chromium.org
2012-06-08
1
-1
/
+1
*
Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,
mmenke@chromium.org
2012-06-02
1
-20
/
+20
*
Always enqueue SYN_STREAM frames to the output queue at HIGHEST priority
rch@chromium.org
2012-05-31
1
-4
/
+4
*
Change the stream_id for streams which are serialized out of order.
rch@chromium.org
2012-05-15
1
-0
/
+86
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-11
/
+9
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
1
-72
/
+79
*
Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramer
rch@chromium.org
2012-04-24
1
-1
/
+1
*
[net] Change order of RequestPriority to natural: higher > lower
szym@chromium.org
2012-04-24
1
-2
/
+2
*
Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i...
rch@chromium.org
2012-04-19
1
-1
/
+1
*
SPDY - replaced SpdySettings (list) with SettingsMap
rtenneti@chromium.org
2012-04-18
1
-38
/
+23
*
Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities.
rch@chromium.org
2012-04-17
1
-8
/
+8
*
Remove SPDY 2.1 support.
rch@chromium.org
2012-04-09
1
-1
/
+0
*
Enables a SPDY proxy to push resources from arbitrary origins.
bengr@google.com
2012-04-03
1
-0
/
+5
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-3
/
+3
*
Reject streams with transfer-encoding headers.
rch@chromium.org
2012-03-27
1
-0
/
+70
*
SPDY - persist SPDY settings.
rtenneti@chromium.org
2012-03-24
1
-114
/
+111
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-443
/
+443
*
Created a new class SpdyTestStateHelper to serve as a helper to manage the st...
rch@chromium.org
2012-03-22
1
-11
/
+2
*
Explicitly disable SPDY ping on: SpdyNetworkTransactionSpdy*Test.FourGetsWith...
rch@chromium.org
2012-03-21
1
-0
/
+2
*
SPDY - don't persist SpdySettings until we convert it to a map.
rtenneti@google.com
2012-03-15
1
-0
/
+3
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
1
-38
/
+20
*
SPDY - pass spdy protocol version that will be used by the SpdyFramer.
rtenneti@chromium.org
2012-03-08
1
-5
/
+6
*
When SpdySession is initialized with a socket that negotiated a specific SPDY...
rch@chromium.org
2012-03-08
1
-379
/
+0
*
Add a unit test to confirm that Chrome correctly handles a server push in whi...
rch@chromium.org
2012-03-06
1
-0
/
+53
*
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
rch@chromium.org
2012-03-04
1
-0
/
+5850