summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-66/+14
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-14/+66
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-66/+14
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-14/+66
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-1/+1
* Disk cache: Update the disk cache tools and tests to uservargas@google.com2010-06-151-23/+102
* Disk cache: Allow the disk cache histograms to generatervargas@google.com2010-05-111-0/+13
* Disk cache: Re-enable some unit tests that were disabledrvargas@google.com2010-04-301-13/+6
* Disk cache: fix a unit test for Linux.rvargas@google.com2010-04-301-4/+1
* Disk cache: Make sure that we don't access the index filervargas@google.com2010-04-281-0/+15
* Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1). nsylvain@chromium.org2010-04-061-25/+44
* Disable more DiskCacheBackendTest's as the crash on Linux/shlibtimurrrr@chromium.org2010-03-311-2/+4
* Disabling the DiskCacheBackendTest.NewEvictionDisableFailure2 as it crashes o...timurrrr@chromium.org2010-03-301-1/+2
* Disabling the DiskCacheBackendTest.DisableFailure2 as it crashes at times on ...timurrrr@chromium.org2010-03-301-1/+2
* Disabling the DiskCacheBackendTest.DisableSuccess2 as it crashes at times on ...ananta@chromium.org2010-03-291-1/+2
* Disk cache" Convert some of the unit tests to the newrvargas@google.com2010-03-181-114/+115
* Disk cache: Make sure that we don't oveload the IO messagervargas@google.com2010-03-151-0/+3
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-181-1/+2
* Mark some disabled tests as flaky to increase test coverage.phajdan.jr@chromium.org2009-10-161-3/+3
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-17/+16
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-1/+1
* Disable flaky DiskCacheBackendTest.NewEvictionDisableSuccess4.phajdan.jr@chromium.org2009-09-161-1/+3
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-0/+33
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-33/+0
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-0/+33
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-061-0/+66
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-301-0/+45
* Disk cache: Avoid restarting the cache while it may be in use.rvargas@google.com2009-07-241-0/+5
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-231-10/+72
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-071-5/+14
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-5/+2
* Disk cache: Reset mask_ when the disk cache is being restarted.rvargas@google.com2009-05-281-0/+63
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-6/+6
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-171-131/+358
* Disk cache: Enable the code that sets the max size automatically.rvargas@google.com2009-04-141-0/+30
* Disk Cache: Make sure that an entry that pretends to bervargas@google.com2009-03-301-0/+17
* Disk cache: Add a unit test that instantiates three cachesrvargas@google.com2009-03-261-0/+28
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-4/+7
* Document how we avoid running leaky tests under Purify and Valgrind,dkegel@google.com2009-03-181-0/+8
* Disk cache: A few minor fixes to make coverity happy.rvargas@google.com2009-03-181-2/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-5/+3
* Fix some purify warnings.rvargas@google.com2009-02-121-0/+4
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-29/+35
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-35/+29
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-29/+35
* Try to consistently use arraysize() with strlcpy().deanm@chromium.org2009-01-021-3/+4
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Run some disk cache unit tests on the Macmmentovai@google.com2008-08-281-7/+7
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-19/+22