| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-08-03 | 1 | -0/+7 |
* | Revert 54405 - Fix late binding induced mismatch of Socket and AuthController | nick@chromium.org | 2010-08-02 | 1 | -7/+0 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 1 | -0/+2 |
* | Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-07-30 | 1 | -0/+7 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 1 | -1/+15 |
* | Implement MAX_CONCURRENT_STREAMS SETTINGS header | gavinp@google.com | 2010-07-17 | 1 | -0/+4 |
* | Remove now unused states (cleanup). | vandebo@chromium.org | 2010-07-16 | 1 | -5/+0 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -4/+0 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 1 | -10/+3 |
* | Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl... | vandebo@chromium.org | 2010-07-12 | 1 | -15/+14 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -5/+0 |
* | Hooking GSSAPI code into HTTP authenticate Negotiate handler. | ahendrickson@google.com | 2010-06-28 | 1 | -0/+3 |
* | SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e... | willchan@chromium.org | 2010-06-28 | 1 | -0/+3 |
* | Fixed bug where streams do not shutdown properly after the user callback dele... | erikchen@google.com | 2010-06-24 | 1 | -1/+1 |
* | Create HttpAuthController. (again) | vandebo@chromium.org | 2010-06-24 | 1 | -74/+6 |
* | Revert 50647 - Create HttpAuthController. | vandebo@chromium.org | 2010-06-23 | 1 | -6/+74 |