| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove UploadDataStream* argument from HttpStream::SendRequest | hashimoto@chromium.org | 2012-11-15 | 1 | -2/+0 |
* | net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq... | hashimoto@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Introduce HttpStreamBase | bashi@chromium.org | 2012-11-09 | 1 | -4/+4 |
* | Use net::UploadDataStream::Init() instead of InitSync() | hashimoto@chromium.org | 2012-09-19 | 1 | -0/+4 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | SPDY - Added the following flow control unitests. | rtenneti@chromium.org | 2012-04-11 | 1 | -0/+4 |
* | Remove SPDY 2.1 support. | rch@chromium.org | 2012-04-09 | 1 | -10/+0 |
* | Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing | rch@chromium.org | 2012-03-04 | 1 | -6/+31 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -8/+9 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -16/+19 |
* | Cleanup: Remove unneeded forward declararations in net. | thestig@chromium.org | 2011-11-11 | 1 | -0/+1 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -3/+2 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job | rch@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | net: Notify the http job and cache transaction about a filter | rvargas@google.com | 2011-08-12 | 1 | -0/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+3 |
* | Net: Add NET_API to some http code. | rvargas@google.com | 2011-05-19 | 1 | -2/+2 |
* | Flesh out the onBeforeSendHeaders event a bit more. We now send the | mpcomplete@chromium.org | 2011-04-27 | 1 | -2/+0 |
* | Move BuildRequestHeaders back to http_network_transaction.cc now that it's no... | abarth@chromium.org | 2011-04-06 | 1 | -0/+2 |
* | Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events. | mpcomplete@chromium.org | 2011-03-30 | 1 | -0/+7 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -8/+19 |
* | Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -19/+8 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-22 | 1 | -8/+19 |
* | Refactor HttpNetworkSession construction. | willchan@chromium.org | 2011-02-03 | 1 | -2/+0 |
* | net: Ensure that when using False Start + client auth, bad client certificate... | agl@chromium.org | 2011-01-11 | 1 | -0/+5 |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -0/+2 |
* | HttpStream::SendRequest | rch@chromium.org | 2010-10-27 | 1 | -1/+2 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -2/+0 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -0/+2 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -2/+0 |
* | Cleanup StreamFactory && StreamRequest APIs. | willchan@chromium.org | 2010-10-14 | 1 | -3/+3 |
* | Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection | vandebo@chromium.org | 2010-10-14 | 1 | -5/+4 |
* | Rename SSLNonSensitiveHostInfo to SSLHostInfo. | agl@chromium.org | 2010-10-12 | 1 | -2/+2 |
* | net: add --enable-snap-start | agl@chromium.org | 2010-10-11 | 1 | -0/+2 |
* | Detach the ClientSocketHandle from an HttpStream so the same socket can be re... | cbentzel@chromium.org | 2010-10-06 | 1 | -0/+5 |
* | net: Fix incorrect style used in some enumerations. | tfarina@chromium.org | 2010-09-22 | 1 | -1/+1 |
* | Eliminate HttpStreamHandle. The name confused me. | willchan@chromium.org | 2010-09-21 | 1 | -3/+3 |
* | Change the API from passing refptr<>s through the interfaces. | mbelshe@chromium.org | 2010-09-01 | 1 | -4/+3 |
* | SPDY flow control: add support for receive window size | agayev@chromium.org | 2010-08-26 | 1 | -0/+1 |
* | Remove the reused_socket_ member because we don't really need it. | mbelshe@chromium.org | 2010-08-25 | 1 | -3/+0 |
* | Move the stream initialization out of the HttpStreamRequest and back | mbelshe@chromium.org | 2010-08-25 | 1 | -0/+5 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -4/+0 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -111/+26 |
* | SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent. | agayev@chromium.org | 2010-08-17 | 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 | -0/+3 |
* | Minor change to: http://codereview.chromium.org/3064033 | rch@chromium.org | 2010-08-05 | 1 | -19/+5 |
* | Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDY | dhollowa@chromium.org | 2010-08-04 | 1 | -7/+19 |
* | Refactor HttpNetworkTransaction to eliminate the SPDY | rch@chromium.org | 2010-08-04 | 1 | -19/+7 |