| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -2/+32 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 1 | -3/+9 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Use HttpRequestHeaders for extra_headers. | willchan@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | Use 0 for successful end of stream. | vandebo@chromium.org | 2010-03-08 | 1 | -2/+2 |
* | Add ERR_END_OF_STREAM | vandebo@google.com | 2010-02-24 | 1 | -6/+8 |
* | Include completion_callback.h instead of client_socket_handle.h. | wtc@chromium.org | 2010-02-09 | 1 | -1/+1 |
* | Make the transactions own the HttpResponseInfo. | willchan@chromium.org | 2009-12-16 | 1 | -0/+1 |
* | Increase the maximum allowed read buffer to 2MB. | vandebo@chromium.org | 2009-11-24 | 1 | -1/+1 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 1 | -7/+8 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -29/+52 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 1 | -52/+29 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 1 | -29/+52 |
* | Introduce HttpStream and HttpBasicStream. | willchan@chromium.org | 2009-06-11 | 1 | -0/+60 |