summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-191-4/+7
* Disk cache: Increase the throttling threshold (100->460ms) forrvargas@google.com2011-01-181-1/+1
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-96/+96
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-9/+20
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-20/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+20
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-20/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+20
* Disk cache: Add a few more histograms and stats to figurervargas@google.com2011-01-061-17/+34
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-2/+2
* Revert 68899 - Disk cache: Remove the request throttling experiment.rvargas@google.com2010-12-101-1/+10
* Disk cache: Remove the request throttling experiment.rvargas@google.com2010-12-101-10/+1
* Disk cache: Flush the data for child entries before startingrvargas@google.com2010-12-031-1/+1
* Disk cache: Remove the queue for backend operations andrvargas@google.com2010-11-041-0/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Thread IO safety: net/disk_cache file I/O in recovery.shess@chromium.org2010-10-291-0/+5
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-4/+3
* Revert 62645 - Disk cache: Remove the request throttling experiment.rvargas@google.com2010-10-141-1/+10
* Disk cache: Remove the request throttling experiment.rvargas@google.com2010-10-141-10/+1
* Disk cache: Close the current experiment for new users.rvargas@google.com2010-10-141-28/+6
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-8/+9
* This adds a cache_util::MoveCacheContents function for ChromeOS to usegspencer@chromium.org2010-10-121-1/+1
* Disk cache: Handle failures growing the user_buffer thatrvargas@google.com2010-09-291-0/+3
* Disk cache: Add a little more tracing for the stress testrvargas@google.com2010-09-271-0/+3
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-10/+13
* Disk cache: Small adjustment so that we continue withrvargas@google.com2010-09-231-2/+4
* Disk cache: Start an experiment to measure the impact ofrvargas@google.com2010-09-161-6/+37
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-7/+32
* FBTF: Move Extension::LaunchContainer to extension_constants.h.erg@google.com2010-09-161-0/+4
* Disk cache: Implement request throttling.rvargas@google.com2010-09-141-0/+5
* Disk Cache: Run another experiment: Increase the numberrvargas@google.com2010-09-131-18/+69
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+43
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-2/+2
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-3/+13
* Disk cache: Add a new uma histogram for the total internalrvargas@google.com2010-08-271-1/+1
* Disk cache: Remove the check for no open entries at destructionrvargas@google.com2010-08-251-1/+4
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-231-0/+35
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Disk Cache: Replace the backend pointer of the ChildrenDeleterrvargas@google.com2010-07-271-0/+2
* Disk Cache: Cleaner way to stop evictions at destruction.rvargas@google.com2010-07-231-11/+4
* Disk cache: Stop evictions while performing final cleanup.rvargas@google.com2010-07-201-1/+10
* Disk cache: Final code cleanup from the thread switch.rvargas@google.com2010-07-171-139/+139
* Disk cache: Code cleanup after the last cl.rvargas@google.com2010-07-151-226/+192
* Disk cache: Read the index and data_0 files in a singlervargas@google.com2010-07-151-5/+11
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-94/+238
* Disk cache: Add a few more histograms.rvargas@google.com2010-07-121-2/+33
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-234/+94
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-94/+234
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-229/+88