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_session_spdy2_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SPDY] Merge the SpdySession unit tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-11
1
-2498
/
+0
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-9
/
+16
*
Fix for closing idle SPDY sessions with aliases to unblock
mmenke@chromium.org
2013-05-30
1
-0
/
+85
*
[SPDY] Refactor SpdyStream state machine
akalin@chromium.org
2013-05-29
1
-9
/
+17
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-45
/
+78
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
1
-17
/
+17
*
[SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers
akalin@chromium.org
2013-05-24
1
-41
/
+20
*
[SPDY] Remove the ability to send HEADERS frames
akalin@chromium.org
2013-05-23
1
-6
/
+3
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-10
/
+10
*
Merge ConstructSpdyGet into SpdyTestUtil
ttuttle@chromium.org
2013-05-23
1
-13
/
+26
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
1
-68
/
+80
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
1
-7
/
+7
*
Merge framer-based Construct* functions to SpdyTestUtil
ttuttle@chromium.org
2013-05-15
1
-15
/
+21
*
[SPDY] Make SpdyStream not ref-counted
akalin@chromium.org
2013-05-14
1
-3
/
+5
*
Make SpdySessions implement LayeredPool and hook them up
mmenke@chromium.org
2013-05-14
1
-2
/
+220
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-88
/
+110
*
Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}
ttuttle@chromium.org
2013-05-03
1
-2
/
+4
*
SPDY - In CreateStream close the SpdySession if socket is not connected.
rtenneti@chromium.org
2013-05-01
1
-7
/
+51
*
SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.
rtenneti@chromium.org
2013-04-30
1
-0
/
+71
*
Correctly handle SPDY GOAWAY frames.
rch@chromium.org
2013-04-19
1
-10
/
+54
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-1
/
+0
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-0
/
+2
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-2
/
+0
*
Re-land greedy read support for SpdySession
rtenneti@chromium.org
2013-04-17
1
-0
/
+374
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-13
1
-33
/
+0
*
Revert 192975 "[SPDY] Refactor SpdySession's write queue"
tyoshino@chromium.org
2013-04-11
1
-0
/
+33
*
[net] Move host_cache files from net/base to net/dns
szym@chromium.org
2013-04-10
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-09
1
-33
/
+0
*
Revert 181390 "SPDY - implement greedy approach to read all the ..."
rtenneti@chromium.org
2013-04-04
1
-375
/
+0
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-1
/
+1
*
[SPDY] Remove some setters in SpdyStream
akalin@chromium.org
2013-03-25
1
-1
/
+5
*
Revert 189206 "Revert 189196"
rtenneti@chromium.org
2013-03-20
1
-18
/
+86
*
Revert 189196
eroman@chromium.org
2013-03-20
1
-86
/
+18
*
SPDY - Fix for crash bug with CloseIdleConnections invalidating the iterator.
rtenneti@chromium.org
2013-03-20
1
-18
/
+86
*
[SPDY] Refactor use of stream delegates in SpdySession tests
akalin@chromium.org
2013-03-14
1
-86
/
+15
*
[SPDY] Create SpdyStreamRequest class to help manage delayed creation of streams
akalin@chromium.org
2013-03-02
1
-162
/
+113
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
1
-6
/
+40
*
Rename GetControlFrameMinimumSize() to GetControlFrameHeaderSize() in SpdyFramer
akalin@chromium.org
2013-02-28
1
-3
/
+3
*
Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.
akalin@chromium.org
2013-02-26
1
-3
/
+6
*
Remove SpdyDataFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-21
1
-3
/
+3
*
SPDY - Added unit tests for use after free of SpdySession
rtenneti@chromium.org
2013-02-12
1
-49
/
+120
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-2
/
+2
*
SPDY - implement greedy approach to read all the data and process it
rtenneti@chromium.org
2013-02-08
1
-0
/
+305
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
1
-1
/
+1
*
Clean up SpdySessionTests
rch@chromium.org
2013-01-27
1
-650
/
+241
*
Clean up SpdySession tests so that both files are basically identical.
rch@chromium.org
2013-01-26
1
-78
/
+241
*
SPDY - handle stalled spdy streams properly when number of concurrent
rtenneti@chromium.org
2013-01-23
1
-0
/
+282
[next]