summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Disabling the DiskCacheBackendTest.NewEvictionDisableFailure2 as it crashes o...timurrrr@chromium.org2010-03-301-1/+2
* Disabling the DiskCacheBackendTest.DisableFailure2 as it crashes at times on ...timurrrr@chromium.org2010-03-301-1/+2
* Disabling the DiskCacheBackendTest.DisableSuccess2 as it crashes at times on ...ananta@chromium.org2010-03-291-1/+2
* Disk cache" Convert some of the unit tests to the newrvargas@google.com2010-03-184-171/+231
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-172-0/+13
* Disk cache: Make sure that we don't oveload the IO messagervargas@google.com2010-03-152-3/+9
* Use CHECK_* in netwillchan@chromium.org2010-03-021-1/+2
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-227-26/+32
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+1
* Disk cache: Delete the disk cache if it is substantially biggerrvargas@google.com2010-02-193-18/+41
* Disk cache: Remove some dead code.rvargas@google.com2010-02-111-9/+1
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-145-0/+25
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-7/+2
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-184-34/+8
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-065-7/+53
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+3
* Fix integer overflow in calculation of sparse I/O extent.cevans@chromium.org2009-11-101-1/+1
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-053-4/+7
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-059-6/+239
* Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.dkegel@google.com2009-10-281-1/+9
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-1/+1
* Disk cache: Fix a race accessing a file's reference counterrvargas@google.com2009-10-211-3/+10
* 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