summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: More fixes to avoid corruption.rvargas@google.com2011-02-231-0/+15
* Disk cache: Fix the initialization order of the backend.rvargas@google.com2011-02-161-0/+23
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-251-0/+90
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-3/+7
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-7/+3
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-3/+7
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-10/+12
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-12/+10
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-10/+12
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-12/+10
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-10/+12
* Disk cache: Add a few more histograms and stats to figurervargas@google.com2011-01-061-1/+1
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-7/+7
* Disk cache: Flush the data for child entries before startingrvargas@google.com2010-12-031-2/+2
* Disk cache: A dirty entry can point to a list thatrvargas@google.com2010-11-171-0/+20
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-14/+14
* Disk cache: Change the way we delete files.rvargas@google.com2010-09-291-0/+42
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-1/+2
* Revert 60165 - GTTF: Make net_unittests run successfully with parallel test l...phajdan.jr@chromium.org2010-09-221-51/+52
* GTTF: Make net_unittests run successfully with parallel test launcherphajdan.jr@chromium.org2010-09-221-52/+51
* Disk cache: Fix the include order.rvargas@google.com2010-09-201-1/+1
* Annotate test-only race in DiskCacheBackendTest.NewEvictionTrimInvalidEntrytimurrrr@chromium.org2010-09-171-0/+8
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-4/+76
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-231-51/+112
* Disk cache: Code cleanup after the last cl.rvargas@google.com2010-07-151-1/+1
* Disk cache: Read the index and data_0 files in a singlervargas@google.com2010-07-151-71/+51
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-17/+80
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-70/+15
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-15/+70
* 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