summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/stress_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-1/+1
* Run the disk cache tests in scoped temporary directories instead of a fixed d...jam@chromium.org2012-08-171-1/+4
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-081-1/+1
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-041-1/+1
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-041-1/+1
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-2/+2
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-231-3/+5
* base::Bind(): stress_cache.cctbreisacher@chromium.org2011-12-231-24/+20
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-7/+7
* Reland after fixes.jhawkins@chromium.org2011-12-171-10/+12
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-12/+10
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-10/+12
* Disk cache: Update stress_cache to perform deeper testsing.rvargas@google.com2011-10-201-23/+66
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-3/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-2/+4
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-1/+1
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-1/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+1
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-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-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Revert 60165 - GTTF: Make net_unittests run successfully with parallel test l...phajdan.jr@chromium.org2010-09-221-12/+1
* GTTF: Make net_unittests run successfully with parallel test launcherphajdan.jr@chromium.org2010-09-221-1/+12
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-3/+23
* Disk cache: Fix the path for stress_cache.rvargas@google.com2010-09-091-1/+1
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-1/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+4
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-1/+0
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-0/+1
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-1/+0
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-0/+1
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-1/+0
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-0/+1
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-1/+0
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-1/+2
* Disk cache: Update the disk cache tools and tests to uservargas@google.com2010-06-151-10/+24
* Use CHECK_* in netwillchan@chromium.org2010-03-021-1/+2
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-1/+1
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-4/+2
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-1/+2
* Disk Cache: Lower the definition of a loaded system fromrvargas@google.com2009-08-111-4/+7
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-2/+3
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-1/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-7/+7