summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Added deletion to LogStoreEntry layeragayev@chromium.org2012-12-184-13/+34
* Renamed classes for consistency.agayev@chromium.org2012-12-1210-207/+207
* Don't access the first (index 0) element of an empty vectorwtc@chromium.org2012-12-111-3/+5
* Preparing net/ for the removal of scoped_refptr::release()piman@chromium.org2012-12-071-3/+5
* Added CacheEntry implementation.agayev@chromium.org2012-12-065-2/+287
* Disk cache: Update the documentation to reflect the current interface.rvargas@google.com2012-11-211-22/+18
* Disk cache: Don't walk the lists of entries at startup.rvargas@google.com2012-11-163-222/+0
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-166-10/+10
* Another approach to adding the layer for managing segment objects.agayev@chromium.org2012-11-169-43/+495
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-144-14/+14
* Make Segment refcounted.agayev@chromium.org2012-11-062-10/+13
* Make Segment API symmetric.agayev@chromium.org2012-11-063-66/+34
* Revert 165997 - Disk cache: Don't check the lists of entries at startup.rvargas@google.com2012-11-051-0/+3
* Disk cache: Don't check the lists of entries at startup.rvargas@google.com2012-11-051-3/+0
* Histogram type support in HistogramBase and remove SetRangeDescription functionkaiwang@chromium.org2012-10-311-1/+1
* Cache backend for devices with flash storageagayev@chromium.org2012-10-256-136/+179
* Revert 164064 - Cache backend for devices with flash storagecbentzel@chromium.org2012-10-256-178/+136
* Cache backend for devices with flash storageagayev@chromium.org2012-10-256-136/+178
* Cache backend for devices with flash storageagayev@chromium.org2012-10-237-0/+550
* Move SnapshotSamples to HistogramBasekaiwang@chromium.org2012-10-202-3/+3
* 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