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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make SpdySessions implement LayeredPool and hook them up
mmenke@chromium.org
2013-05-14
1
-0
/
+12
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-86
/
+125
*
[SPDY] Make SpdySession::ResetStream take a RequestPriority parameter
akalin@chromium.org
2013-05-10
1
-48
/
+56
*
SPDY - In CreateStream close the SpdySession if socket is not connected.
rtenneti@chromium.org
2013-05-01
1
-0
/
+14
*
SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.
rtenneti@chromium.org
2013-04-30
1
-3
/
+24
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Remove the SpdyCwnd FieldTrial and histograms.
stevet@chromium.org
2013-04-24
1
-29
/
+1
*
Link the SpdySession to the underlying Socket in net-internals.
rch@chromium.org
2013-04-22
1
-0
/
+4
*
[SPDY] Fix bug where a SPDY stream might not unstall properly in all cases
akalin@chromium.org
2013-04-21
1
-0
/
+3
*
[SPDY] Address comments from review of r195309
akalin@chromium.org
2013-04-20
1
-6
/
+6
*
[SPDY] Close SPDY sessions on session flow control errors
akalin@chromium.org
2013-04-19
1
-50
/
+55
*
[SPDY] Add histograms for flow control stalls
akalin@chromium.org
2013-04-19
1
-36
/
+68
*
Correctly handle SPDY GOAWAY frames.
rch@chromium.org
2013-04-19
1
-23
/
+23
*
[SPDY] Avoid leaking bytes from the session flow control send window
akalin@chromium.org
2013-04-18
1
-73
/
+103
*
[SPDY] Avoid leaking bytes from the session flow control receive window
akalin@chromium.org
2013-04-17
1
-29
/
+33
*
[SPDY] Fix memory leak introduced by r194564
akalin@chromium.org
2013-04-17
1
-1
/
+10
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-54
/
+68
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-68
/
+54
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-54
/
+68
*
Re-land greedy read support for SpdySession
rtenneti@chromium.org
2013-04-17
1
-76
/
+101
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-21
/
+38
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-13
1
-158
/
+122
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-4
/
+18
*
Revert 192975 "[SPDY] Refactor SpdySession's write queue"
tyoshino@chromium.org
2013-04-11
1
-116
/
+157
*
Change the histogram in SpdySession::GetPeerAddress to look at the actual val...
rch@chromium.org
2013-04-10
1
-11
/
+14
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-09
1
-157
/
+116
*
Revert 181390 "SPDY - implement greedy approach to read all the ..."
rtenneti@chromium.org
2013-04-04
1
-91
/
+76
*
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
-14
/
+13
*
[SPDY] Add session flow control data to SPDY info in net-internals
akalin@chromium.org
2013-03-23
1
-0
/
+5
*
[SPDY] Fix bug in session flow control which leaves streams stalled
akalin@chromium.org
2013-03-21
1
-4
/
+70
*
Add histograms to count when SpdySession GetPeer/LocalAddress return ERR_SOCK...
rch@chromium.org
2013-03-16
1
-2
/
+9
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-1
/
+1
*
[SPDY] Bump up initial session receive window size to match streams
akalin@chromium.org
2013-03-13
1
-1
/
+12
*
[SPDY] Audit delegates of SpdyStream
akalin@chromium.org
2013-03-09
1
-2
/
+2
*
[SPDY] Fix session flow control bug with incoming data for inactive streams
akalin@chromium.org
2013-03-08
1
-3
/
+4
*
Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()
akalin@chromium.org
2013-03-08
1
-5
/
+6
*
Cleaned up code to update listing of headers
bengr@chromium.org
2013-03-06
1
-12
/
+3
*
Updated devtools listing of headers on Android
bengr@chromium.org
2013-03-02
1
-0
/
+11
*
[SPDY] Create SpdyStreamRequest class to help manage delayed creation of streams
akalin@chromium.org
2013-03-02
1
-127
/
+166
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
1
-36
/
+208
*
[SPDY] Clean up stream flow control code a bit
akalin@chromium.org
2013-02-28
1
-20
/
+36
*
Rename GetControlFrameMinimumSize() to GetControlFrameHeaderSize() in SpdyFramer
akalin@chromium.org
2013-02-28
1
-2
/
+2
*
Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.
akalin@chromium.org
2013-02-26
1
-2
/
+4
*
Remove SpdyFrame::length(). Useful in SPDY 4 development.
akalin@chromium.org
2013-02-26
1
-1
/
+1
*
[SPDY] Prepend "stream_" to stream flow control variables
akalin@chromium.org
2013-02-22
1
-13
/
+14
*
Remove SpdyDataFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-21
1
-4
/
+4
*
Add kSpdyVersion2 to match kSpdyVersion3
akalin@chromium.org
2013-02-16
1
-1
/
+1
*
Remove unused state SPDY_DONE from SpdyFramer.
akalin@chromium.org
2013-02-15
1
-2
/
+0
*
Serious cleanup of SpdyFramer compression code:
akalin@chromium.org
2013-02-15
1
-13
/
+10
[next]