summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-5/+2
* Disk cache: Reset mask_ when the disk cache is being restarted.rvargas@google.com2009-05-281-0/+63
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-6/+6
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-171-131/+358
* Disk cache: Enable the code that sets the max size automatically.rvargas@google.com2009-04-141-0/+30
* Disk Cache: Make sure that an entry that pretends to bervargas@google.com2009-03-301-0/+17
* Disk cache: Add a unit test that instantiates three cachesrvargas@google.com2009-03-261-0/+28
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-4/+7
* Document how we avoid running leaky tests under Purify and Valgrind,dkegel@google.com2009-03-181-0/+8
* Disk cache: A few minor fixes to make coverity happy.rvargas@google.com2009-03-181-2/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-5/+3
* Fix some purify warnings.rvargas@google.com2009-02-121-0/+4
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-29/+35
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-35/+29
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-29/+35
* Try to consistently use arraysize() with strlcpy().deanm@chromium.org2009-01-021-3/+4
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Run some disk cache unit tests on the Macmmentovai@google.com2008-08-281-7/+7
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-19/+22
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Disk cache: Make sure we don't overwrite external files when creating new ones.rvargas@google.com2008-08-231-0/+23
* Add unit tests to the disk cache to verify that a failure during cache reinit...rvargas@google.com2008-07-301-35/+65
* Add net to the repository.initial.commit2008-07-261-0/+944