summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Mark some disabled tests as flaky to increase test coverage.phajdan.jr@chromium.org2009-10-161-3/+3
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-1510-85/+59
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-143-33/+21
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-1/+1
* Disk cache: Re-enable DiskCacheEntryTest.CancelSparseIOrvargas@google.com2009-10-141-2/+2
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-1312-33/+32
* Convert BlockFiles to use FilePath instead of wstring.tony@chromium.org2009-10-1310-48/+43
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-127-9/+16
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-1211-71/+99
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Disable CancelSparseIO unit test while I see what's going on.rvargas@google.com2009-10-081-1/+1
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-088-1/+155
* Handle reading to the end of a sparse entryhclam@chromium.org2009-10-011-1/+1
* Disk cache: End the experiment and use the new evictionrvargas@google.com2009-09-295-96/+78
* Disable flaky DiskCacheBackendTest.NewEvictionDisableSuccess4.phajdan.jr@chromium.org2009-09-161-1/+3
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-071-2/+1
* Fixing bugs in sparse cache when dealing with GetAvailableRange queries not a...hclam@chromium.org2009-09-022-5/+24
* Fixing a crash in disk_cache::SparseControl::UpdateRange()hclam@chromium.org2009-09-023-1/+15
* Disk Cache: Function re-ordering. No code change.rvargas@google.com2009-08-313-94/+101
* Disk cache: Add a histogram to measure the latency ofrvargas@google.com2009-08-282-13/+20
* Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntryhclam@chromium.org2009-08-272-2/+2
* Disk cache: Reduce the chance of failing a unit test under Posix.rvargas@google.com2009-08-251-4/+15
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-219-47/+326
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-219-312/+45
* Disk cache: Close the experiment for new users.rvargas@google.com2009-08-211-20/+15
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-219-45/+312
* Disk Cache: Lower the definition of a loaded system fromrvargas@google.com2009-08-113-15/+19
* Disk Cache: cleanup of OpenBlockFile.rvargas@google.com2009-08-113-7/+31
* Try again: Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-083-18/+53
* Revert "Check blockfile size before attempting to read the header."mattm@chromium.org2009-08-072-26/+0
* Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-072-0/+26
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-061-1/+1
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-064-21/+95
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* Disk cache: Open the disk cache experiment for new users.rvargas@google.com2009-08-013-9/+25
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-3010-46/+117
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-2/+2
* Disk Cache: Delete chained block files when they become empty.rvargas@google.com2009-07-284-22/+121
* Disk cache: Avoid restarting the cache while it may be in use.rvargas@google.com2009-07-243-5/+19
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-238-80/+196
* Disk cache: Add support for having a sparse entry block thatrvargas@google.com2009-07-176-49/+277
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-111-0/+26
* Disk cache: Don't evict entries if we are busy doing other stuff.rvargas@google.com2009-07-094-20/+58
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-097-13/+279
* Disk cache: Additional code cleanup after CL 20067.rvargas@google.com2009-07-081-20/+10
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-077-40/+95
* Fix 15 coverity complaints.rvargas@google.com2009-07-016-6/+6
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-291-1/+2
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-261-0/+4