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_common.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 'Fix SPDY error-handling if the connection gets closed just after use.'
davidben@chromium.org
2014-03-25
1
-22
/
+18
*
Revert of Fix SPDY error-handling if the connection gets closed just after us...
vandebo@chromium.org
2014-03-21
1
-18
/
+22
*
Fix SPDY error-handling if the connection gets closed just after use.
davidben@chromium.org
2014-03-21
1
-22
/
+18
*
Implements the ACK flag for SPDY4/HTTP2 PING frames
jgraettinger@chromium.org
2014-02-25
1
-2
/
+3
*
Changes the type for PING id from uint32 to uint64.
jgraettinger@chromium.org
2014-02-12
1
-1
/
+1
*
SPDY cleanup: remove credential slot.
jgraettinger@chromium.org
2014-01-30
1
-3
/
+0
*
Modified SpdyFramer to ignore credential frames.
jgraettinger@chromium.org
2014-01-23
1
-5
/
+0
*
Enable an opaque data field on RST_STREAM frames
jgraettinger@chromium.org
2014-01-23
1
-1
/
+4
*
Removed SpdyFramer::CreateDataFrame()
jgraettinger@chromium.org
2014-01-22
1
-10
/
+26
*
Added a reason field and a description to GOAWAY.
jgraettinger@chromium.org
2014-01-21
1
-1
/
+2
*
Add "raw_received_bytes" getter to SpdyStream.
eustas@chromium.org
2013-12-09
1
-0
/
+3
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-02
1
-3
/
+3
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-6
/
+3
*
Refactor socket pool handling of priorities
akalin@chromium.org
2013-08-22
1
-1
/
+1
*
Clean up SSLSocketParams
akalin@chromium.org
2013-08-15
1
-5
/
+2
*
[SPDY] Add a RequestPriority parameter to ConstructSpdyConnect()
akalin@chromium.org
2013-08-15
1
-2
/
+3
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-2
/
+2
*
[SPDY] Send HTTP/2 connection prefix for HTTP/2 connections
akalin@chromium.org
2013-08-01
1
-5
/
+5
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-31
/
+1
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-1
/
+31
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-31
/
+1
*
Remove QUIC from NPN strings so as to save space in ALPN
rch@chromium.org
2013-07-22
1
-28
/
+5
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-8
/
+8
*
[SPDY] Remove a SPDY session from its pool only when not in an IO loop
akalin@chromium.org
2013-07-22
1
-13
/
+49
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-2
/
+4
*
[SPDY] Refactor SpdySession state machine (take 2)
akalin@chromium.org
2013-07-18
1
-1
/
+2
*
Revert "[SPDY] Refactor SpdySession state machine"
akalin@chromium.org
2013-07-17
1
-2
/
+1
*
HTTP socket pool group name and SSL Session Cache Shard vary on Privacy Mode.
mef@chromium.org
2013-07-17
1
-0
/
+1
*
[SPDY] Refactor SpdySession state machine
akalin@chromium.org
2013-07-16
1
-1
/
+2
*
Declaration of SPDY 4 PUSH_PROMISE; not yet used.
akalin@chromium.org
2013-07-16
1
-0
/
+2
*
SPDY Framer: Refactorings.
eustas@chromium.org
2013-07-10
1
-3
/
+0
*
First step at enabling QUIC over HTTPS.
rtenneti@chromium.org
2013-07-10
1
-0
/
+2
*
[SPDY] Make SpdySessionPool keep track of available sessions
akalin@chromium.org
2013-07-08
1
-3
/
+3
*
[SPDY] Refactor and clean up SpdySessionPool
akalin@chromium.org
2013-07-03
1
-12
/
+158
*
[SPDY] Enable tests for SPDY/3.1 and SPDY/4a2
akalin@chromium.org
2013-06-27
1
-0
/
+32
*
[SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL
akalin@chromium.org
2013-06-24
1
-21
/
+0
*
Merge the SpdyNetworkTransaction tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-15
1
-41
/
+37
*
Merge the HttpNetworkTransaction tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-14
1
-0
/
+16
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
1
-0
/
+6
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
[SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-01
1
-20
/
+20
*
[SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPush
akalin@chromium.org
2013-06-01
1
-35
/
+50
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-3
/
+2
*
[SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil class
akalin@chromium.org
2013-05-31
1
-21
/
+303
*
[SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString()
akalin@chromium.org
2013-05-31
1
-94
/
+17
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-1
/
+2
*
Merge ConstructSpdyConnect
ttuttle@chromium.org
2013-05-24
1
-0
/
+23
*
Merge ConstructSpdyGet into SpdyTestUtil
ttuttle@chromium.org
2013-05-23
1
-0
/
+48
*
Merge ConstructSpdyReplyString into SpdyTestUtil
ttuttle@chromium.org
2013-05-20
1
-0
/
+73
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
1
-4
/
+4
[next]