| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class | akalin@chromium.org | 2013-04-17 | 1 | -35/+38 |
* | Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..." | akalin@chromium.org | 2013-04-17 | 1 | -38/+35 |
* | [SPDY] Replace SpdyIOBuffer with new SpdyBuffer class | akalin@chromium.org | 2013-04-17 | 1 | -35/+38 |
* | [SPDY] Plumb SPDY frame type through write queue | akalin@chromium.org | 2013-04-15 | 1 | -79/+110 |
* | [SPDY] Refactor SpdySession's write queue | akalin@chromium.org | 2013-04-13 | 1 | -109/+130 |
* | Revert 192975 "[SPDY] Refactor SpdySession's write queue" | tyoshino@chromium.org | 2013-04-11 | 1 | -130/+109 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | [SPDY] Refactor SpdySession's write queue | akalin@chromium.org | 2013-04-09 | 1 | -109/+130 |
* | [SPDY] Remove some setters in SpdyStream | akalin@chromium.org | 2013-03-25 | 1 | -5/+12 |
* | [SPDY] Fix bug in session flow control which leaves streams stalled | akalin@chromium.org | 2013-03-21 | 1 | -13/+14 |
* | [SPDY] Rename SpdyStream::Write{Headers,StreamData} to Queue{...} | akalin@chromium.org | 2013-03-08 | 1 | -23/+25 |
* | [SPDY] Implement per-session flow control | akalin@chromium.org | 2013-03-01 | 1 | -7/+12 |
* | [SPDY] Clean up stream flow control code a bit | akalin@chromium.org | 2013-02-28 | 1 | -51/+63 |
* | [SPDY] Prepend "stream_" to stream flow control variables | akalin@chromium.org | 2013-02-22 | 1 | -1/+2 |
* | Remove SpdyDataFrame. Useful in SPDY 4 development. | akalin@chromium.org | 2013-02-21 | 1 | -1/+1 |
* | Fix overflow checks for window sizes in SpdyStream | akalin@chromium.org | 2013-02-20 | 1 | -18/+16 |
* | Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development. | akalin@chromium.org | 2013-02-15 | 1 | -1/+1 |
* | Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development. | akalin@chromium.org | 2013-02-14 | 1 | -1/+1 |
* | Rename SpdyStatusCodes to SpdyRstStreamStatus | akalin@chromium.org | 2013-02-09 | 1 | -8/+8 |
* | Fix for SDPY not cancelling ServerBoundCertServiceRequest. | mattm@chromium.org | 2013-01-09 | 1 | -2/+1 |
* | SPDY: WriteHeaders should invoke OnDataSent callback | toyoshim@chromium.org | 2012-08-15 | 1 | -4/+14 |
* | SPDY - Handle incomplete headers during server push. | rtenneti@chromium.org | 2012-08-06 | 1 | -2/+11 |
* | Add WriteHeaders interface to SpdySession and SpdyStream. | toyoshim@chromium.org | 2012-08-03 | 1 | -11/+51 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-08-03 | 1 | -1/+2 |
* | Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con... | rch@chromium.org | 2012-07-28 | 1 | -0/+4 |
* | Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro... | rch@chromium.org | 2012-07-26 | 1 | -24/+85 |
* | Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | vitalybuka@chromium.org | 2012-07-20 | 1 | -85/+24 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-07-20 | 1 | -24/+85 |
* | Remove linked_ptr from SpdyStream. | rch@chromium.org | 2012-07-18 | 1 | -5/+5 |
* | SPDY - chunked upload - cleanup of spdy_http_stream to read the data | rtenneti@chromium.org | 2012-07-12 | 1 | -23/+8 |
* | Remove several usages of linked_ptr in spdy land. | rch@chromium.org | 2012-07-11 | 1 | -1/+1 |
* | Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | mattm@chromium.org | 2012-06-28 | 1 | -84/+24 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-06-28 | 1 | -24/+84 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | NetLogEventParameter to Callback refactoring 3. | mmenke@chromium.org | 2012-06-13 | 1 | -51/+28 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Change the stream_id for streams which are serialized out of order. | rch@chromium.org | 2012-05-15 | 1 | -0/+3 |
* | Consistently log the ID of a spdy stream as "stream_id" | rch@chromium.org | 2012-05-09 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -0/+4 |
* | [net] Change order of RequestPriority to natural: higher > lower | szym@chromium.org | 2012-04-24 | 1 | -3/+3 |
* | SPDY - Added the following flow control unitests. | rtenneti@chromium.org | 2012-04-11 | 1 | -5/+10 |
* | Properly handle spdy3 responses. | rch@chromium.org | 2012-04-03 | 1 | -38/+3 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -1/+1 |
* | Reject streams with transfer-encoding headers. | rch@chromium.org | 2012-03-27 | 1 | -0/+12 |
* | Implement correct v3 CREDENTIAL frame support. | rch@chromium.org | 2012-03-24 | 1 | -3/+11 |
* | Move all objects from the spdy:: namespace to net:: | rch@chromium.org | 2012-03-22 | 1 | -24/+24 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -29/+29 |
* | Send correct request headers when using spdy 3. | rch@chromium.org | 2012-03-15 | 1 | -14/+30 |