| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-28 | 1 | -3/+3 |
* | base::Bind: Convert net/spdy. | jhawkins@chromium.org | 2011-12-21 | 1 | -4/+8 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -23/+23 |
* | Initialize protocol_version to Unknown. | rtenneti@chromium.org | 2011-12-20 | 1 | -2/+4 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -2/+7 |
* | SPDY - add support for spdy/2.1 to support flow control. | rtenneti@google.com | 2011-12-10 | 1 | -1/+1 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 1 | -0/+5 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -5/+5 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-05-05 | 1 | -1/+6 |
* | Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim... | asanka@chromium.org | 2011-04-29 | 1 | -6/+1 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-04-29 | 1 | -1/+6 |
* | Don't drain response bodies for SpdyHttpStreams. | willchan@chromium.org | 2011-03-11 | 1 | -0/+4 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -4/+0 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -0/+4 |
* | Revert 77077 - Fix clang after r77075. | jochen@chromium.org | 2011-03-07 | 1 | -4/+0 |
* | Fix clang after r77075. | willchan@chromium.org | 2011-03-06 | 1 | -0/+4 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -5/+26 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -26/+5 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -5/+26 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -1/+10 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 1 | -1/+1 |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -1/+9 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -0/+26 |
* | Don't set SSLInfo on non-https requests. For SPDY with self-signed certs | mbelshe@chromium.org | 2010-12-09 | 1 | -1/+4 |
* | Update server push to allow use of HEADERS frame. | mbelshe@chromium.org | 2010-12-03 | 1 | -10/+23 |
* | call SpdySession::flow_control() statically, instead of as | rch@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -2/+2 |
* | HttpStream::SendRequest | rch@chromium.org | 2010-10-27 | 1 | -4/+2 |
* | Move BuildRequestHeaders from HttpNetworkTransaction to | rch@chromium.org | 2010-10-20 | 1 | -1/+5 |
* | Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection | vandebo@chromium.org | 2010-10-14 | 1 | -8/+0 |
* | Detach the ClientSocketHandle from an HttpStream so the same socket can be re... | cbentzel@chromium.org | 2010-10-06 | 1 | -0/+8 |
* | Move two methods in spdy_http_stream.cc from an anonymous namespace | rch@chromium.org | 2010-09-15 | 1 | -136/+1 |
* | Add support for speaking SPDY to an HTTPS proxy. | rch@chromium.org | 2010-09-01 | 1 | -5/+10 |
* | SPDY flow control: add support for receive window size | agayev@chromium.org | 2010-08-26 | 1 | -0/+2 |
* | Move the stream initialization out of the HttpStreamRequest and back | mbelshe@chromium.org | 2010-08-25 | 1 | -4/+7 |
* | Fix bug where pushed SPDY streams were never actually closed. | mbelshe@chromium.org | 2010-08-23 | 1 | -1/+2 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -4/+24 |
* | SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent. | agayev@chromium.org | 2010-08-17 | 1 | -4/+1 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+1 |
* | Clean up SpdyStream. | erikchen@google.com | 2010-08-06 | 1 | -15/+17 |
* | SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for... | agayev@chromium.org | 2010-08-05 | 1 | -1/+4 |
* | Implement server push protocol 2. | erikchen@google.com | 2010-08-05 | 1 | -7/+6 |
* | When we get a silent TCP RST, SPDY connections need to retry. | mbelshe@chromium.org | 2010-07-31 | 1 | -0/+6 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Revert 54381 - Revert 54378 - Add content-length to spdy post request header. | lzheng@chromium.org | 2010-07-30 | 1 | -0/+16 |
* | Revert 54378 - Add content-length to spdy post request header. | lzheng@chromium.org | 2010-07-30 | 1 | -16/+0 |
* | Add content-length to spdy post request header. | lzheng@google.com | 2010-07-30 | 1 | -0/+16 |
* | Use relative instead of absolute URIs in SPDY requests | mbelshe@chromium.org | 2010-07-30 | 1 | -1/+4 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 1 | -39/+36 |
* | Use SpecForRequest to get rid of anchor in url for spdy. | lzheng@chromium.org | 2010-07-26 | 1 | -1/+2 |