index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
disk_cache
/
simple
/
simple_index.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simple Cache: remove experiment code for flush intervals.
pasko@chromium.org
2014-06-05
1
-22
/
+4
*
Refactor ActivityStatus to not store current
dtrainor@chromium.org
2014-02-21
1
-7
/
+7
*
SimpleCache: Track mass dooms as pending dooms.
gavinp@chromium.org
2013-09-21
1
-54
/
+39
*
SimpleCache: add cache type to histogram names
clamy@chromium.org
2013-09-02
1
-24
/
+37
*
Clean up Simple Index handling of removed entries.
gavinp@chromium.org
2013-08-30
1
-7
/
+5
*
Reduce Simple Index memory use.
gavinp@chromium.org
2013-08-28
1
-14
/
+55
*
Reland r216372: Make simple cache index take hashes in rather than key strings.
pliard@chromium.org
2013-08-23
1
-14
/
+12
*
SimpleCache: Android - skip registration when the JVM is not initialized
clamy@chromium.org
2013-08-21
1
-2
/
+4
*
Index initialization improvements for Simple Cache.
gavinp@chromium.org
2013-08-12
1
-10
/
+16
*
Revert 216372 "Make simple cache index take hashes in rather tha..."
pliard@chromium.org
2013-08-08
1
-12
/
+14
*
Make simple cache index take hashes in rather than key strings.
pliard@chromium.org
2013-08-08
1
-14
/
+12
*
Use struct SimpleIndexLoadResult* for SimpleIndexFile callbacks.
ttuttle@chromium.org
2013-07-26
1
-10
/
+15
*
Simple Cache: Get mtime from the cache directory early
pasko@chromium.org
2013-07-24
1
-3
/
+5
*
Use a direct include of the message_loop header in net/, part 1.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Simple Cache: OpenNextEntry() and EndEnumeration()
clamy@chromium.org
2013-07-02
1
-22
/
+34
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Simple Cache Eviction: report sizes in KiB
pasko@chromium.org
2013-06-20
1
-5
/
+10
*
Simple Cache: set variable index flush delays
pasko@chromium.org
2013-06-18
1
-5
/
+26
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
1
-0
/
+1
*
Expanding unit tests for SimpleIndex.
rdsmith@chromium.org
2013-06-05
1
-237
/
+21
*
Minor SimpleCacheBackend improvements.
digit@chromium.org
2013-06-04
1
-18
/
+26
*
net/disk_cache/simple: Reduce size of EntrySet nodes.
digit@chromium.org
2013-05-30
1
-44
/
+26
*
Add NEWCACHE method to IndexInitializeMethod histogram.
gavinp@chromium.org
2013-05-10
1
-3
/
+23
*
Histograms tracking index writing on SimpleCache.
gavinp@chromium.org
2013-05-10
1
-6
/
+22
*
Revert 198820 "Move FileEnumerator to its own file, do some refa..."
dbeam@chromium.org
2013-05-08
1
-9
/
+10
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-05-07
1
-10
/
+9
*
Have SimpleCache index listen to android activity status notifications.
gavinp@chromium.org
2013-05-04
1
-20
/
+31
*
Add SimpleCache histograms to histograms.xml.
gavinp@chromium.org
2013-05-04
1
-8
/
+9
*
Revert 195845 "With this CL we can catch OnResume, OnPause, OnDe..."
gavinp@chromium.org
2013-04-25
1
-32
/
+19
*
Simple Cache: add a few eviction-related histograms
pasko@google.com
2013-04-24
1
-2
/
+12
*
Add UMA histograms to Simple Cache.
felipeg@chromium.org
2013-04-24
1
-6
/
+34
*
Simple Cache: move cache size estimation to cache thread
pasko@google.com
2013-04-24
1
-20
/
+2
*
Simplify cross thread messaging in SimpleCache.
gavinp@chromium.org
2013-04-23
1
-11
/
+11
*
Fix SimpleCache IsIndexFileStale.
felipeg@chromium.org
2013-04-23
1
-9
/
+52
*
With this CL we can catch OnResume, OnPause, OnDestroy and OnStop notificatio...
felipeg@chromium.org
2013-04-23
1
-19
/
+32
*
Disallow the Simple Cache to coexist with the Blockfile Cache.
pasko@google.com
2013-04-23
1
-1
/
+1
*
Simple Cache: fix late cache size initialization.
pasko@chromium.org
2013-04-23
1
-1
/
+2
*
Simple Cache: Simplest possible eviction we could think of.
pasko@google.com
2013-04-23
1
-1
/
+120
*
Add SimpleCache index file heuristics
felipeg@chromium.org
2013-04-19
1
-3
/
+26
*
Simple Cache: DoomEntriesBetween()
pasko@google.com
2013-04-18
1
-0
/
+48
*
Write the Index File to disk after 20 seconds elapsed since the last cache op...
felipeg@chromium.org
2013-04-18
1
-9
/
+55
*
Code quality and standards in SimpleBackend.
gavinp@chromium.org
2013-04-18
1
-11
/
+10
*
Make SimpleEntryImpl ref counted.
gavinp@chromium.org
2013-04-17
1
-2
/
+1
*
Refactor our SimpleIndex file format and serialization to use Pickle instead ...
felipeg@chromium.org
2013-04-16
1
-192
/
+107
*
Revert 194347
cpu@chromium.org
2013-04-16
1
-107
/
+192
*
Refactor our SimpleIndex file format and serialization to use Pickle instead ...
felipeg@chromium.org
2013-04-16
1
-192
/
+107
*
Use uint64 as the hash_key for the EntryMetadata in the SimpleIndex.
felipeg@chromium.org
2013-04-15
1
-23
/
+22
*
Asynchronous initialization in Simple Index.
felipeg@chromium.org
2013-04-12
1
-64
/
+149
*
Revert 193665 "Asynchronous initialization in Simple Index."
dmazzoni@chromium.org
2013-04-11
1
-149
/
+64
*
Asynchronous initialization in Simple Index.
felipeg@chromium.org
2013-04-11
1
-64
/
+149
[next]