summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: make sure that stats are preserved between runs. rvargas@google.com2013-07-291-0/+2
* SimpleCacheExperiment ControlGroup users should stay in control group.gavinp@chromium.org2013-07-201-2/+1
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-2/+2
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-2/+2
* Disk Cache: move common elements from v2 and v3 file format.rvargas@google.com2013-06-111-1/+2
* Implements the Backend Type statistic in net-internalsviona@google.com2013-06-051-0/+4
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-12/+12
* Disk Cache: Remove traces of old experiment.rvargas@google.com2013-05-241-5/+0
* Disk cache: Avoid writing uninitialized data to disk.rvargas@google.com2013-05-241-3/+3
* Disk Cache: Make Stats independent of the backend implementation.rvargas@google.com2013-05-241-3/+59
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-4/+4
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-4/+4
* Add support for the control group in the Simple Cache Experiment.gavinp@chromium.org2013-04-201-3/+14
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Initialize the simple cache backend at runtime. pasko@google.com2013-04-021-209/+0
* Only use disk_cache::SimpleBackendImpl for net::DISK_CACHE (i.e. HTTP).gavinp@chromium.org2013-03-071-5/+9
* Add new simple disk cache backend.gavinp@chromium.org2013-02-251-0/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Revert 182845isherman@chromium.org2013-02-151-7/+0
* Add new simple disk cache backend.gavinp@chromium.org2013-02-151-0/+7
* Create a new disk_cache type, SHADER_CACHE.dsinclair@chromium.org2013-02-131-4/+6
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-22/+25
* Call FlushIndex in BackendImpl::ModifyStorageSizeboliu@chromium.org2013-01-181-0/+2
* Preparing net/ for the removal of scoped_refptr::release()piman@chromium.org2012-12-071-3/+5
* Disk cache: Don't walk the lists of entries at startup.rvargas@google.com2012-11-161-3/+0
* 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
* Disk cache: Track evictions of ga.js.rvargas@chromium.org2012-10-121-0/+5
* 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
* 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-011-4/+4
* Some minor nits in backend_impl.ccgavinp@chromium.org2012-08-281-4/+4
* New histograms to track disk cache hit rate by age and use time.gavinp@chromium.org2012-08-241-1/+10
* 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
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-091-0/+4
* Disk cache: Always look for open entries when loadingrvargas@google.com2012-07-201-1/+4
* 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
* Optionally disable mmap() in the disk cache.husky@chromium.org2012-06-261-1/+15
* 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
* 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-011-3/+8
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+2
* 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