summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Run the disk cache tests in scoped temporary directories instead of a fixed d...jam@chromium.org2012-08-171-3/+4
* Disk cache: Wait until time actually moves forward, torvargas@google.com2012-06-291-8/+6
* Disk cache: Make sure that we don't leak file handles (even on leaky tests)rvargas@google.com2012-04-261-12/+14
* Disk cache: Remove all non essential synchronization from thervargas@google.com2012-03-201-5/+82
* Reland 121790rvargas@google.com2012-03-131-2/+1
* Disk Cache: Make sure that chaining an entry to the current head worksrvargas@google.com2012-03-121-0/+28
* Revert 121790 - Stop lying, it's still flaky :)willchan@chromium.org2012-03-091-1/+2
* Disk cache: Handle clearing the memory cache when it is already empty.rvargas@google.com2012-02-161-0/+2
* Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerationsrvargas@google.com2012-02-141-2/+1
* Flakiness cleanup: disable flaky tests under net/evan@chromium.org2012-02-141-1/+1
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-7/+9
* Disk cache: Make sure that the index file is closed on the cache thread.rvargas@google.com2011-12-221-0/+14
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-27/+28
* Disk cache: Add a hash to the entry's internal data.rvargas@google.com2011-11-301-32/+1
* Disk cache: Simplify some of the test infrastructure.rvargas@google.com2011-11-151-23/+16
* 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