summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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