| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 144947 - Disk cache: don't check the list of entries at startup. | rvargas@google.com | 2012-06-29 | 1 | -0/+3 |
* | Disk cache: don't check the list of entries at startup. | rvargas@google.com | 2012-06-29 | 1 | -3/+0 |
* | Optionally disable mmap() in the disk cache. | husky@chromium.org | 2012-06-26 | 1 | -1/+15 |
* | Revert 139886 - Disk cache: Don't check the list of entries at startup. | rvargas@google.com | 2012-05-31 | 1 | -0/+3 |
* | Disk cache: Don't check the list of entries at startup. | rvargas@google.com | 2012-05-31 | 1 | -3/+0 |
* | Disk cache: Modify when we report empty cache files. | rvargas@google.com | 2012-05-05 | 1 | -7/+9 |
* | Disk Cache: Add more corruption tracking histograms. | rvargas@chromium.org | 2012-05-01 | 1 | -3/+8 |
* | Disallow UI/IO thread blocking on any other thread. | jam@chromium.org | 2012-04-26 | 1 | -0/+2 |
* | Disk cache: Add more logging to track disk errors. | rvargas@google.com | 2012-04-23 | 1 | -1/+3 |
* | Disk cache: print out the name of the folders when there's an error | rvargas@google.com | 2012-04-20 | 1 | -1/+2 |
* | Disk cache: Remove per-size-group histograms and a few stale ones. | rvargas@google.com | 2012-04-18 | 1 | -20/+7 |
* | Return false if CreateDirectory fails | tbreisacher@chromium.org | 2012-03-28 | 1 | -1/+2 |
* | Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess... | jbates@chromium.org | 2012-03-27 | 1 | -3/+4 |
* | Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp... | aa@chromium.org | 2012-03-26 | 1 | -4/+3 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-26 | 1 | -3/+4 |
* | Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta... | rnk@chromium.org | 2012-03-23 | 1 | -4/+3 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-23 | 1 | -3/+4 |
* | Disk cache: Fix style and extra net:: specification. | rvargas@google.com | 2012-03-23 | 1 | -15/+15 |
* | Disk cache: Remove all non essential synchronization from the | rvargas@google.com | 2012-03-20 | 1 | -2/+16 |
* | Disk Cache: Make sure that chaining an entry to the current head works | rvargas@google.com | 2012-03-12 | 1 | -1/+1 |
* | Disk Cache: Remove the deleted list experiment. | rvargas@google.com | 2012-02-23 | 1 | -56/+4 |
* | Revert "Revert the disk_cache change part of http://codereview.chromium.org/9... | jhawkins@chromium.org | 2012-01-04 | 1 | -17/+5 |
* | Revert the disk_cache change part of http://codereview.chromium.org/9035012 | thakis@chromium.org | 2012-01-02 | 1 | -5/+17 |
* | base::Bind: Random remaining cleanups. | jhawkins@chromium.org | 2011-12-23 | 1 | -17/+5 |
* | Disk cache: Make sure that the index file is closed on the cache thread. | rvargas@google.com | 2011-12-22 | 1 | -0/+1 |
* | base::Bind: disk_cache_test_base.(cc|h) | tbreisacher@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | base::Bind: Convert most of disk_cache. | jhawkins@chromium.org | 2011-12-19 | 1 | -20/+21 |
* | Reland after fixes. | jhawkins@chromium.org | 2011-12-17 | 1 | -45/+39 |
* | Revert 114838 - base::Bind: Remove even moar OldCompletionCallback. | garykac@chromium.org | 2011-12-16 | 1 | -39/+45 |
* | base::Bind: Remove even moar OldCompletionCallback. | jhawkins@chromium.org | 2011-12-16 | 1 | -45/+39 |
* | base::Bind: Cleanup almost-unused OldCompletionCallbacks. | jhawkins@chromium.org | 2011-12-15 | 1 | -21/+0 |
* | Reland r113263 rebased after revert of r113249. | jhawkins@chromium.org | 2011-12-12 | 1 | -0/+7 |
* | Reland r113261 rebased after revert of r113249. | jhawkins@chromium.org | 2011-12-12 | 1 | -0/+14 |
* | Reverts a commit that caused ASAN failures, and 2 dependent commits. | joi@chromium.org | 2011-12-07 | 1 | -35/+0 |
* | base::Bind: Convert chrome_benchmarking_message_filter.cc. | jhawkins@chromium.org | 2011-12-06 | 1 | -0/+7 |
* | base::Bind: Convert browsing_data_remover. | jhawkins@chromium.org | 2011-12-06 | 1 | -0/+14 |
* | base::Bind: Convert disk_cache_based_ssl_host_info. | jhawkins@chromium.org | 2011-12-06 | 1 | -0/+14 |
* | Disk cache: Add a hash to the entry's internal data. | rvargas@google.com | 2011-11-30 | 1 | -7/+6 |
* | Disk cache: Make sure that we don't keep looping trying | rvargas@google.com | 2011-10-26 | 1 | -11/+16 |
* | Disk cache: Update stress_cache to perform deeper testsing. | rvargas@google.com | 2011-10-20 | 1 | -4/+79 |
* | base::Bind conversion for net/disk_cache/... | adamk@chromium.org | 2011-10-20 | 1 | -5/+3 |
* | Revert 105215 - Disk Cache: Close the deleted list experiment for new users. | rvargas@google.com | 2011-10-13 | 1 | -6/+28 |
* | Disk Cache: Close the deleted list experiment for new users. | rvargas@google.com | 2011-10-13 | 1 | -28/+6 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -16/+16 |
* | Disk Cache: Improve handling of dirty entries. | rvargas@google.com | 2011-09-29 | 1 | -14/+51 |
* | Disk cache: Make sure that we don't use the address of an | rvargas@google.com | 2011-09-13 | 1 | -5/+5 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Disk cache: Don't evict anything for the first five | rvargas@google.com | 2011-08-31 | 1 | -3/+8 |