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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
1
-66
/
+14
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-14
/
+66
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-66
/
+14
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
1
-14
/
+66
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
1
-1
/
+1
*
Disk cache: Update the disk cache tools and tests to use
rvargas@google.com
2010-06-15
1
-23
/
+102
*
Disk cache: Allow the disk cache histograms to generate
rvargas@google.com
2010-05-11
1
-0
/
+13
*
Disk cache: Re-enable some unit tests that were disabled
rvargas@google.com
2010-04-30
1
-13
/
+6
*
Disk cache: fix a unit test for Linux.
rvargas@google.com
2010-04-30
1
-4
/
+1
*
Disk cache: Make sure that we don't access the index file
rvargas@google.com
2010-04-28
1
-0
/
+15
*
Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1).
nsylvain@chromium.org
2010-04-06
1
-25
/
+44
*
Disable more DiskCacheBackendTest's as the crash on Linux/shlib
timurrrr@chromium.org
2010-03-31
1
-2
/
+4
*
Disabling the DiskCacheBackendTest.NewEvictionDisableFailure2 as it crashes o...
timurrrr@chromium.org
2010-03-30
1
-1
/
+2
*
Disabling the DiskCacheBackendTest.DisableFailure2 as it crashes at times on ...
timurrrr@chromium.org
2010-03-30
1
-1
/
+2
*
Disabling the DiskCacheBackendTest.DisableSuccess2 as it crashes at times on ...
ananta@chromium.org
2010-03-29
1
-1
/
+2
*
Disk cache" Convert some of the unit tests to the new
rvargas@google.com
2010-03-18
1
-114
/
+115
*
Disk cache: Make sure that we don't oveload the IO message
rvargas@google.com
2010-03-15
1
-0
/
+3
*
Http cache: Add a test to make sure that the cache
rvargas@google.com
2009-12-18
1
-1
/
+2
*
Mark some disabled tests as flaky to increase test coverage.
phajdan.jr@chromium.org
2009-10-16
1
-3
/
+3
*
Final patch to convert disk cache to using FilePath instead of
tony@chromium.org
2009-10-15
1
-17
/
+16
*
Start migrating the disk cache to using FilePath.
tony@chromium.org
2009-10-12
1
-1
/
+1
*
Disable flaky DiskCacheBackendTest.NewEvictionDisableSuccess4.
phajdan.jr@chromium.org
2009-09-16
1
-1
/
+3
*
Disk cache: Implement asynchronous IO for Posix.
rvargas@google.com
2009-08-21
1
-0
/
+33
*
Revert cl 23919 to investigate valgrind failures.
rvargas@google.com
2009-08-21
1
-33
/
+0
*
Disk cache: Implement asynchronous IO for Posix.
rvargas@google.com
2009-08-21
1
-0
/
+33
*
Disk Cache: Don't depend on the backend being enabled to
rvargas@google.com
2009-08-06
1
-0
/
+66
*
Disk cache: Remove remaining uses of RankingsNode.pointer.
rvargas@google.com
2009-07-30
1
-0
/
+45
*
Disk cache: Avoid restarting the cache while it may be in use.
rvargas@google.com
2009-07-24
1
-0
/
+5
*
Disk cache: Fix handling of invalid entries that are detected
rvargas@google.com
2009-07-23
1
-10
/
+72
*
Disk cache: Keep a map of all open entries.
rvargas@google.com
2009-07-07
1
-5
/
+14
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
1
-5
/
+2
*
Disk cache: Reset mask_ when the disk cache is being restarted.
rvargas@google.com
2009-05-28
1
-0
/
+63
*
Deprecate wstring version of PathService::Get() in net.
thestig@chromium.org
2009-05-01
1
-6
/
+6
*
Disk cache: Modify the unit tests so that they test both
rvargas@google.com
2009-04-17
1
-131
/
+358
*
Disk cache: Enable the code that sets the max size automatically.
rvargas@google.com
2009-04-14
1
-0
/
+30
*
Disk Cache: Make sure that an entry that pretends to be
rvargas@google.com
2009-03-30
1
-0
/
+17
*
Disk cache: Add a unit test that instantiates three caches
rvargas@google.com
2009-03-26
1
-0
/
+28
*
Disk cache: First pass to make it possible to have
rvargas@google.com
2009-03-25
1
-4
/
+7
*
Document how we avoid running leaky tests under Purify and Valgrind,
dkegel@google.com
2009-03-18
1
-0
/
+8
*
Disk cache: A few minor fixes to make coverity happy.
rvargas@google.com
2009-03-18
1
-2
/
+2
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
New disk cache eviction algorithm (partial implementation).
rvargas@google.com
2009-03-06
1
-5
/
+3
*
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
1
-29
/
+35
*
Revert cl 9528 to fix mac test_shell_tests
rvargas@google.com
2009-02-10
1
-35
/
+29
*
Extend the IOBuffer to the disk cache.
rvargas@google.com
2009-02-10
1
-29
/
+35
*
Try to consistently use arraysize() with strlcpy().
deanm@chromium.org
2009-01-02
1
-3
/
+4
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Run some disk cache unit tests on the Mac
mmentovai@google.com
2008-08-28
1
-7
/
+7
*
Implement sync IO for the disk cache, and temporarily redirect
rvargas@google.com
2008-08-27
1
-19
/
+22
[next]