| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Don't drain response bodies for SpdyHttpStreams. | willchan@chromium.org | 2011-03-11 | 1 | -0/+1 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -1/+0 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -0/+1 |
* | Revert 77075 - Don't block on stream requests on Alternate-Protocol. | jochen@chromium.org | 2011-03-07 | 1 | -1/+0 |
* | Revert 77077 - Fix clang after r77075. | jochen@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | Fix clang after r77075. | willchan@chromium.org | 2011-03-06 | 1 | -1/+1 |
* | Don't block on stream requests on Alternate-Protocol. | willchan@chromium.org | 2011-03-06 | 1 | -0/+1 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -1/+4 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -4/+1 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -1/+4 |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -1/+3 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -14/+6 |
* | Update server push to allow use of HEADERS frame. | mbelshe@chromium.org | 2010-12-03 | 1 | -56/+8 |
* | HttpStream::SendRequest | rch@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection | vandebo@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | Detach the ClientSocketHandle from an HttpStream so the same socket can be re... | cbentzel@chromium.org | 2010-10-06 | 1 | -0/+2 |
* | Fix case where we close a stream due to socket errors when it is currently | mbelshe@chromium.org | 2010-09-17 | 1 | -0/+2 |
* | Add support for speaking SPDY to an HTTPS proxy. | rch@chromium.org | 2010-09-01 | 1 | -1/+4 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -2/+15 |
* | SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent. | agayev@chromium.org | 2010-08-17 | 1 | -2/+3 |
* | Clean up SpdyStream. | erikchen@google.com | 2010-08-06 | 1 | -1/+1 |
* | SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for... | agayev@chromium.org | 2010-08-05 | 1 | -1/+2 |
* | When we get a silent TCP RST, SPDY connections need to retry. | mbelshe@chromium.org | 2010-07-31 | 1 | -0/+2 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 1 | -25/+35 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Refactor SpdyStream state for WebSocket support | ukai@chromium.org | 2010-07-20 | 1 | -0/+4 |
* | Implement MAX_CONCURRENT_STREAMS SETTINGS header | gavinp@google.com | 2010-07-17 | 1 | -4/+10 |
* | Fixed bug where streams do not shutdown properly after the user callback dele... | erikchen@google.com | 2010-06-24 | 1 | -21/+46 |
* | Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou... | willchan@chromium.org | 2010-06-18 | 1 | -41/+17 |
* | Refactor SpdyStream to get HTTP specific out of the interface and members. | ukai@chromium.org | 2010-06-18 | 1 | -17/+41 |
* | cleaned up the way that streams close so that all of them use DeleteStream | erikchen@google.com | 2010-06-15 | 1 | -4/+1 |
* | Refactor SpdyStream. | ukai@chromium.org | 2010-06-14 | 1 | -0/+122 |