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
*
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
*
Disk Cache: Send only one eviction age data point per browser execution.
rvargas@google.com
2008-12-16
1
-5
/
+9
*
Disk cache: Set up an experiment to measure the effect of
rvargas@google.com
2008-12-11
1
-25
/
+82
*
Disk cache: Add support for an extra data stream for each cache entry.
rvargas@google.com
2008-12-04
1
-0
/
+4
*
Disk cache: Add a tool to upgrade a set of cache files from one version to
rvargas@google.com
2008-12-02
1
-52
/
+69
*
Some changes necessary to build an optimized binary on Linux.
evanm@google.com
2008-11-11
1
-4
/
+7
*
* Add write and read/write support to FileStream (renamed from FileInputStream).
erikkay@google.com
2008-11-03
1
-5
/
+11
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+3
*
Use histograms to send interesting parts of the disk cache statistics.
rvargas@google.com
2008-09-24
1
-0
/
+9
*
Move GetFreeDiskSpace to SysInfo.
deanm@chromium.org
2008-09-18
1
-1
/
+2
*
CreateDirectory() should check if an existing path is actually a directory be...
mmoss@google.com
2008-09-11
1
-1
/
+0
*
Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.
mmoss@google.com
2008-09-09
1
-3
/
+3
*
Fix the mac build.
rvargas@google.com
2008-08-29
1
-0
/
+2
*
Disk cache: Split deleting old entries from the cache into small chunks that ...
rvargas@google.com
2008-08-29
1
-1
/
+7
*
Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.
darin@google.com
2008-08-28
1
-22
/
+5
*
Implement sync IO for the disk cache, and temporarily redirect
rvargas@google.com
2008-08-27
1
-1
/
+6
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Disk cache: Make sure we don't overwrite external files when creating new ones.
rvargas@google.com
2008-08-23
1
-2
/
+2
*
Fix WaitForPendingIO to actually exit the wait at some point.
rvargas@google.com
2008-08-21
1
-1
/
+1
*
Remove warnings for the net module.
rvargas@google.com
2008-08-19
1
-1
/
+2
*
Use %ls instead of %s in wprintf format strings for wchar_t fields.
mmentovai@google.com
2008-08-14
1
-2
/
+2
*
Move remaining OS dependent bits from the main logic on the disk cache.
rvargas@google.com
2008-08-13
1
-87
/
+25
*
Re submitting the histograms change (735)
rvargas@google.com
2008-08-12
1
-0
/
+10
*
Back off the histograms change.
rvargas@google.com
2008-08-12
1
-10
/
+0
*
Add a few histograms to the disk cache.
rvargas@google.com
2008-08-12
1
-0
/
+10
*
Stop using SHFileOperation from the disk cache code.
rvargas@google.com
2008-08-08
1
-10
/
+16
[next]