summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-9/+7
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-1/+1
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-131-1/+1
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-42/+43
* Disk cache: End the experiment and use the new evictionrvargas@google.com2009-09-291-82/+61
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-1/+1
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-1/+1
* Disk cache: Close the experiment for new users.rvargas@google.com2009-08-211-20/+15
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-1/+1
* Disk Cache: Lower the definition of a loaded system fromrvargas@google.com2009-08-111-5/+5
* Disk cache: Open the disk cache experiment for new users.rvargas@google.com2009-08-011-8/+15
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-301-4/+4
* Disk cache: Avoid restarting the cache while it may be in use.rvargas@google.com2009-07-241-3/+9
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-231-28/+58
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-111-0/+26
* Disk cache: Don't evict entries if we are busy doing other stuff.rvargas@google.com2009-07-091-7/+20
* Disk cache: Additional code cleanup after CL 20067.rvargas@google.com2009-07-081-20/+10
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-071-5/+45
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-261-0/+4
* Disk Cache: Split some time histograms in groups basedrvargas@google.com2009-06-251-2/+13
* Disk Cache: Add more clients to the current experiment.rvargas@google.com2009-06-241-5/+21
* Disk cache: Avoid recursion when trimming entries.rvargas@google.com2009-06-101-1/+1
* Disk cache: Report more info from the current experiment.rvargas@google.com2009-06-051-13/+16
* Disk cache: Fix a signed / unsigned comparison on cl 17052rvargas@google.com2009-05-281-2/+2
* Disk cache: Reset mask_ when the disk cache is being restarted.rvargas@google.com2009-05-281-0/+8
* Set the disk cache file version properly if new_evictionrvargas@google.com2009-05-121-0/+5
* Close the disk cache experiment for new users.rvargas@google.com2009-05-081-18/+2
* Fix a browser crash when reading the disk cache experiment datarvargas@google.com2009-05-041-5/+6
* Fix a few broken histograms.rvargas@google.com2009-04-301-9/+7
* Disk cache: Set up a new experiment on the dev channel.rvargas@google.com2009-04-221-8/+54
* Stop using deprecated file_util::Trim* functions.thestig@chromium.org2009-04-211-4/+5
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-171-0/+4
* Disk cache: Enable the code that sets the max size automatically.rvargas@google.com2009-04-141-10/+36
* Disk cache: Finish the current experiment.rvargas@google.com2009-04-101-50/+22
* Disk cache: fix broken UMA reports.rvargas@google.com2009-04-091-1/+7
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-271-40/+36
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-15/+19
* Add a new histogram macro to replace a few explicit calls.rvargas@google.com2009-03-241-16/+11
* Disk cache: More instrumentation for the cache.rvargas@google.com2009-03-201-7/+118
* Disk cache: Store the stats only once every five minutes.rvargas@google.com2009-03-191-1/+1
* Disk cache: Instead of saving the cache stats only whenrvargas@google.com2009-03-181-0/+4
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-181-1/+1
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-48/+233
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-6/+6
* Disk cache: Don't add more people to the cache size experiment.rvargas@google.com2009-02-131-10/+2
* Disk cache: Add a check to make sure that the index table mask is not bigger ...rvargas@google.com2009-02-041-1/+12
* Disk cache: Adjust the current experiment so that the cachervargas@google.com2009-01-231-15/+18
* Disk cache: Avoid a crashing on a timer when the cache is disabled.rvargas@google.com2008-12-181-1/+3
* Disk cache: move eviction code to a separate file.rvargas@google.com2008-12-181-74/+8
* Disk cache: remove the hard coded list from rankings.ccrvargas@google.com2008-12-161-10/+13