| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -1/+7 |
* | HttpStream::SendRequest | rch@chromium.org | 2010-10-27 | 1 | -2/+9 |
* | Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection | vandebo@chromium.org | 2010-10-14 | 1 | -4/+2 |
* | Detach the ClientSocketHandle from an HttpStream so the same socket can be re... | cbentzel@chromium.org | 2010-10-06 | 1 | -0/+4 |
* | Eliminate HttpStreamHandle. The name confused me. | willchan@chromium.org | 2010-09-21 | 1 | -1/+1 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -0/+10 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -4/+6 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 1 | -3/+8 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Use HttpRequestHeaders for extra_headers. | willchan@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -2/+2 |
* | Add more load log points near HttpNetworkTransaction::ReadHeaders | vandebo@chromium.org | 2009-12-17 | 1 | -1/+2 |
* | Make the transactions own the HttpResponseInfo. | willchan@chromium.org | 2009-12-16 | 1 | -0/+1 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -14/+32 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 1 | -32/+14 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 1 | -14/+32 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Introduce HttpStream and HttpBasicStream. | willchan@chromium.org | 2009-06-11 | 1 | -0/+44 |