summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/stress_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-7/+7
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-7/+7
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-1/+1
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-8/+2
* Port crash_cache tool to Linux.phajdan.jr@chromium.org2009-01-131-33/+3
* Port stress_cache tool.deanm@chromium.org2008-11-211-25/+57
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-5/+10
* fix builddarin@google.com2008-08-261-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix utilities that were broken by at_exit changes.rvargas@google.com2008-08-141-0/+4
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Add net to the repository.initial.commit2008-07-261-0/+221