summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Allow the disk cache histograms to generatervargas@google.com2010-05-112-10/+71
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-101-1/+0
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-042-6/+5
* Disk cache: Re-enable some unit tests that were disabledrvargas@google.com2010-04-301-13/+6
* Disk cache: fix a unit test for Linux.rvargas@google.com2010-04-301-4/+1
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-292-10/+13
* Disk cache: Make sure that we don't access the index filervargas@google.com2010-04-283-2/+26
* Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1). nsylvain@chromium.org2010-04-062-38/+60
* Change NOTREACHED for a LOG(WARNING) when we can't deletensylvain@chromium.org2010-04-021-4/+8
* Disable more DiskCacheBackendTest's as the crash on Linux/shlibtimurrrr@chromium.org2010-03-311-2/+4
* 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