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
/
backend_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final patch to convert disk cache to using FilePath instead of
tony@chromium.org
2009-10-15
1
-9
/
+7
*
Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.
tony@chromium.org
2009-10-14
1
-1
/
+1
*
Move disk_cache::MappedFile to use FilePath instead of wstring.
tony@chromium.org
2009-10-13
1
-1
/
+1
*
Start migrating the disk cache to using FilePath.
tony@chromium.org
2009-10-12
1
-42
/
+43
*
Disk cache: End the experiment and use the new eviction
rvargas@google.com
2009-09-29
1
-82
/
+61
*
Disk cache: Implement asynchronous IO for Posix.
rvargas@google.com
2009-08-21
1
-1
/
+1
*
Revert cl 23919 to investigate valgrind failures.
rvargas@google.com
2009-08-21
1
-1
/
+1
*
Disk cache: Close the experiment for new users.
rvargas@google.com
2009-08-21
1
-20
/
+15
*
Disk cache: Implement asynchronous IO for Posix.
rvargas@google.com
2009-08-21
1
-1
/
+1
*
Disk Cache: Lower the definition of a loaded system from
rvargas@google.com
2009-08-11
1
-5
/
+5
*
Disk cache: Open the disk cache experiment for new users.
rvargas@google.com
2009-08-01
1
-8
/
+15
*
Disk cache: Remove remaining uses of RankingsNode.pointer.
rvargas@google.com
2009-07-30
1
-4
/
+4
*
Disk cache: Avoid restarting the cache while it may be in use.
rvargas@google.com
2009-07-24
1
-3
/
+9
*
Disk cache: Fix handling of invalid entries that are detected
rvargas@google.com
2009-07-23
1
-28
/
+58
*
Disk cache: Generate total-load-time histograms from the
rvargas@google.com
2009-07-11
1
-0
/
+26
*
Disk cache: Don't evict entries if we are busy doing other stuff.
rvargas@google.com
2009-07-09
1
-7
/
+20
*
Disk cache: Additional code cleanup after CL 20067.
rvargas@google.com
2009-07-08
1
-20
/
+10
*
Disk cache: Keep a map of all open entries.
rvargas@google.com
2009-07-07
1
-5
/
+45
*
Add a command line switch to allow setting the max size
rvargas@google.com
2009-06-26
1
-0
/
+4
*
Disk Cache: Split some time histograms in groups based
rvargas@google.com
2009-06-25
1
-2
/
+13
*
Disk Cache: Add more clients to the current experiment.
rvargas@google.com
2009-06-24
1
-5
/
+21
*
Disk cache: Avoid recursion when trimming entries.
rvargas@google.com
2009-06-10
1
-1
/
+1
*
Disk cache: Report more info from the current experiment.
rvargas@google.com
2009-06-05
1
-13
/
+16
*
Disk cache: Fix a signed / unsigned comparison on cl 17052
rvargas@google.com
2009-05-28
1
-2
/
+2
*
Disk cache: Reset mask_ when the disk cache is being restarted.
rvargas@google.com
2009-05-28
1
-0
/
+8
*
Set the disk cache file version properly if new_eviction
rvargas@google.com
2009-05-12
1
-0
/
+5
*
Close the disk cache experiment for new users.
rvargas@google.com
2009-05-08
1
-18
/
+2
*
Fix a browser crash when reading the disk cache experiment data
rvargas@google.com
2009-05-04
1
-5
/
+6
*
Fix a few broken histograms.
rvargas@google.com
2009-04-30
1
-9
/
+7
*
Disk cache: Set up a new experiment on the dev channel.
rvargas@google.com
2009-04-22
1
-8
/
+54
*
Stop using deprecated file_util::Trim* functions.
thestig@chromium.org
2009-04-21
1
-4
/
+5
*
Disk cache: Modify the unit tests so that they test both
rvargas@google.com
2009-04-17
1
-0
/
+4
*
Disk cache: Enable the code that sets the max size automatically.
rvargas@google.com
2009-04-14
1
-10
/
+36
*
Disk cache: Finish the current experiment.
rvargas@google.com
2009-04-10
1
-50
/
+22
*
Disk cache: fix broken UMA reports.
rvargas@google.com
2009-04-09
1
-1
/
+7
*
Disk Cache: Second pass (and final) to allow multiple instances
rvargas@google.com
2009-03-27
1
-40
/
+36
*
Disk cache: First pass to make it possible to have
rvargas@google.com
2009-03-25
1
-15
/
+19
*
Add a new histogram macro to replace a few explicit calls.
rvargas@google.com
2009-03-24
1
-16
/
+11
*
Disk cache: More instrumentation for the cache.
rvargas@google.com
2009-03-20
1
-7
/
+118
*
Disk cache: Store the stats only once every five minutes.
rvargas@google.com
2009-03-19
1
-1
/
+1
*
Disk cache: Instead of saving the cache stats only when
rvargas@google.com
2009-03-18
1
-0
/
+4
*
Disk cache: First implementation of TrimDeleted() and a few
rvargas@google.com
2009-03-18
1
-1
/
+1
*
New disk cache eviction algorithm (partial implementation).
rvargas@google.com
2009-03-06
1
-48
/
+233
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-6
/
+6
*
Disk cache: Don't add more people to the cache size experiment.
rvargas@google.com
2009-02-13
1
-10
/
+2
*
Disk cache: Add a check to make sure that the index table mask is not bigger ...
rvargas@google.com
2009-02-04
1
-1
/
+12
*
Disk cache: Adjust the current experiment so that the cache
rvargas@google.com
2009-01-23
1
-15
/
+18
*
Disk cache: Avoid a crashing on a timer when the cache is disabled.
rvargas@google.com
2008-12-18
1
-1
/
+3
*
Disk cache: move eviction code to a separate file.
rvargas@google.com
2008-12-18
1
-74
/
+8
*
Disk cache: remove the hard coded list from rankings.cc
rvargas@google.com
2008-12-16
1
-10
/
+13
[next]