summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Track evictions of ga.js.rvargas@chromium.org2012-10-124-3/+19
* Revert 158403 - Disk cache: Disable the self check of ranking lists.rvargas@google.com2012-09-241-0/+3
* Disk cache: Disable the self check of ranking lists.rvargas@google.com2012-09-241-3/+0
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-224-64/+69
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-193-5/+4
* Disk cache histograms tracking cache opens by size/age of cache.gavinp@chromium.org2012-09-141-6/+17
* New hit rate by size histograms.gavinp@chromium.org2012-09-071-8/+16
* Move hash.h/cc from net to base.jbates@chromium.org2012-09-016-114/+10
* Some minor nits in backend_impl.ccgavinp@chromium.org2012-08-281-4/+4
* Disk cache: When performing a detailed list check, don't say an entryrvargas@google.com2012-08-241-2/+5
* New histograms to track disk cache hit rate by age and use time.gavinp@chromium.org2012-08-241-1/+10
* Disk cache: More histograms to track critical corruption.rvargas@google.com2012-08-232-0/+110
* Revert 152360 - Disk cache: Disable checking the lists on start-up.rvargas@google.com2012-08-201-0/+3
* Disk cache: Disable checking the lists on start-up.rvargas@google.com2012-08-201-3/+0
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-193-7/+7
* Run the disk cache tests in scoped temporary directories instead of a fixed d...jam@chromium.org2012-08-176-58/+12
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-6/+3
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-092-4/+12
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-095-0/+13
* Disk Cache: Fix the value reported for QuickListCheck histogram.rvargas@google.com2012-08-031-1/+1
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-012-16/+7
* Removed unnecessary DCHECK on entryorenb@chromium.org2012-07-261-1/+0
* Added sanity check for entry in ReadyToUseorenb@chromium.org2012-07-261-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+12
* Disk cache: Always look for open entries when loadingrvargas@google.com2012-07-204-8/+56
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-5/+2
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1133-33/+0
* Revert 144947 - Disk cache: don't check the list of entries at startup.rvargas@google.com2012-06-291-0/+3
* Disk cache: don't check the list of entries at startup.rvargas@google.com2012-06-291-3/+0
* Disk cache: Wait until time actually moves forward, torvargas@google.com2012-06-294-15/+22
* Optionally disable mmap() in the disk cache.husky@chromium.org2012-06-269-6/+143
* 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-192-1/+49
* Disk cache: Make sure that references to IO buffers arervargas@chromium.org2012-06-143-12/+55
* NetLogEventParameter to Callback refactoring 2.mmenke@chromium.org2012-06-125-236/+186
* Disk cache: Pre-read file headers when opening files (posix).rvargas@google.com2012-06-081-2/+8
* Revert 139886 - Disk cache: Don't check the list of entries at startup.rvargas@google.com2012-05-311-0/+3
* Disk cache: Don't check the list of entries at startup.rvargas@google.com2012-05-311-3/+0
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-2/+3
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-2/+1
* Disk cache: Measure the time spent verifying the lists.rvargas@google.com2012-05-081-0/+2
* Disk cache: Modify when we report empty cache files.rvargas@google.com2012-05-051-7/+9
* Disk Cache: Add more corruption tracking histograms.rvargas@chromium.org2012-05-017-53/+154
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-282-12/+55
* Disk cache: Make sure that we don't leak file handles (even on leaky tests)rvargas@google.com2012-04-261-12/+14
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-262-1/+8
* Disk cache: Add more logging to track disk errors.rvargas@google.com2012-04-231-1/+3
* Disk cache: print out the name of the folders when there's an errorrvargas@google.com2012-04-201-1/+2
* Disk cache: Remove per-size-group histograms and a few stale ones.rvargas@google.com2012-04-183-29/+12