| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented RequestHeaders field in extraInfoSpec of webRequest API | battre@chromium.org | 2011-05-13 | 1 | -1/+1 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-10 | 1 | -5/+4 |
* | Revert 84197 - Add one-time randomization support for FieldTrial, and the abi... | joi@chromium.org | 2011-05-06 | 1 | -4/+5 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-05-05 | 1 | -2/+5 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-05 | 1 | -5/+4 |
* | Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim... | asanka@chromium.org | 2011-04-29 | 1 | -5/+2 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-04-29 | 1 | -2/+5 |
* | Flesh out the onBeforeSendHeaders event a bit more. We now send the | mpcomplete@chromium.org | 2011-04-27 | 1 | -10/+6 |
* | Implementation of chrome.experimental.webRequest.onRequestSent | battre@chromium.org | 2011-04-20 | 1 | -0/+5 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-15 | 1 | -1/+1 |
* | Revert "Allow extensions to redirect requests in onBeforeRequest." | mpcomplete@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Revert r61181. | agl@chromium.org | 2011-04-12 | 1 | -10/+0 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -1/+1 |
* | Move BuildRequestHeaders back to http_network_transaction.cc now that it's no... | abarth@chromium.org | 2011-04-06 | 1 | -6/+70 |
* | net: remove forced renegotiation checks | agl@chromium.org | 2011-04-05 | 1 | -2/+1 |
* | Fix line endings | abarth@chromium.org | 2011-04-04 | 1 | -3/+3 |
* | Fix crash in layout tests due to my previous network delegate change (r79905). | mpcomplete@chromium.org | 2011-04-01 | 1 | -1/+1 |
* | Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events. | mpcomplete@chromium.org | 2011-03-30 | 1 | -14/+48 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Reland rest of r77399. | willchan@chromium.org | 2011-03-12 | 1 | -3/+3 |
* | Don't drain response bodies for SpdyHttpStreams. | willchan@chromium.org | 2011-03-11 | 1 | -0/+3 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -6/+3 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -3/+6 |
* | Revert 77075 - Don't block on stream requests on Alternate-Protocol. | jochen@chromium.org | 2011-03-07 | 1 | -6/+3 |
* | Don't block on stream requests on Alternate-Protocol. | willchan@chromium.org | 2011-03-06 | 1 | -3/+6 |
* | Refactor of NetworkDelegate. | willchan@chromium.org | 2011-02-24 | 1 | -2/+2 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -11/+28 |
* | Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -28/+11 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-22 | 1 | -11/+28 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 1 | -5/+8 |
* | Return more specific error messages when performing a SSL client auth handsha... | rsleevi@chromium.org | 2011-02-05 | 1 | -2/+14 |
* | Refactor HttpNetworkSession construction. | willchan@chromium.org | 2011-02-03 | 1 | -16/+1 |
* | 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 |