summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/eviction.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Go back to regular evictions if we are falling behind.rvargas@google.com2013-01-181-1/+7
* Disk cache: Track evictions of ga.js.rvargas@chromium.org2012-10-121-2/+6
* Disk Cache: Remove the deleted list experiment.rvargas@google.com2012-02-231-8/+10
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-2/+3
* Disk Cache: Avoid discarding more deleted entriesrvargas@google.com2011-11-161-10/+12
* Disk cache: Make sure that we don't keep looping tryingrvargas@google.com2011-10-261-33/+38
* base::Bind conversion for net/disk_cache/...adamk@chromium.org2011-10-201-9/+10
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-291-16/+31
* Disk cache: Re-open the deleted list length experiment.rvargas@google.com2011-05-181-0/+1
* Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...kushi.p@gmail.com2011-05-111-3/+3
* Disk cache: Make sure the list of unused entries is notrvargas@google.com2011-05-101-16/+19
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-251-15/+27
* Disk Cache: Run another experiment: Increase the numberrvargas@google.com2010-09-131-2/+10
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+10
* Disk Cache: Cleaner way to stop evictions at destruction.rvargas@google.com2010-07-231-0/+1
* Disk cache: Stop evictions while performing final cleanup.rvargas@google.com2010-07-201-0/+13
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-3/+3
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-3/+3
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-3/+3
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-3/+3
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-3/+3
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-3/+3
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-3/+3
* Disk cache: Make sure that we don't oveload the IO messagervargas@google.com2010-03-151-3/+6
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-221-5/+6
* Disk cache: Delete the disk cache if it is substantially biggerrvargas@google.com2010-02-191-12/+31
* Disk cache: End the experiment and use the new evictionrvargas@google.com2009-09-291-4/+4
* 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