summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* SimpleCache: Add doom event to netlogpasko@chromium.org2014-08-111-0/+1
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-2/+14
* Fixes for re-enabling more MSVC level 4 warnings: net/ editionpkasting@chromium.org2014-07-081-1/+2
* simplify posix MappedFile::Init and add useful logsmostynb@opera.com2014-07-081-2/+2
* Add histograms to track age of cache entries for web fontsksakamoto@chromium.org2014-06-121-5/+11
* Simple Cache: remove experiment code for flush intervals.pasko@chromium.org2014-06-052-28/+4
* Add histograms to track disk cache stats for web fontsksakamoto@chromium.org2014-06-054-0/+132
* Cleanup: Use base::CommandLine in net/thestig@chromium.org2014-06-031-2/+2
* Disk cache: Remove stats_histogram.rvargas@chromium.org2014-05-275-181/+33
* Disk cache: Clarify API contract and delete spurious delay.rvargas@chromium.org2014-05-152-2/+4
* Fix -Wunused-local-typedefs errors with GCC 4.7+fdegans@chromium.org2014-04-071-1/+0
* simple cache: testing: AddDelay() between evictable entry setspasko@chromium.org2014-04-071-0/+5
* Net: Remove CreatePlatformFile from the disk cache.rvargas@chromium.org2014-04-038-187/+125
* Move Preload() code to MappedFilebratell@opera.com2014-04-014-7/+20
* Main motivation for this is to save binary size. The change causes linker deadpasko@chromium.org2014-03-273-5/+31
* Disk cache: Some cleanup for the skeleton of the backend worker.rvargas@chromium.org2014-03-253-54/+28
* Fix "unreachable code" warnings (MSVC warning 4702) in net/.pkasting@chromium.org2014-03-191-1/+3
* Put histogram code in disk_cache on a diet.bratell@opera.com2014-03-182-37/+10
* Move some functions in test_file_util to base namespace.brettw@chromium.org2014-03-171-5/+5
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+2
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-126-50/+50
* Fix IWYU in base/files/file.htnagel@chromium.org2014-03-091-0/+1
* Remove the flash specific disk cache backend.gavinp@chromium.org2014-03-0619-1750/+0
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-065-17/+16
* Reland re-organization of net/disk_cache/gavinp@chromium.org2014-03-0386-312/+313
* Revert 253581 "Reorganize net/disk_cache into backend specific d..."gavinp@chromium.org2014-02-2686-312/+311
* Reorganize net/disk_cache into backend specific directories.gavinp@chromium.org2014-02-2686-311/+312
* Refactor ActivityStatus to not store currentdtrainor@chromium.org2014-02-212-10/+10
* Clean up dependencies for disk_cache histogram_macros.h.gavinp@chromium.org2014-02-1312-25/+36
* Disk cache: Disable block file internal consistency dchecks for normal builds.rvargas@chromium.org2014-02-121-8/+9
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-272-15/+13
* Disk cache v3: Improve the skeleton of BackendImpl and EntryImpl.rvargas@chromium.org2014-01-247-522/+672
* Cleanup: Remove a reference to the heapchecker test framework that no longer ...thestig@chromium.org2014-01-211-3/+2
* Simple Cache: Rename it to pending_it in DoomEntryFromHashttuttle@chromium.org2014-01-161-3/+3
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* Remove racy and unneeded CleanupCacheDir() calls.gavinp@chromium.org2014-01-151-11/+0
* Disk cache v3: The main index table.rvargas@chromium.org2014-01-106-23/+2218
* Convert most of base and net to use base::Filervargas@chromium.org2014-01-097-184/+130
* Disk Cache: Use the old WorkerPool for Async IO on iOS.rvargas@chromium.org2014-01-086-1/+334
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-075-15/+11
* SimpleCache: have tests run on all three streamsclamy@chromium.org2014-01-061-200/+285
* Disk cache: Fix overflow detection for sparse entries.rvargas@chromium.org2013-12-201-1/+3
* Changed BackendImpl::SyncInit() so it creates timer onlyxeor@yandex-team.ru2013-12-183-5/+35
* Revert "Disk cache: Increase the maximum number of threads on the cache pool ...kiyun@chromium.org2013-12-171-1/+1
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-082-7/+7
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-082-7/+7
* Disk cache: Increase the maximum number of threads on the cache pool to 20.rvargas@chromium.org2013-12-081-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-072-7/+7
* Move Touch to base namespace, remove SetLastModifiedTime.brettw@chromium.org2013-12-041-3/+3
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-043-3/+3