summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/eviction.h
Commit message (Expand)AuthorAgeFilesLines
* base::Bind conversion for net/disk_cache/...adamk@chromium.org2011-10-201-2/+2
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-291-1/+1
* Disk cache: Make sure the list of unused entries is notrvargas@google.com2011-05-101-2/+2
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-251-0/+5
* Disk Cache: Run another experiment: Increase the numberrvargas@google.com2010-09-131-0/+1
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-5/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Disk cache: Stop evictions while performing final cleanup.rvargas@google.com2010-07-201-1/+5
* Disk cache: Delete the disk cache if it is substantially biggerrvargas@google.com2010-02-191-0/+2
* Disk cache: Don't evict entries if we are busy doing other stuff.rvargas@google.com2009-07-091-0/+3
* Disk cache: Avoid recursion when trimming entries.rvargas@google.com2009-06-101-0/+1
* Disk cache: Set up a new experiment on the dev channel.rvargas@google.com2009-04-221-0/+1
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-1/+2
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-181-0/+1
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-0/+17
* Disk cache: move eviction code to a separate file.rvargas@google.com2008-12-181-0/+57