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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correctly handle SPDY GOAWAY frames.
rch@chromium.org
2013-04-19
1
-1
/
+8
*
[SPDY] Avoid leaking bytes from the session flow control send window
akalin@chromium.org
2013-04-18
1
-30
/
+53
*
[SPDY] Avoid leaking bytes from the session flow control receive window
akalin@chromium.org
2013-04-17
1
-7
/
+11
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-12
/
+20
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-20
/
+12
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-12
/
+20
*
Re-land greedy read support for SpdySession
rtenneti@chromium.org
2013-04-17
1
-11
/
+34
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-0
/
+24
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-13
1
-73
/
+43
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-0
/
+2
*
Revert 192975 "[SPDY] Refactor SpdySession's write queue"
tyoshino@chromium.org
2013-04-11
1
-43
/
+73
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-09
1
-73
/
+43
*
Revert 181390 "SPDY - implement greedy approach to read all the ..."
rtenneti@chromium.org
2013-04-04
1
-34
/
+11
*
[SPDY] Remove some setters in SpdyStream
akalin@chromium.org
2013-03-25
1
-3
/
+0
*
[SPDY] Fix bug in session flow control which leaves streams stalled
akalin@chromium.org
2013-03-21
1
-5
/
+27
*
[SPDY] Refactor tests in preparation for a fix for a session flow control bug
akalin@chromium.org
2013-03-18
1
-0
/
+4
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-2
/
+2
*
[SPDY] Bump up initial session receive window size to match streams
akalin@chromium.org
2013-03-13
1
-0
/
+4
*
[SPDY] Audit delegates of SpdyStream
akalin@chromium.org
2013-03-09
1
-6
/
+9
*
[SPDY] Fix session flow control bug with incoming data for inactive streams
akalin@chromium.org
2013-03-08
1
-0
/
+2
*
Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()
akalin@chromium.org
2013-03-08
1
-1
/
+1
*
[SPDY] Create SpdyStreamRequest class to help manage delayed creation of streams
akalin@chromium.org
2013-03-02
1
-56
/
+100
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
1
-8
/
+63
*
[SPDY] Clean up stream flow control code a bit
akalin@chromium.org
2013-02-28
1
-7
/
+2
*
Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.
akalin@chromium.org
2013-02-26
1
-1
/
+2
*
[SPDY] Prepend "stream_" to stream flow control variables
akalin@chromium.org
2013-02-22
1
-18
/
+21
*
Remove SpdyDataFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-21
1
-3
/
+3
*
Serious cleanup of SpdyFramer compression code:
akalin@chromium.org
2013-02-15
1
-3
/
+3
*
Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-15
1
-1
/
+1
*
Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-3
/
+3
*
Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-5
/
+5
*
Invalid flags now result in a GOAWAY
akalin@chromium.org
2013-02-12
1
-0
/
+1
*
Revert 181627
rtenneti@chromium.org
2013-02-11
1
-1
/
+0
*
Revert 181626
rtenneti@chromium.org
2013-02-09
1
-0
/
+1
*
Revert 181569
rtenneti@chromium.org
2013-02-09
1
-1
/
+0
*
Rename SpdyStatusCodes to SpdyRstStreamStatus
akalin@chromium.org
2013-02-09
1
-5
/
+5
*
SPDY - Added back code that deleted read_pending_.
rtenneti@chromium.org
2013-02-08
1
-0
/
+1
*
SPDY - implement greedy approach to read all the data and process it
rtenneti@chromium.org
2013-02-08
1
-11
/
+34
*
SPDY - handle stalled spdy streams properly when number of concurrent
rtenneti@chromium.org
2013-01-23
1
-1
/
+6
*
LoadTiming implementation in net, part 2.
mmenke@chromium.org
2013-01-12
1
-0
/
+12
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
1
-28
/
+17
*
Fix places where "request" is misspelled "requst". Surprisingly, there are s...
pkasting@chromium.org
2012-10-25
1
-1
/
+1
*
net: Delete special logic for chunked upload
hashimoto@chromium.org
2012-10-22
1
-1
/
+0
*
SPDY - Add support for PINGs initiated by the server.
rtenneti@chromium.org
2012-10-04
1
-2
/
+2
*
Add SPDY request headers to DevTools.
mmenke@chromium.org
2012-09-07
1
-0
/
+1
*
Add a flag to enable connection pooling with channel id
rch@chromium.org
2012-09-05
1
-0
/
+3
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
1
-9
/
+2
*
Add WriteHeaders interface to SpdySession and SpdyStream.
toyoshim@chromium.org
2012-08-03
1
-0
/
+5
*
Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...
rch@chromium.org
2012-07-26
1
-15
/
+73
*
Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...
vitalybuka@chromium.org
2012-07-20
1
-73
/
+15
[prev]
[next]