| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in net/ | dcheng | 2014-10-21 | 1 | -31/+27 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -20/+20 |
* | stale-while-revalidate experimental implementation. | ricea | 2014-10-08 | 1 | -2/+7 |
* | Declaring the weak_ptr_factory in proper order. | kulkarni.a | 2014-08-28 | 1 | -1/+2 |
* | Http cache: Add support for HEAD requests. | rvargas@chromium.org | 2014-07-31 | 1 | -0/+3 |
* | Adding DiskBasedCertCache to HttpCache (+UMA). | brandonsalmon@chromium.org | 2014-07-10 | 1 | -0/+5 |
* | Move data reduction proxy to Chrome-Proxy header for authentication | bengr@chromium.org | 2014-06-26 | 1 | -0/+3 |
* | Http cache: Implement a timeout for the cache lock. | rvargas@chromium.org | 2014-06-24 | 1 | -0/+9 |
* | Minor cleanup of SetQuicServerInfo. | rtenneti@chromium.org | 2014-01-25 | 1 | -0/+1 |
* | 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 | -2/+2 |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 1 | -12/+4 |
* | Implement GetTotalReceivedBytes for http transaction. | eustas@chromium.org | 2013-12-24 | 1 | -0/+3 |
* | Add WebSocket handshake support to UrlRequestHttpJob, by supporting ws: and w... | ricea@chromium.org | 2013-11-28 | 1 | -0/+7 |
* | Objects of type HttpCache::Transaction should not be copied or assigned to. A... | ricea@chromium.org | 2013-11-22 | 1 | -0/+2 |
* | Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base... | ricea@chromium.org | 2013-11-14 | 1 | -0/+2 |
* | Http cache: Remove the cache sensitivity analysis code. | rvargas@chromium.org | 2013-09-11 | 1 | -30/+4 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-06-20 | 1 | -0/+2 |
* | net: Return LoadTiming information in the case of a cache hit. | mmenke@chromium.org | 2013-05-15 | 1 | -0/+10 |
* | Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..." | ttuttle@chromium.org | 2013-05-10 | 1 | -2/+0 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-05-10 | 1 | -0/+2 |
* | Http cache: disable the infinite cache simulation and perform cleanup of loca... | rvargas@chromium.org | 2013-03-30 | 1 | -3/+1 |
* | Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. | rdsmith@chromium.org | 2013-03-23 | 1 | -0/+4 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -0/+1 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 1 | -1/+0 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -0/+1 |
* | [Net] Separate out priority field from HttpRequestInfo | akalin@chromium.org | 2013-03-19 | 1 | -3/+7 |
* | Remove HttpCache.*.SmallResource tracking. | gavinp@chromium.org | 2013-02-06 | 1 | -2/+0 |
* | LoadTiming in net, part 3. | mmenke@chromium.org | 2013-01-21 | 1 | -0/+2 |
* | Http cache: Don't attempt to revalidate entries after a vary header mismatch | rvargas@google.com | 2013-01-11 | 1 | -0/+1 |
* | For Cache Sensitivity Analysis, add createentry/openentry delays. | tburkard@chromium.org | 2012-11-28 | 1 | -3/+12 |
* | Track unconditionalizable http requests. | gavinp@chromium.org | 2012-11-17 | 1 | -0/+4 |
* | Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac... | dharani@google.com | 2012-11-12 | 1 | -10/+3 |
* | For Cache Sensitivity Analysis, fix createentry/openentry race condition | tburkard@chromium.org | 2012-11-10 | 1 | -3/+10 |
* | Sensitivity Analysis to see how cache performance affects PLTs. | tburkard@chromium.org | 2012-09-27 | 1 | -0/+17 |
* | Http Cache: Add code for simulating an infinite HTTP cache. | rvargas@google.com | 2012-09-14 | 1 | -1/+4 |
* | Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache. | rvargas@google.com | 2012-09-14 | 1 | -4/+1 |
* | Http Cache: Add code for simulating an infinite HTTP cache. | rvargas@google.com | 2012-09-14 | 1 | -1/+4 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 1 | -2/+2 |
* | Add histograms for network activity, and total/cumulative | tburkard@chromium.org | 2012-08-20 | 1 | -0/+2 |
* | Add HttpCache histograms focussed on blocking and transaction type. | gavinp@chromium.org | 2012-08-09 | 1 | -1/+24 |
* | Http cache: Make sure that issuing a byte range request | rvargas@google.com | 2012-07-30 | 1 | -0/+5 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -1/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Http cache: Don't attempt to doom the same entry multiple times | rvargas@google.com | 2012-05-09 | 1 | -1/+4 |
* | Http cache: Restart transaction after errors reading from cached | rvargas@google.com | 2012-03-20 | 1 | -2/+3 |
* | Http Cache: Doom cache entries when there is any error reading from the | rvargas@google.com | 2012-02-09 | 1 | -1/+5 |
* | 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 | -9/+10 |