summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk Cache: Supress tsan warnings for BackendTrimInvalidEntry2rvargas@google.com2011-10-291-0/+4
* Disk cache: Fix the synchronization of BackendTrimInvalidEntry2.rvargas@google.com2011-10-261-0/+2
* Disk cache: Update stress_cache to perform deeper testsing.rvargas@google.com2011-10-201-3/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* Disk Cache: Eliminate a race in one of the new testsrvargas@google.com2011-09-291-0/+1
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-291-0/+340
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-3/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-2/+2
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-021-0/+23
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-3/+0
* Disk cache: (tests) Make sure that we don't have operations in thervargas@google.com2011-06-281-0/+6
* Disk cache: Make sure the list of unused entries is notrvargas@google.com2011-05-101-0/+31
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-141-3/+1
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-171-1/+1
* Mark DiskCacheBackendTest.AppCacheEnumerations as flakyphajdan.jr@chromium.org2011-02-281-1/+2
* 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