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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
4
-28
/
+40
*
Disk cache: Don't add more people to the cache size experiment.
rvargas@google.com
2009-02-13
1
-10
/
+2
*
Fix some purify warnings.
rvargas@google.com
2009-02-12
1
-0
/
+4
*
Extend the IOBuffer to the disk cache.
rvargas@google.com
2009-02-12
9
-234
/
+298
*
Revert cl 9528 to fix mac test_shell_tests
rvargas@google.com
2009-02-10
9
-267
/
+234
*
Extend the IOBuffer to the disk cache.
rvargas@google.com
2009-02-10
9
-234
/
+267
*
Fix the windows implementation of KillProcess and WaitForSingleProcess to not...
stoyan@chromium.org
2009-02-09
1
-1
/
+1
*
Disk cache: Add a check to make sure that the index table mask is not bigger ...
rvargas@google.com
2009-02-04
2
-2
/
+14
*
Disk cache: Adjust the current experiment so that the cache
rvargas@google.com
2009-01-23
1
-15
/
+18
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
1
-5
/
+5
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-8
/
+2
*
Port crash_cache tool to Linux.
phajdan.jr@chromium.org
2009-01-13
2
-47
/
+38
*
Try to consistently use arraysize() with strlcpy().
deanm@chromium.org
2009-01-02
3
-14
/
+17
*
Use appropriate version of delete in storage block
rvargas@google.com
2008-12-19
2
-6
/
+15
*
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
5
-87
/
+197
*
Disk cache: remove the hard coded list from rankings.cc
rvargas@google.com
2008-12-16
6
-143
/
+204
*
Disk Cache: Send only one eviction age data point per browser execution.
rvargas@google.com
2008-12-16
1
-5
/
+9
*
Port flush_cache tool and perf_tests.
phajdan.jr@chromium.org
2008-12-12
1
-83
/
+18
*
Disk cache: Set up an experiment to measure the effect of
rvargas@google.com
2008-12-11
4
-28
/
+94
*
Reverting 6815.
phajdan.jr@chromium.org
2008-12-11
1
-18
/
+83
*
Port flush_cache tool and perf_tests.
phajdan.jr@chromium.org
2008-12-11
1
-83
/
+18
*
Move file enumeration to filepaths.
avi@google.com
2008-12-11
1
-2
/
+3
*
Disk cache: Avoid using a block file to full capacity if there is
rvargas@google.com
2008-12-09
1
-3
/
+17
*
Disk cache: Add support for an extra data stream for each cache entry.
rvargas@google.com
2008-12-04
10
-70
/
+152
*
* Cleanup: move base/platform_test.h -> testing/
jeremy@chromium.org
2008-12-02
2
-2
/
+2
*
Disk cache: Add a tool to upgrade a set of cache files from one version to
rvargas@google.com
2008-12-02
4
-54
/
+91
*
Port stress_cache tool.
deanm@chromium.org
2008-11-21
1
-25
/
+57
*
Some changes necessary to build an optimized binary on Linux.
evanm@google.com
2008-11-11
1
-4
/
+7
*
* Revert "Por rt flush_cache tool."
agl@chromium.org
2008-11-11
1
-17
/
+83
*
Port flush_cache tool.
agl@chromium.org
2008-11-11
1
-83
/
+17
*
Switch MessagePumpForIO to use completion ports on Windows.
rvargas@google.com
2008-11-07
7
-199
/
+150
*
* Add write and read/write support to FileStream (renamed from FileInputStream).
erikkay@google.com
2008-11-03
11
-215
/
+76
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
17
-17
/
+44
*
This makes net_perftests build and run on Linux.
evanm@google.com
2008-10-13
1
-1
/
+25
*
Make sure there is only one instance of the stats histogram at a given time.
rvargas@google.com
2008-09-26
1
-3
/
+7
*
Use histograms to send interesting parts of the disk cache statistics.
rvargas@google.com
2008-09-24
5
-4
/
+156
*
Fix DeleteCache on POSIX. It wasn't successfully deleting before.
evanm@google.com
2008-09-23
1
-7
/
+9
*
Fix AmountOfFreeDiskSpace to be able to differentiate an error
rvargas@google.com
2008-09-20
1
-1
/
+1
*
Fix a memory leak on the disk cache for posix.
rvargas@google.com
2008-09-18
1
-0
/
+6
*
Move GetFreeDiskSpace to SysInfo.
deanm@chromium.org
2008-09-18
4
-33
/
+2
*
Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM...
deanm@chromium.org
2008-09-17
4
-47
/
+2
*
Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kelly
mark@chromium.org
2008-09-16
1
-1
/
+14
*
CreateDirectory() should check if an existing path is actually a directory be...
mmoss@google.com
2008-09-11
1
-1
/
+0
*
Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux.
mark@chromium.org
2008-09-10
2
-6
/
+31
*
Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out
mark@chromium.org
2008-09-10
1
-2
/
+2
*
Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.
mmoss@google.com
2008-09-09
7
-19
/
+36
*
Replace all instances of <hash_map> with a "base/hash_tabe.h",
erg@google.com
2008-09-08
1
-1
/
+0
*
Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...
darin@google.com
2008-09-03
2
-60
/
+35
*
Fix the mac build.
rvargas@google.com
2008-08-29
1
-0
/
+2
[next]