| Commit message (Expand) | Author | Age | Files | Lines |
* | Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom... | rsleevi@chromium.org | 2011-01-13 | 1 | -3/+4 |
* | net: Ensure that when using False Start + client auth, bad client certificate... | agl@chromium.org | 2011-01-11 | 1 | -27/+54 |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -3/+20 |
* | Remember if a user declines to provide a server with a client certificate | rsleevi@chromium.org | 2010-11-22 | 1 | -21/+32 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -4/+4 |
* | net: restart on NPN misprediction and add tests for Snap Start errors. | agl@chromium.org | 2010-11-11 | 1 | -0/+10 |
* | Change the way request headers are logged to the NetLog to ensure | rch@chromium.org | 2010-11-11 | 1 | -6/+0 |
* | Crash fix: HTTPS server responds with 407 through non-authenticating proxy. | cbentzel@chromium.org | 2010-11-05 | 1 | -0/+5 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -3/+3 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Modify HttpNetworkTransation to handle ERR_SSL_CLIENT_AUTH_CERT_NEEDED | rch@chromium.org | 2010-10-29 | 1 | -3/+2 |
* | HttpStream::SendRequest | rch@chromium.org | 2010-10-27 | 1 | -27/+12 |
* | net: move SSL host info serialisation into SSLHostInfo | agl@chromium.org | 2010-10-20 | 1 | -1/+0 |
* | Move BuildRequestHeaders from HttpNetworkTransaction to | rch@chromium.org | 2010-10-20 | 1 | -88/+12 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -4/+0 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -0/+4 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -4/+0 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -3/+3 |
* | Cleanup StreamFactory && StreamRequest APIs. | willchan@chromium.org | 2010-10-14 | 1 | -19/+13 |
* | Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection | vandebo@chromium.org | 2010-10-14 | 1 | -15/+22 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -10/+12 |
* | Rename SSLNonSensitiveHostInfo to SSLHostInfo. | agl@chromium.org | 2010-10-12 | 1 | -3/+2 |
* | net: add --enable-snap-start | agl@chromium.org | 2010-10-11 | 1 | -0/+6 |
* | Detach the ClientSocketHandle from an HttpStream so the same socket can be re... | cbentzel@chromium.org | 2010-10-06 | 1 | -8/+13 |
* | Call GetSSLInfo late, after we have received the response | wtc@chromium.org | 2010-09-30 | 1 | -3/+3 |
* | Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away. | willchan@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -6/+9 |
* | Take out additional dependency from http_util as a short-term fix to get the ... | jam@chromium.org | 2010-09-23 | 1 | -1/+5 |
* | Eliminate HttpStreamHandle. The name confused me. | willchan@chromium.org | 2010-09-21 | 1 | -2/+1 |
* | Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea... | willchan@chromium.org | 2010-09-21 | 1 | -20/+35 |
* | Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use... | willchan@chromium.org | 2010-09-20 | 1 | -35/+20 |
* | Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams. | willchan@chromium.org | 2010-09-19 | 1 | -20/+35 |
* | Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>... | willchan@chromium.org | 2010-09-17 | 1 | -4/+10 |
* | Fix case where we close a stream due to socket errors when it is currently | mbelshe@chromium.org | 2010-09-17 | 1 | -1/+4 |
* | Migrate spdy_session from using LOG() to NetLog. In the process, I'm | mbelshe@chromium.org | 2010-09-01 | 1 | -0/+7 |
* | Change the API from passing refptr<>s through the interfaces. | mbelshe@chromium.org | 2010-09-01 | 1 | -3/+3 |
* | Fix a regression whereby full-granularity network events were being captured ... | eroman@chromium.org | 2010-08-31 | 1 | -2/+2 |
* | Remove the reused_socket_ member because we don't really need it. | mbelshe@chromium.org | 2010-08-25 | 1 | -5/+4 |
* | Attempting to re-land CL 3110006 which turned out to have | rch@chromium.org | 2010-08-25 | 1 | -5/+9 |
* | Move the stream initialization out of the HttpStreamRequest and back | mbelshe@chromium.org | 2010-08-25 | 1 | -28/+53 |
* | Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to | dhollowa@chromium.org | 2010-08-25 | 1 | -9/+5 |
* | Add support for speaking SSL to an HTTP Proxy, to | rch@chromium.org | 2010-08-25 | 1 | -5/+9 |
* | Reintegrate certificate selection in HttpNetworkTransaction DoLoop | davidben@chromium.org | 2010-08-21 | 1 | -4/+7 |
* | A WebKit layout test failed with the HttpNetworkTransaction refactoring. | mbelshe@chromium.org | 2010-08-19 | 1 | -1/+6 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -936/+266 |
* | Send user agent with CONNECT requests. | vandebo@chromium.org | 2010-08-18 | 1 | -0/+4 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+1 |
* | More metrics for proxy connections impact A/B test. | ziadh@chromium.org | 2010-08-09 | 1 | -0/+1 |
* | Minor change to: http://codereview.chromium.org/3064033 | rch@chromium.org | 2010-08-05 | 1 | -202/+109 |
* | Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDY | dhollowa@chromium.org | 2010-08-04 | 1 | -107/+202 |