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_test_util_spdy3.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SPDY] Remove remnants of split SPDY unit tests
akalin@chromium.org
2013-06-26
1
-147
/
+0
*
[SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL
akalin@chromium.org
2013-06-24
1
-4
/
+0
*
[SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil class
akalin@chromium.org
2013-05-31
1
-3
/
+0
*
Merge ConstructSpdyConnect
ttuttle@chromium.org
2013-05-24
1
-5
/
+0
*
Merge ConstructSpdyGet into SpdyTestUtil
ttuttle@chromium.org
2013-05-23
1
-32
/
+0
*
Remove ConstructSpdyHeader
ttuttle@chromium.org
2013-05-21
1
-11
/
+0
*
Merge ConstructSpdyReplyString into SpdyTestUtil
ttuttle@chromium.org
2013-05-20
1
-10
/
+0
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
1
-4
/
+4
*
Merge framer-based Construct* functions to SpdyTestUtil
ttuttle@chromium.org
2013-05-15
1
-31
/
+0
*
Merge ConstructSpdyControlFrame into SpdyTestUtil.
ttuttle@chromium.org
2013-05-14
1
-39
/
+0
*
Merge ConstructSpdyFrame into SpdyTestUtil
ttuttle@chromium.org
2013-05-10
1
-24
/
+0
*
Create SpdyTestUtil and add first two methods
ttuttle@chromium.org
2013-05-08
1
-6
/
+2
*
Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}
ttuttle@chromium.org
2013-05-03
1
-125
/
+0
*
Avoid C++11 narrowing errors.
raphael.kubo.da.costa@intel.com
2013-04-19
1
-1
/
+1
*
Correctly handle SPDY GOAWAY frames.
rch@chromium.org
2013-04-19
1
-1
/
+5
*
Merge spdy2 and spdy3 versions of SpdyHeaderInfo.
ttuttle@chromium.org
2013-04-18
1
-20
/
+0
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-1
/
+58
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
1
-1
/
+1
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-0
/
+1
*
Convert SpdyControlType to SpdyFrameType
akalin@chromium.org
2013-04-09
1
-4
/
+4
*
Move version-agnostic functions from spdy_test_util_spdy[23] to _common.
ttuttle@chromium.org
2013-04-04
1
-88
/
+1
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-1
/
+1
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
[SPDY] Refactor tests in preparation for a fix for a session flow control bug
akalin@chromium.org
2013-03-18
1
-24
/
+36
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-2
/
+2
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
1
-0
/
+1
*
[SPDY] Prepend "stream_" to stream flow control variables
akalin@chromium.org
2013-02-22
1
-1
/
+1
*
Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-15
1
-3
/
+3
*
Rename SpdyStatusCodes to SpdyRstStreamStatus
akalin@chromium.org
2013-02-09
1
-2
/
+2
*
Add a new enable_user_alternate_protocol_ports flag.
rch@chromium.org
2013-02-01
1
-0
/
+1
*
Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....
kamil.jiwa@gmail.com
2013-01-03
1
-3
/
+3
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
1
-15
/
+40
*
Clean up SpdySessionDependencies to remove code duplication.
rch@chromium.org
2012-12-02
1
-2
/
+4
*
SPDY - Add support for PINGs initiated by the server.
rtenneti@chromium.org
2012-10-04
1
-1
/
+1
*
WebSocket over SPDY: unit test cleanup
toyoshim@chromium.org
2012-08-21
1
-17
/
+0
*
Add WriteHeaders interface to SpdySession and SpdyStream.
toyoshim@chromium.org
2012-08-03
1
-72
/
+86
*
Simplify the EC signature creation code by moving it to a Helper.
rch@chromium.org
2012-08-01
1
-0
/
+10
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,
rtenneti@google.com
2012-06-14
1
-0
/
+4
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-3
/
+1
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-2
/
+1
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
1
-0
/
+1
*
SPDY - replaced SpdySettings (list) with SettingsMap
rtenneti@chromium.org
2012-04-18
1
-2
/
+1
*
Implement correct v3 CREDENTIAL frame support.
rch@chromium.org
2012-03-24
1
-0
/
+1
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-54
/
+54
*
Created a new class SpdyTestStateHelper to serve as a helper to manage the st...
rch@chromium.org
2012-03-22
1
-0
/
+10
*
Change SpdySessionPool to explicitly associate IP pooled sessions with the ma...
rch@chromium.org
2012-03-14
1
-0
/
+4
*
SPDY - pass spdy protocol version that will be used by the SpdyFramer.
rtenneti@chromium.org
2012-03-08
1
-1
/
+0
*
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
rch@chromium.org
2012-03-04
1
-0
/
+418