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
/
eviction.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disk cache: Go back to regular evictions if we are falling behind.
rvargas@google.com
2013-01-18
1
-1
/
+7
*
Disk cache: Track evictions of ga.js.
rvargas@chromium.org
2012-10-12
1
-2
/
+6
*
Disk Cache: Remove the deleted list experiment.
rvargas@google.com
2012-02-23
1
-8
/
+10
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-2
/
+3
*
Disk Cache: Avoid discarding more deleted entries
rvargas@google.com
2011-11-16
1
-10
/
+12
*
Disk cache: Make sure that we don't keep looping trying
rvargas@google.com
2011-10-26
1
-33
/
+38
*
base::Bind conversion for net/disk_cache/...
adamk@chromium.org
2011-10-20
1
-9
/
+10
*
Disk Cache: Improve handling of dirty entries.
rvargas@google.com
2011-09-29
1
-16
/
+31
*
Disk cache: Re-open the deleted list length experiment.
rvargas@google.com
2011-05-18
1
-0
/
+1
*
Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...
kushi.p@gmail.com
2011-05-11
1
-3
/
+3
*
Disk cache: Make sure the list of unused entries is not
rvargas@google.com
2011-05-10
1
-16
/
+19
*
Disk cache: Prevent obscure file corruption and deal
rvargas@google.com
2011-01-25
1
-15
/
+27
*
Disk Cache: Run another experiment: Increase the number
rvargas@google.com
2010-09-13
1
-2
/
+10
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+10
*
Disk Cache: Cleaner way to stop evictions at destruction.
rvargas@google.com
2010-07-23
1
-0
/
+1
*
Disk cache: Stop evictions while performing final cleanup.
rvargas@google.com
2010-07-20
1
-0
/
+13
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
1
-3
/
+3
*
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-3
/
+3
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-3
/
+3
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
1
-3
/
+3
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-3
/
+3
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-3
/
+3
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
1
-3
/
+3
*
Disk cache: Make sure that we don't oveload the IO message
rvargas@google.com
2010-03-15
1
-3
/
+6
*
Disk cache: Use TimeTicks instead of Time for some of the
rvargas@google.com
2010-02-22
1
-5
/
+6
*
Disk cache: Delete the disk cache if it is substantially bigger
rvargas@google.com
2010-02-19
1
-12
/
+31
*
Disk cache: End the experiment and use the new eviction
rvargas@google.com
2009-09-29
1
-4
/
+4
*
Disk cache: Remove remaining uses of RankingsNode.pointer.
rvargas@google.com
2009-07-30
1
-3
/
+3
*
Disk cache: Fix handling of invalid entries that are detected
rvargas@google.com
2009-07-23
1
-10
/
+16
*
Disk cache: Don't evict entries if we are busy doing other stuff.
rvargas@google.com
2009-07-09
1
-10
/
+29
*
Disk cache: Keep a map of all open entries.
rvargas@google.com
2009-07-07
1
-2
/
+4
*
Disk Cache: Split some time histograms in groups based
rvargas@google.com
2009-06-25
1
-2
/
+2
*
Disk cache: Avoid recursion when trimming entries.
rvargas@google.com
2009-06-10
1
-2
/
+7
*
Disk cache: Report more info from the current experiment.
rvargas@google.com
2009-06-05
1
-2
/
+14
*
Fix a few broken histograms.
rvargas@google.com
2009-04-30
1
-1
/
+1
*
Disk cache: Set up a new experiment on the dev channel.
rvargas@google.com
2009-04-22
1
-2
/
+30
*
Disk cache: Modify the unit tests so that they test both
rvargas@google.com
2009-04-17
1
-1
/
+0
*
Disk cache: Finish the current experiment.
rvargas@google.com
2009-04-10
1
-1
/
+1
*
Disk Cache: Second pass (and final) to allow multiple instances
rvargas@google.com
2009-03-27
1
-11
/
+5
*
Disk cache: First pass to make it possible to have
rvargas@google.com
2009-03-25
1
-3
/
+3
*
Disk cache: fix the report of first-eviction data to include only
rvargas@google.com
2009-03-25
1
-1
/
+1
*
Add a new histogram macro to replace a few explicit calls.
rvargas@google.com
2009-03-24
1
-3
/
+6
*
Disk cache: More instrumentation for the cache.
rvargas@google.com
2009-03-20
1
-5
/
+13
*
Disk cache: First implementation of TrimDeleted() and a few
rvargas@google.com
2009-03-18
1
-4
/
+57
*
New disk cache eviction algorithm (partial implementation).
rvargas@google.com
2009-03-06
1
-11
/
+248
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-3
/
+3
*
Disk cache: move eviction code to a separate file.
rvargas@google.com
2008-12-18
1
-0
/
+122