summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-4/+4
* Remove SimpleCacheSetSize test.rdsmith2015-06-041-5/+0
* net: Remove the remaining use of GG_(U)INTn_C macros.tfarina2015-06-031-2/+3
* Use of base::StringPairs appropriately in backend_unittestpayal.pandey2015-04-291-1/+2
* Combine multiple BadEntropyProviders into base::MockEntropyProvider.dbeam2015-04-181-14/+5
* Disk Cache: Verify if the cache is disabled before DoomAllEntries.rvargas2015-03-181-0/+46
* Cleanup: Better constify some strings in net/.thestig2015-01-241-4/+4
* Fix for DiskCacheBackendTest.SimpleCacheOpenBadFile spurious failuresxeor2014-12-121-0/+5
* Do not DCHECK on SimpleCache deletion-while-closing.gavinp2014-10-311-0/+12
* Deflake Simple Cache backend on Windows.gavinp2014-10-291-7/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-1/+1
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-241-79/+75
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-201-75/+79
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-201-79/+75
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-191-75/+79
* Remove void** from disk_cache interface.gavinp2014-09-191-79/+75
* Delete enumerations at Simple Cache backend deletion.gavinp2014-09-131-0/+18
* Remove the tracing cache backend.gavinp2014-09-051-43/+0
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-211-65/+63
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-2/+14
* Disk cache: Clarify API contract and delete spurious delay.rvargas@chromium.org2014-05-151-2/+2
* Main motivation for this is to save binary size. The change causes linker deadpasko@chromium.org2014-03-271-0/+12
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-3/+3
* Reland re-organization of net/disk_cache/gavinp@chromium.org2014-03-031-7/+7
* Revert 253581 "Reorganize net/disk_cache into backend specific d..."gavinp@chromium.org2014-02-261-7/+7
* Reorganize net/disk_cache into backend specific directories.gavinp@chromium.org2014-02-261-7/+7
* Clean up dependencies for disk_cache histogram_macros.h.gavinp@chromium.org2014-02-131-0/+3
* Cleanup: Remove a reference to the heapchecker test framework that no longer ...thestig@chromium.org2014-01-211-3/+2
* Disk Cache: Use the old WorkerPool for Async IO on iOS.rvargas@chromium.org2014-01-081-1/+8
* Changed BackendImpl::SyncInit() so it creates timer onlyxeor@yandex-team.ru2013-12-181-0/+15
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-1/+1
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-1/+1
* Cleanup: Move PreferredCacheSize() to cache_util.hpasko@chromium.org2013-11-191-35/+35
* Simple Cache: test backend startup after migrationpasko@chromium.org2013-10-301-4/+0
* SimpleCache: Track mass dooms as pending dooms.gavinp@chromium.org2013-09-211-1/+1
* Simple Cache: transactional index in subdirectorypasko@chromium.org2013-09-191-0/+4
* SimpleCache: merge the first and second stream in one fileclamy@chromium.org2013-09-181-6/+5
* Simple Cache: stop running index file tests on Windowspasko@chromium.org2013-09-171-4/+5
* Fix Simple Cache race on multiple dooms on flight.gavinp@chromium.org2013-09-161-4/+1
* Fix user-after-free when create/open operations outlive the backend.pliard@chromium.org2013-09-131-7/+27
* Track entries pending Doom in SimpleCache backend.gavinp@chromium.org2013-09-121-1/+3
* Disk Cache: Replace the worker pool with a sequenced worker pool (posix).rvargas@chromium.org2013-09-101-168/+206
* Reduce Simple Index memory use.gavinp@chromium.org2013-08-281-0/+1
* disk cache: Convert one ASSERT_EQ to EXPECT_EQrvargas@chromium.org2013-08-141-1/+1
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-77/+47
* Disable leaky tests in LeakSanitizer builds.earthdok@chromium.org2013-08-011-5/+17
* Disk cache: make sure that stats are preserved between runs. rvargas@google.com2013-07-291-1/+29