summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly handle SPDY GOAWAY frames.rch@chromium.org2013-04-191-1/+8
* [SPDY] Avoid leaking bytes from the session flow control send windowakalin@chromium.org2013-04-181-30/+53
* [SPDY] Avoid leaking bytes from the session flow control receive windowakalin@chromium.org2013-04-171-7/+11
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-12/+20
* Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."akalin@chromium.org2013-04-171-20/+12
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-12/+20
* Re-land greedy read support for SpdySessionrtenneti@chromium.org2013-04-171-11/+34
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-0/+24
* [SPDY] Refactor SpdySession's write queueakalin@chromium.org2013-04-131-73/+43
* [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1akalin@chromium.org2013-04-121-0/+2
* Revert 192975 "[SPDY] Refactor SpdySession's write queue"tyoshino@chromium.org2013-04-111-43/+73
* [SPDY] Refactor SpdySession's write queueakalin@chromium.org2013-04-091-73/+43
* Revert 181390 "SPDY - implement greedy approach to read all the ..."rtenneti@chromium.org2013-04-041-34/+11
* [SPDY] Remove some setters in SpdyStreamakalin@chromium.org2013-03-251-3/+0
* [SPDY] Fix bug in session flow control which leaves streams stalledakalin@chromium.org2013-03-211-5/+27
* [SPDY] Refactor tests in preparation for a fix for a session flow control bugakalin@chromium.org2013-03-181-0/+4
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* [SPDY] Bump up initial session receive window size to match streamsakalin@chromium.org2013-03-131-0/+4
* [SPDY] Audit delegates of SpdyStreamakalin@chromium.org2013-03-091-6/+9
* [SPDY] Fix session flow control bug with incoming data for inactive streamsakalin@chromium.org2013-03-081-0/+2
* Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()akalin@chromium.org2013-03-081-1/+1
* [SPDY] Create SpdyStreamRequest class to help manage delayed creation of streamsakalin@chromium.org2013-03-021-56/+100
* [SPDY] Implement per-session flow controlakalin@chromium.org2013-03-011-8/+63
* [SPDY] Clean up stream flow control code a bitakalin@chromium.org2013-02-281-7/+2
* Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.akalin@chromium.org2013-02-261-1/+2
* [SPDY] Prepend "stream_" to stream flow control variablesakalin@chromium.org2013-02-221-18/+21
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-211-3/+3
* Serious cleanup of SpdyFramer compression code:akalin@chromium.org2013-02-151-3/+3
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-141-3/+3
* Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.akalin@chromium.org2013-02-141-5/+5
* Invalid flags now result in a GOAWAYakalin@chromium.org2013-02-121-0/+1
* Revert 181627rtenneti@chromium.org2013-02-111-1/+0
* Revert 181626rtenneti@chromium.org2013-02-091-0/+1
* Revert 181569rtenneti@chromium.org2013-02-091-1/+0
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-5/+5
* SPDY - Added back code that deleted read_pending_.rtenneti@chromium.org2013-02-081-0/+1
* SPDY - implement greedy approach to read all the data and process itrtenneti@chromium.org2013-02-081-11/+34
* SPDY - handle stalled spdy streams properly when number of concurrentrtenneti@chromium.org2013-01-231-1/+6
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-121-0/+12
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-28/+17
* Fix places where "request" is misspelled "requst". Surprisingly, there are s...pkasting@chromium.org2012-10-251-1/+1
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-1/+0
* SPDY - Add support for PINGs initiated by the server.rtenneti@chromium.org2012-10-041-2/+2
* Add SPDY request headers to DevTools.mmenke@chromium.org2012-09-071-0/+1
* Add a flag to enable connection pooling with channel idrch@chromium.org2012-09-051-0/+3
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-9/+2
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-031-0/+5
* Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...rch@chromium.org2012-07-261-15/+73
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-201-73/+15