summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/eviction.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-301-3/+3
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-231-10/+16
* Disk cache: Don't evict entries if we are busy doing other stuff.rvargas@google.com2009-07-091-10/+29
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-071-2/+4
* Disk Cache: Split some time histograms in groups basedrvargas@google.com2009-06-251-2/+2
* Disk cache: Avoid recursion when trimming entries.rvargas@google.com2009-06-101-2/+7
* Disk cache: Report more info from the current experiment.rvargas@google.com2009-06-051-2/+14
* Fix a few broken histograms.rvargas@google.com2009-04-301-1/+1
* Disk cache: Set up a new experiment on the dev channel.rvargas@google.com2009-04-221-2/+30
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-171-1/+0
* Disk cache: Finish the current experiment.rvargas@google.com2009-04-101-1/+1
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-271-11/+5
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-3/+3
* Disk cache: fix the report of first-eviction data to include onlyrvargas@google.com2009-03-251-1/+1
* Add a new histogram macro to replace a few explicit calls.rvargas@google.com2009-03-241-3/+6
* Disk cache: More instrumentation for the cache.rvargas@google.com2009-03-201-5/+13
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-181-4/+57
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-11/+248
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+3
* Disk cache: move eviction code to a separate file.rvargas@google.com2008-12-181-0/+122