summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/simple/simple_index.cc
Commit message (Expand)AuthorAgeFilesLines
* Simple Cache: remove experiment code for flush intervals.pasko@chromium.org2014-06-051-22/+4
* Refactor ActivityStatus to not store currentdtrainor@chromium.org2014-02-211-7/+7
* SimpleCache: Track mass dooms as pending dooms.gavinp@chromium.org2013-09-211-54/+39
* SimpleCache: add cache type to histogram namesclamy@chromium.org2013-09-021-24/+37
* Clean up Simple Index handling of removed entries.gavinp@chromium.org2013-08-301-7/+5
* Reduce Simple Index memory use.gavinp@chromium.org2013-08-281-14/+55
* Reland r216372: Make simple cache index take hashes in rather than key strings.pliard@chromium.org2013-08-231-14/+12
* SimpleCache: Android - skip registration when the JVM is not initializedclamy@chromium.org2013-08-211-2/+4
* Index initialization improvements for Simple Cache.gavinp@chromium.org2013-08-121-10/+16
* Revert 216372 "Make simple cache index take hashes in rather tha..."pliard@chromium.org2013-08-081-12/+14
* Make simple cache index take hashes in rather than key strings.pliard@chromium.org2013-08-081-14/+12
* Use struct SimpleIndexLoadResult* for SimpleIndexFile callbacks.ttuttle@chromium.org2013-07-261-10/+15
* Simple Cache: Get mtime from the cache directory earlypasko@chromium.org2013-07-241-3/+5
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-171-1/+1
* Simple Cache: OpenNextEntry() and EndEnumeration()clamy@chromium.org2013-07-021-22/+34
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* Simple Cache Eviction: report sizes in KiBpasko@chromium.org2013-06-201-5/+10
* Simple Cache: set variable index flush delayspasko@chromium.org2013-06-181-5/+26
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-0/+1
* Expanding unit tests for SimpleIndex.rdsmith@chromium.org2013-06-051-237/+21
* Minor SimpleCacheBackend improvements.digit@chromium.org2013-06-041-18/+26
* net/disk_cache/simple: Reduce size of EntrySet nodes.digit@chromium.org2013-05-301-44/+26
* Add NEWCACHE method to IndexInitializeMethod histogram.gavinp@chromium.org2013-05-101-3/+23
* Histograms tracking index writing on SimpleCache.gavinp@chromium.org2013-05-101-6/+22
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-9/+10
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-10/+9
* Have SimpleCache index listen to android activity status notifications.gavinp@chromium.org2013-05-041-20/+31
* Add SimpleCache histograms to histograms.xml.gavinp@chromium.org2013-05-041-8/+9
* Revert 195845 "With this CL we can catch OnResume, OnPause, OnDe..."gavinp@chromium.org2013-04-251-32/+19
* Simple Cache: add a few eviction-related histogramspasko@google.com2013-04-241-2/+12
* Add UMA histograms to Simple Cache.felipeg@chromium.org2013-04-241-6/+34
* Simple Cache: move cache size estimation to cache threadpasko@google.com2013-04-241-20/+2
* Simplify cross thread messaging in SimpleCache.gavinp@chromium.org2013-04-231-11/+11
* Fix SimpleCache IsIndexFileStale.felipeg@chromium.org2013-04-231-9/+52
* With this CL we can catch OnResume, OnPause, OnDestroy and OnStop notificatio...felipeg@chromium.org2013-04-231-19/+32
* Disallow the Simple Cache to coexist with the Blockfile Cache.pasko@google.com2013-04-231-1/+1
* Simple Cache: fix late cache size initialization.pasko@chromium.org2013-04-231-1/+2
* Simple Cache: Simplest possible eviction we could think of.pasko@google.com2013-04-231-1/+120
* Add SimpleCache index file heuristicsfelipeg@chromium.org2013-04-191-3/+26
* Simple Cache: DoomEntriesBetween()pasko@google.com2013-04-181-0/+48
* Write the Index File to disk after 20 seconds elapsed since the last cache op...felipeg@chromium.org2013-04-181-9/+55
* Code quality and standards in SimpleBackend.gavinp@chromium.org2013-04-181-11/+10
* Make SimpleEntryImpl ref counted.gavinp@chromium.org2013-04-171-2/+1
* Refactor our SimpleIndex file format and serialization to use Pickle instead ...felipeg@chromium.org2013-04-161-192/+107
* Revert 194347cpu@chromium.org2013-04-161-107/+192
* Refactor our SimpleIndex file format and serialization to use Pickle instead ...felipeg@chromium.org2013-04-161-192/+107
* Use uint64 as the hash_key for the EntryMetadata in the SimpleIndex.felipeg@chromium.org2013-04-151-23/+22
* Asynchronous initialization in Simple Index.felipeg@chromium.org2013-04-121-64/+149
* Revert 193665 "Asynchronous initialization in Simple Index."dmazzoni@chromium.org2013-04-111-149/+64
* Asynchronous initialization in Simple Index.felipeg@chromium.org2013-04-111-64/+149