| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk Cache: Run another experiment: Increase the number | rvargas@google.com | 2010-09-13 | 1 | -2/+10 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 1 | -0/+10 |
* | Disk Cache: Cleaner way to stop evictions at destruction. | rvargas@google.com | 2010-07-23 | 1 | -0/+1 |
* | Disk cache: Stop evictions while performing final cleanup. | rvargas@google.com | 2010-07-20 | 1 | -0/+13 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-13 | 1 | -3/+3 |
* | Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -3/+3 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -3/+3 |
* | Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-02 | 1 | -3/+3 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -3/+3 |
* | Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -3/+3 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-06-30 | 1 | -3/+3 |
* | Disk cache: Make sure that we don't oveload the IO message | rvargas@google.com | 2010-03-15 | 1 | -3/+6 |
* | Disk cache: Use TimeTicks instead of Time for some of the | rvargas@google.com | 2010-02-22 | 1 | -5/+6 |
* | Disk cache: Delete the disk cache if it is substantially bigger | rvargas@google.com | 2010-02-19 | 1 | -12/+31 |
* | Disk cache: End the experiment and use the new eviction | rvargas@google.com | 2009-09-29 | 1 | -4/+4 |
* | Disk cache: Remove remaining uses of RankingsNode.pointer. | rvargas@google.com | 2009-07-30 | 1 | -3/+3 |
* | Disk cache: Fix handling of invalid entries that are detected | rvargas@google.com | 2009-07-23 | 1 | -10/+16 |
* | Disk cache: Don't evict entries if we are busy doing other stuff. | rvargas@google.com | 2009-07-09 | 1 | -10/+29 |
* | Disk cache: Keep a map of all open entries. | rvargas@google.com | 2009-07-07 | 1 | -2/+4 |
* | Disk Cache: Split some time histograms in groups based | rvargas@google.com | 2009-06-25 | 1 | -2/+2 |
* | Disk cache: Avoid recursion when trimming entries. | rvargas@google.com | 2009-06-10 | 1 | -2/+7 |
* | Disk cache: Report more info from the current experiment. | rvargas@google.com | 2009-06-05 | 1 | -2/+14 |
* | Fix a few broken histograms. | rvargas@google.com | 2009-04-30 | 1 | -1/+1 |
* | Disk cache: Set up a new experiment on the dev channel. | rvargas@google.com | 2009-04-22 | 1 | -2/+30 |
* | Disk cache: Modify the unit tests so that they test both | rvargas@google.com | 2009-04-17 | 1 | -1/+0 |
* | Disk cache: Finish the current experiment. | rvargas@google.com | 2009-04-10 | 1 | -1/+1 |
* | Disk Cache: Second pass (and final) to allow multiple instances | rvargas@google.com | 2009-03-27 | 1 | -11/+5 |
* | Disk cache: First pass to make it possible to have | rvargas@google.com | 2009-03-25 | 1 | -3/+3 |
* | Disk cache: fix the report of first-eviction data to include only | rvargas@google.com | 2009-03-25 | 1 | -1/+1 |
* | Add a new histogram macro to replace a few explicit calls. | rvargas@google.com | 2009-03-24 | 1 | -3/+6 |
* | Disk cache: More instrumentation for the cache. | rvargas@google.com | 2009-03-20 | 1 | -5/+13 |
* | Disk cache: First implementation of TrimDeleted() and a few | rvargas@google.com | 2009-03-18 | 1 | -4/+57 |
* | New disk cache eviction algorithm (partial implementation). | rvargas@google.com | 2009-03-06 | 1 | -11/+248 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -3/+3 |
* | Disk cache: move eviction code to a separate file. | rvargas@google.com | 2008-12-18 | 1 | -0/+122 |