summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Memory-only disk cache: Fix GetAvailableRange for small ranges.rvargas2015-08-041-0/+9
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-4/+3
* Mark DiskCacheEntryTest.ExternalAsyncIONoBuffer as flaky on iOS.lpromero2015-06-171-1/+7
* Remove multiple reader CRC test.rdsmith2015-06-081-32/+0
* Remove check of sparse entries for simple cache.rdsmith2015-06-041-6/+0
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-1/+2
* Disk cache: make sure that data outside of a sparse block is dropped.rvargas2014-12-051-2/+115
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-1/+0
* Deflake Simple Cache backend on Windows.gavinp2014-10-291-7/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-1/+1
* 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-4/+4
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-201-4/+4
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-201-4/+4
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-191-4/+4
* Remove void** from disk_cache interface.gavinp2014-09-191-4/+4
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* New SimpleCache Entry test for duplicate dooms.gavinp2014-08-281-0/+64
* Remove implicit conversions from scoped_refptr to T* in net/disk_cache/dcheng2014-08-271-14/+14
* Connect SimpleCache Backend active_entries_ more closely to Entry lifetime.gavinp2014-08-251-0/+32
* 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-031-23/+14
* Reland re-organization of net/disk_cache/gavinp@chromium.org2014-03-031-3/+3
* Revert 253581 "Reorganize net/disk_cache into backend specific d..."gavinp@chromium.org2014-02-261-3/+3
* Reorganize net/disk_cache into backend specific directories.gavinp@chromium.org2014-02-261-3/+3
* Remove racy and unneeded CleanupCacheDir() calls.gavinp@chromium.org2014-01-151-11/+0
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-1/+1
* SimpleCache: have tests run on all three streamsclamy@chromium.org2014-01-061-200/+285
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-1/+1
* Simple Cache: Add basic sparse supportttuttle@chromium.org2013-11-011-13/+99
* SimpleCache: Doom Optimistic Write race testclamy@chromium.org2013-09-261-0/+50
* Simple Cache: A few nits for optional stream 2ttuttle@chromium.org2013-09-261-28/+12
* Simple Cache: Make stream 2 optionalttuttle@chromium.org2013-09-231-0/+172
* SimpleCache: fix bug in crc32 computationclamy@chromium.org2013-09-201-0/+49
* SimpleCache: merge the first and second stream in one fileclamy@chromium.org2013-09-181-45/+119
* Simple Cache: stop running index file tests on Windowspasko@chromium.org2013-09-171-2/+3
* Fix Simple Cache race on multiple dooms on flight.gavinp@chromium.org2013-09-161-0/+27
* Don't doom the wrong simple cache entry.gavinp@chromium.org2013-09-131-3/+35
* Track entries pending Doom in SimpleCache backend.gavinp@chromium.org2013-09-121-2/+35
* Fix race condition for non-open/create operations happening after a doom. ...pliard@chromium.org2013-09-091-16/+3
* Reduce Simple Index memory use.gavinp@chromium.org2013-08-281-0/+1
* Disk cache: Remove not needed memory comparison from unit test.rvargas@chromium.org2013-08-141-1/+0
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-9/+7
* Add ScopedEntryPtr to disk_cache.h.pliard@chromium.org2013-07-241-24/+19
* Reland r211790: "Make simple cache not use optimistic operations for App cache."pliard@chromium.org2013-07-241-0/+115
* Revert 213196 "Reland r211790: "Make simple cache not use optimi..."alexeypa@google.com2013-07-231-115/+0
* Reland r211790: "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-231-0/+115
* Revert 212336 "Reland r211790: "Make simple cache not use optimi..."asargent@chromium.org2013-07-181-115/+0
* Reland r211790: "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-181-0/+115
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1