| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename http_transaction_unittest to http_transaction_test_util. | eustas@chromium.org | 2014-05-14 | 1 | -306/+0 |
* | net: Avoid recursion in URLRequestJob::ReadFilteredData. | rvargas@chromium.org | 2014-05-03 | 1 | -1/+2 |
* | Don't cache non-redirect HTTP responses when a redirect is forced | mmenke@chromium.org | 2014-03-24 | 1 | -0/+3 |
* | Minor cleanup of SetQuicServerInfo. | rtenneti@chromium.org | 2014-01-25 | 1 | -0/+3 |
* | Allows deferral of a URLRequest just before talking to the network, at | jkarlin@chromium.org | 2014-01-08 | 1 | -0/+5 |
* | Http Cache: Attempt to authenticate requests that originate in the cache. | rvargas@chromium.org | 2014-01-04 | 1 | -0/+4 |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 1 | -2/+1 |
* | Implement GetTotalReceivedBytes for http transaction. | eustas@chromium.org | 2013-12-24 | 1 | -0/+3 |
* | Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base... | ricea@chromium.org | 2013-11-14 | 1 | -0/+8 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-06-20 | 1 | -0/+4 |
* | Use a direct include of strings headers in net/http/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | net: Return LoadTiming information in the case of a cache hit. | mmenke@chromium.org | 2013-05-15 | 1 | -0/+6 |
* | Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..." | ttuttle@chromium.org | 2013-05-10 | 1 | -4/+0 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-05-10 | 1 | -0/+4 |
* | Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. | rdsmith@chromium.org | 2013-03-23 | 1 | -0/+3 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -1/+32 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 1 | -32/+1 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -1/+32 |
* | [Net] Separate out priority field from HttpRequestInfo | akalin@chromium.org | 2013-03-19 | 1 | -2/+6 |
* | LoadTiming in net, part 3. | mmenke@chromium.org | 2013-01-21 | 1 | -0/+3 |
* | Revert 153131 (Histograms showed it doesn't help much) | mmenke@chromium.org | 2012-09-11 | 1 | -5/+0 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 1 | -1/+1 |
* | Reland of http://codereview.chromium.org/10854204/, which | mmenke@chromium.org | 2012-08-24 | 1 | -0/+5 |
* | Revert 153025 - Automatically retry failed network requests. | mmenke@chromium.org | 2012-08-23 | 1 | -5/+0 |
* | Automatically retry failed network requests. | mmenke@chromium.org | 2012-08-23 | 1 | -0/+5 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -2/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Migrate HttpCache adn HttpCacheTransaction to base::Bind(). | ajwong@chromium.org | 2011-12-23 | 1 | -3/+2 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -8/+8 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -4/+5 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -14/+16 |
* | base::Bind conversion for net/http/... | adamk@chromium.org | 2011-10-20 | 1 | -1/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -1/+1 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | net: Notify the http job and cache transaction about a filter | rvargas@google.com | 2011-08-12 | 1 | -2/+11 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -2/+1 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 1 | -177/+40 |
* | Revert "Clean up net unit testing code." since it breaks the shlib builder. | erg@google.com | 2011-01-25 | 1 | -40/+177 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-25 | 1 | -177/+40 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -3/+4 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -3/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-15 | 1 | -1/+2 |
* | Revert 52334 - Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-14 | 1 | -2/+1 |
* | Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-14 | 1 | -1/+2 |
* | Auto-format style pass over files. | cbentzel@chromium.org | 2010-05-04 | 1 | -3/+3 |
* | 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 | -3/+4 |