| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk cache" Convert some of the unit tests to the new | rvargas@google.com | 2010-03-18 | 4 | -171/+231 |
* | AppCache: Migrate to the DiskCache's async interface and use the CacheType::A... | michaeln@chromium.org | 2010-03-17 | 2 | -0/+13 |
* | Disk cache: Make sure that we don't oveload the IO message | rvargas@google.com | 2010-03-15 | 2 | -3/+9 |
* | Use CHECK_* in net | willchan@chromium.org | 2010-03-02 | 1 | -1/+2 |
* | Disk cache: Use TimeTicks instead of Time for some of the | rvargas@google.com | 2010-02-22 | 7 | -26/+32 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Disk cache: Delete the disk cache if it is substantially bigger | rvargas@google.com | 2010-02-19 | 3 | -18/+41 |
* | Disk cache: Remove some dead code. | rvargas@google.com | 2010-02-11 | 1 | -9/+1 |
* | Http Cache: Use asynchronous Open/Create/Doom entry calls. | rvargas@google.com | 2010-01-14 | 5 | -0/+25 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 1 | -7/+2 |
* | Http cache: Add a test to make sure that the cache | rvargas@google.com | 2009-12-18 | 4 | -34/+8 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 5 | -7/+53 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -2/+3 |
* | Fix integer overflow in calculation of sparse I/O extent. | cevans@chromium.org | 2009-11-10 | 1 | -1/+1 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 3 | -4/+7 |
* | Disk Cache: New interface that enables asynchronous completion | rvargas@google.com | 2009-11-05 | 9 | -6/+239 |
* | Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks. | dkegel@google.com | 2009-10-28 | 1 | -1/+9 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -1/+1 |
* | Disk cache: Fix a race accessing a file's reference counter | rvargas@google.com | 2009-10-21 | 1 | -3/+10 |
* | Mark some disabled tests as flaky to increase test coverage. | phajdan.jr@chromium.org | 2009-10-16 | 1 | -3/+3 |
* | Final patch to convert disk cache to using FilePath instead of | tony@chromium.org | 2009-10-15 | 10 | -85/+59 |
* | A couple new io buffers that encapsulate more data and are therefore easier t... | vandebo@chromium.org | 2009-10-14 | 3 | -33/+21 |
* | Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath. | tony@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | Disk cache: Re-enable DiskCacheEntryTest.CancelSparseIO | rvargas@google.com | 2009-10-14 | 1 | -2/+2 |
* | Move disk_cache::MappedFile to use FilePath instead of wstring. | tony@chromium.org | 2009-10-13 | 12 | -33/+32 |
* | Convert BlockFiles to use FilePath instead of wstring. | tony@chromium.org | 2009-10-13 | 10 | -48/+43 |
* | Step 2 in porting disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 7 | -9/+16 |
* | Start migrating the disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 11 | -71/+99 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Disable CancelSparseIO unit test while I see what's going on. | rvargas@google.com | 2009-10-08 | 1 | -1/+1 |
* | Disk cache: Add a method to cancel pending sparse operations. | rvargas@google.com | 2009-10-08 | 8 | -1/+155 |
* | Handle reading to the end of a sparse entry | hclam@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | Disk cache: End the experiment and use the new eviction | rvargas@google.com | 2009-09-29 | 5 | -96/+78 |
* | Disable flaky DiskCacheBackendTest.NewEvictionDisableSuccess4. | phajdan.jr@chromium.org | 2009-09-16 | 1 | -1/+3 |
* | Avoids the use of "namespace using-directives" in a few places. | thakis@chromium.org | 2009-09-07 | 1 | -2/+1 |
* | Fixing bugs in sparse cache when dealing with GetAvailableRange queries not a... | hclam@chromium.org | 2009-09-02 | 2 | -5/+24 |
* | Fixing a crash in disk_cache::SparseControl::UpdateRange() | hclam@chromium.org | 2009-09-02 | 3 | -1/+15 |
* | Disk Cache: Function re-ordering. No code change. | rvargas@google.com | 2009-08-31 | 3 | -94/+101 |
* | Disk cache: Add a histogram to measure the latency of | rvargas@google.com | 2009-08-28 | 2 | -13/+20 |
* | Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntry | hclam@chromium.org | 2009-08-27 | 2 | -2/+2 |
* | Disk cache: Reduce the chance of failing a unit test under Posix. | rvargas@google.com | 2009-08-25 | 1 | -4/+15 |
* | Disk cache: Implement asynchronous IO for Posix. | rvargas@google.com | 2009-08-21 | 9 | -47/+326 |
* | Revert cl 23919 to investigate valgrind failures. | rvargas@google.com | 2009-08-21 | 9 | -312/+45 |
* | Disk cache: Close the experiment for new users. | rvargas@google.com | 2009-08-21 | 1 | -20/+15 |
* | Disk cache: Implement asynchronous IO for Posix. | rvargas@google.com | 2009-08-21 | 9 | -45/+312 |
* | Disk Cache: Lower the definition of a loaded system from | rvargas@google.com | 2009-08-11 | 3 | -15/+19 |
* | Disk Cache: cleanup of OpenBlockFile. | rvargas@google.com | 2009-08-11 | 3 | -7/+31 |
* | Try again: Check blockfile size before attempting to read the header. | mattm@chromium.org | 2009-08-08 | 3 | -18/+53 |
* | Revert "Check blockfile size before attempting to read the header." | mattm@chromium.org | 2009-08-07 | 2 | -26/+0 |
* | Check blockfile size before attempting to read the header. | mattm@chromium.org | 2009-08-07 | 2 | -0/+26 |