summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/rankings.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: When performing a detailed list check, don't say an entryrvargas@google.com2012-08-241-2/+5
* Disk cache: More histograms to track critical corruption.rvargas@google.com2012-08-231-0/+107
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-0/+9
* Disk Cache: Fix the value reported for QuickListCheck histogram.rvargas@google.com2012-08-031-1/+1
* Disk cache: Always look for open entries when loadingrvargas@google.com2012-07-201-7/+6
* Optionally disable mmap() in the disk cache.husky@chromium.org2012-06-261-0/+3
* Disk cache: Continue looking for list errors after the first one.rvargas@chromium.org2012-06-261-4/+6
* Disk Cache: Add a histogram to track list head corruption.rvargas@google.com2012-06-191-1/+45
* Disk cache: Measure the time spent verifying the lists.rvargas@google.com2012-05-081-0/+2
* Disk Cache: Add more corruption tracking histograms.rvargas@chromium.org2012-05-011-34/+101
* Disk Cache: Make sure that chaining an entry to the current head worksrvargas@google.com2012-03-121-1/+7
* Disk cache: Add a hash to the entry's internal data.rvargas@google.com2011-11-301-8/+7
* Disk Cache: Remove "invalidating iterator" message fromrvargas@google.com2011-11-011-1/+1
* Disk cache: Update stress_cache to perform deeper testsing.rvargas@google.com2011-10-201-1/+7
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-291-12/+25
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-1/+1
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-071-14/+16
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-141-1/+10
* Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk...nick@chromium.org2011-04-131-7/+1
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-131-1/+7
* Disk cache: More fixes to avoid corruption.rvargas@google.com2011-02-231-1/+1
* More net/ method ordering.erg@google.com2011-01-261-162/+162
* Disk cache: A dirty entry can point to a list thatrvargas@google.com2010-11-171-33/+74
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* clang: Let everything compile in Release builds.thakis@chromium.org2010-10-101-0/+2
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+14
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-221-2/+3
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-301-16/+33
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-231-22/+20
* Disk cache: Add support for having a sparse entry block thatrvargas@google.com2009-07-171-0/+14
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-071-2/+4
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-171-0/+2
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-271-2/+3
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-2/+22
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+2
* Port crash_cache tool to Linux.phajdan.jr@chromium.org2009-01-131-14/+35
* Disk cache: move eviction code to a separate file.rvargas@google.com2008-12-181-0/+4
* Disk cache: remove the hard coded list from rankings.ccrvargas@google.com2008-12-161-116/+157
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-041-36/+40
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix some more warnings.evanm@google.com2008-08-201-1/+0
* Second pass move the os dependent code apart on the disk cache.rvargas@google.com2008-08-151-2/+4
* Re submitting the histograms change (735)rvargas@google.com2008-08-121-0/+5
* Back off the histograms change.rvargas@google.com2008-08-121-5/+0
* Add a few histograms to the disk cache.rvargas@google.com2008-08-121-0/+5
* Add net to the repository.initial.commit2008-07-261-0/+697