| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the case when StopCaching was called in DoneReading | davidben@chromium.org | 2013-09-20 | 1 | -1/+4 |
* | Release the cache entry on deferred redirect. | davidben@chromium.org | 2013-09-19 | 1 | -6/+5 |
* | Http cache: An XHR POST request should invalidate cached content. | rvargas@chromium.org | 2013-09-12 | 1 | -1/+1 |
* | Http cache: Remove the cache sensitivity analysis code. | rvargas@chromium.org | 2013-09-11 | 1 | -140/+30 |
* | Http Cache: Consider the case of calling StopCaching with the use of auth. | rvargas@chromium.org | 2013-09-10 | 1 | -3/+3 |
* | Sparse IO: Allow failover to network in debug builds | pasko@chromium.org | 2013-08-30 | 1 | -0/+14 |
* | Remove redundant deinitialization code from HttpCache::Transaction. | gavinp@chromium.org | 2013-08-22 | 1 | -8/+0 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-06-20 | 1 | -0/+9 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -3/+2 |
* | Use a direct include of strings headers in net/http/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-02 | 1 | -18/+18 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -32/+36 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Add HttpCache.ReadError* histograms. | gavinp@chromium.org | 2013-05-15 | 1 | -0/+10 |
* | net: Return LoadTiming information in the case of a cache hit. | mmenke@chromium.org | 2013-05-15 | 1 | -8/+34 |
* | Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..." | ttuttle@chromium.org | 2013-05-10 | 1 | -9/+0 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-05-10 | 1 | -0/+9 |
* | Revert r197164: Avoid crashing the browser on truncated reads [...] | pasko@google.com | 2013-05-06 | 1 | -24/+2 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -4/+3 |
* | Avoid crashing the browser on truncated reads from the cache backend | pasko@google.com | 2013-04-29 | 1 | -2/+24 |
* | Put in UMA to measure how often offline mode could be useful for end users. | rdsmith@chromium.org | 2013-04-26 | 1 | -5/+54 |
* | Fix HTTPCacheTransaction conditionalization header check. | digit@chromium.org | 2013-04-23 | 1 | -1/+0 |
* | Implement offline mode behind a flag. | rdsmith@chromium.org | 2013-04-20 | 1 | -0/+1 |
* | Simplify prerender and network/cache stats histograms by removing the field t... | tburkard@chromium.org | 2013-04-12 | 1 | -14/+0 |
* | Http cache: Don't delete entries when there is a network error. | rvargas@chromium.org | 2013-04-11 | 1 | -0/+2 |
* | Http cache: disable the infinite cache simulation and perform cleanup of loca... | rvargas@chromium.org | 2013-03-30 | 1 | -28/+1 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. | rdsmith@chromium.org | 2013-03-23 | 1 | -18/+52 |
* | Revert 189935 "Http cache: Don't delete entries when there is a ..." | rvargas@google.com | 2013-03-23 | 1 | -2/+0 |
* | Http cache: Don't delete entries when there is a network error. | rvargas@google.com | 2013-03-22 | 1 | -0/+2 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -0/+6 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 1 | -6/+0 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -0/+6 |
* | [Net] Separate out priority field from HttpRequestInfo | akalin@chromium.org | 2013-03-19 | 1 | -1/+4 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 1 | -3/+3 |
* | Remove HttpCache.*.SmallResource tracking. | gavinp@chromium.org | 2013-02-06 | 1 | -54/+0 |
* | LoadTiming in net, part 3. | mmenke@chromium.org | 2013-01-21 | 1 | -0/+9 |
* | Http Cache: Release all references to buffers before invoking callbacks. | rvargas@google.com | 2013-01-15 | 1 | -0/+2 |
* | Http cache: Don't attempt to revalidate entries after a vary header mismatch | rvargas@google.com | 2013-01-11 | 1 | -7/+8 |
* | Fix miss counting on http cache transactions. | gavinp@chromium.org | 2013-01-04 | 1 | -0/+1 |
* | Track occurance of Open/Create races on http cache transactions. | gavinp@chromium.org | 2013-01-02 | 1 | -1/+4 |
* | Http Cache: Invalidate cached GETs after a successful POST. | rvargas@google.com | 2012-12-21 | 1 | -2/+18 |
* | For Cache Sensitivity Analysis, add createentry/openentry delays. | tburkard@chromium.org | 2012-11-28 | 1 | -19/+49 |
* | Track unconditionalizable http requests. | gavinp@chromium.org | 2012-11-17 | 1 | -31/+36 |
* | Http cache: Modify the Vary header behavior. | rvargas@google.com | 2012-11-16 | 1 | -8/+10 |
* | net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq... | hashimoto@chromium.org | 2012-11-14 | 1 | -3/+4 |
* | Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac... | dharani@google.com | 2012-11-12 | 1 | -35/+13 |
* | For Cache Sensitivity Analysis, fix createentry/openentry race condition | tburkard@chromium.org | 2012-11-10 | 1 | -13/+35 |
* | Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis. | tburkard@chromium.org | 2012-11-09 | 1 | -3/+3 |