summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-88/+229
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-228/+87
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-87/+228
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-24/+28
* Disk cache: Update the disk cache tools and tests to uservargas@google.com2010-06-151-24/+30
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-2/+2
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-181-2/+2
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-291-2/+2
* Disk cache: Make sure that we don't access the index filervargas@google.com2010-04-281-0/+8
* Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1). nsylvain@chromium.org2010-04-061-13/+16
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-0/+10
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-221-3/+4
* Disk cache: Delete the disk cache if it is substantially biggerrvargas@google.com2010-02-191-6/+8
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-141-0/+8
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-051-0/+49
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-9/+7
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-1/+1
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-131-1/+1
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-42/+43
* Disk cache: End the experiment and use the new evictionrvargas@google.com2009-09-291-82/+61
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-1/+1
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-1/+1
* Disk cache: Close the experiment for new users.rvargas@google.com2009-08-211-20/+15