summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Clean up a few unused globals.thakis@chromium.org2013-09-252-9/+0
* Simple Cache: Make stream 2 optionalttuttle@chromium.org2013-09-234-176/+539
* Migrate AppCache to simple cache backend on Android.pliard@chromium.org2013-09-211-3/+3
* SimpleCache: Track mass dooms as pending dooms.gavinp@chromium.org2013-09-2112-165/+322
* SimpleCache: fix bug in crc32 computationclamy@chromium.org2013-09-202-0/+53
* Disable the flaky SimpleIndexFileTest.WriteThenLoadIndex.glider@chromium.org2013-09-201-1/+2
* Add PNACL_CACHE cache backend type, and allow larger files for this type.dschuff@chromium.org2013-09-192-1/+4
* SimpleCache: fix error in computation of crc32 for stream 0clamy@chromium.org2013-09-191-1/+1
* Simple Cache: transactional index in subdirectorypasko@chromium.org2013-09-1912-193/+713
* SimpleCache: merge the first and second stream in one fileclamy@chromium.org2013-09-1811-246/+635
* Simple Cache: stop running index file tests on Windowspasko@chromium.org2013-09-173-6/+15
* Remove non-const references from MemEntryImpl.eroman@chromium.org2013-09-171-5/+1
* base: Split logging functions and PerfTimeLogger out of perftimer.htfarina@chromium.org2013-09-171-6/+6
* Fix Simple Cache race on multiple dooms on flight.gavinp@chromium.org2013-09-163-6/+30
* Disk cache: Introduce BlockBitmaps for V3.rvargas@google.com2013-09-136-631/+242
* Don't doom the wrong simple cache entry.gavinp@chromium.org2013-09-133-5/+41
* Fix user-after-free when create/open operations outlive the backend.pliard@chromium.org2013-09-133-37/+77
* Be more thorough when tearing down DiskCacheTestWithCache.earthdok@chromium.org2013-09-131-2/+3
* Track entries pending Doom in SimpleCache backend.gavinp@chromium.org2013-09-126-20/+147
* Disk cache: Add asynchromous versions of Load/Store.rvargas@chromium.org2013-09-118-74/+101
* Disk Cache: Replace the worker pool with a sequenced worker pool (posix).rvargas@chromium.org2013-09-105-356/+277
* Simple Cache: remove a function no longer in usepasko@chromium.org2013-09-101-9/+0
* Simple Cache: report age by (stream -> entry)pasko@chromium.org2013-09-101-4/+7
* Fix race condition for non-open/create operations happening after a doom. ...pliard@chromium.org2013-09-097-44/+88
* Simple Cache: restore the high-res timerpasko@chromium.org2013-09-052-2/+35
* Revert 220123 "Remove simple_util::GetMTime from simple cache."pasko@chromium.org2013-09-046-31/+47
* Disk cache: Make sure the size stats ate not used after the backend goes away.rvargas@chromium.org2013-09-033-1/+12
* Lint & readability cleanup in Simple Cache.gavinp@chromium.org2013-09-034-11/+14
* SimpleCache: add cache type to histogram namesclamy@chromium.org2013-09-0213-213/+338
* Clean up Simple Index handling of removed entries.gavinp@chromium.org2013-08-301-7/+5
* Flush the SimpleBackendImpl's SWP in tests.earthdok@chromium.org2013-08-303-0/+10
* Sparse IO: Allow failover to network in debug buildspasko@chromium.org2013-08-301-1/+1
* Remove simple_util::GetMTime from simple cache.gavinp@chromium.org2013-08-296-47/+31
* Reduce Simple Index memory use.gavinp@chromium.org2013-08-287-61/+148
* Move perftimer.* into base/test/ directory.tfarina@chromium.org2013-08-241-1/+1
* Fix logic error on DCHECK.etienneb@chromium.org2013-08-241-1/+1
* Reland r216372: Make simple cache index take hashes in rather than key strings.pliard@chromium.org2013-08-237-161/+185
* Reland r219017: Avoid fragmenting the heap too much while reconstructing...pliard@chromium.org2013-08-226-60/+159
* Revert 219017 "Avoid fragmenting the heap too much while reconst..."vabr@chromium.org2013-08-226-159/+60
* Avoid fragmenting the heap too much while reconstructing the index.pliard@chromium.org2013-08-226-60/+159
* SimpleCache: Android - skip registration when the JVM is not initializedclamy@chromium.org2013-08-211-2/+4
* SimpleCache: add an histogram to record the age of entry on openclamy@chromium.org2013-08-191-0/+5
* SimpleCache: more values for SimpleCache.ReadIsParallelizable histogramclamy@chromium.org2013-08-191-7/+24
* Disk cache: Remove not needed memory comparison from unit test.rvargas@chromium.org2013-08-141-1/+0
* disk cache: Convert one ASSERT_EQ to EXPECT_EQrvargas@chromium.org2013-08-141-1/+1
* Index initialization improvements for Simple Cache.gavinp@chromium.org2013-08-124-17/+37
* Improve time resolution in PlatformFileInfo.gavinp@chromium.org2013-08-082-35/+2
* Revert 216372 "Make simple cache index take hashes in rather tha..."pliard@chromium.org2013-08-087-182/+158
* Make simple cache index take hashes in rather than key strings.pliard@chromium.org2013-08-087-158/+182
* SimpleCache: Add metadata to the queue of operations in entriesclamy@chromium.org2013-08-074-167/+427