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
/
entry_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove racy and unneeded CleanupCacheDir() calls.
gavinp@chromium.org
2014-01-15
1
-11
/
+0
*
Convert base::file_util to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-07
1
-1
/
+1
*
SimpleCache: have tests run on all three streams
clamy@chromium.org
2014-01-06
1
-200
/
+285
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
1
-1
/
+1
*
Simple Cache: Add basic sparse support
ttuttle@chromium.org
2013-11-01
1
-13
/
+99
*
SimpleCache: Doom Optimistic Write race test
clamy@chromium.org
2013-09-26
1
-0
/
+50
*
Simple Cache: A few nits for optional stream 2
ttuttle@chromium.org
2013-09-26
1
-28
/
+12
*
Simple Cache: Make stream 2 optional
ttuttle@chromium.org
2013-09-23
1
-0
/
+172
*
SimpleCache: fix bug in crc32 computation
clamy@chromium.org
2013-09-20
1
-0
/
+49
*
SimpleCache: merge the first and second stream in one file
clamy@chromium.org
2013-09-18
1
-45
/
+119
*
Simple Cache: stop running index file tests on Windows
pasko@chromium.org
2013-09-17
1
-2
/
+3
*
Fix Simple Cache race on multiple dooms on flight.
gavinp@chromium.org
2013-09-16
1
-0
/
+27
*
Don't doom the wrong simple cache entry.
gavinp@chromium.org
2013-09-13
1
-3
/
+35
*
Track entries pending Doom in SimpleCache backend.
gavinp@chromium.org
2013-09-12
1
-2
/
+35
*
Fix race condition for non-open/create operations happening after a doom. ...
pliard@chromium.org
2013-09-09
1
-16
/
+3
*
Reduce Simple Index memory use.
gavinp@chromium.org
2013-08-28
1
-0
/
+1
*
Disk cache: Remove not needed memory comparison from unit test.
rvargas@chromium.org
2013-08-14
1
-1
/
+0
*
Change the API of disk_cache::CreateCacheBackend to use scoped_ptr
qsr@chromium.org
2013-08-01
1
-9
/
+7
*
Add ScopedEntryPtr to disk_cache.h.
pliard@chromium.org
2013-07-24
1
-24
/
+19
*
Reland r211790: "Make simple cache not use optimistic operations for App cache."
pliard@chromium.org
2013-07-24
1
-0
/
+115
*
Revert 213196 "Reland r211790: "Make simple cache not use optimi..."
alexeypa@google.com
2013-07-23
1
-115
/
+0
*
Reland r211790: "Make simple cache not use optimistic operations f..."
pliard@chromium.org
2013-07-23
1
-0
/
+115
*
Revert 212336 "Reland r211790: "Make simple cache not use optimi..."
asargent@chromium.org
2013-07-18
1
-115
/
+0
*
Reland r211790: "Make simple cache not use optimistic operations f..."
pliard@chromium.org
2013-07-18
1
-0
/
+115
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Revert 211790 "Make simple cache not use optimistic operations f..."
pliard@chromium.org
2013-07-16
1
-115
/
+0
*
Make simple cache not use optimistic operations for APP_CACHE.
pliard@chromium.org
2013-07-16
1
-0
/
+115
*
SimpleCache: add unit tests for enumerations
clamy@chromium.org
2013-07-15
1
-13
/
+7
*
Simple Cache: wait for index in tests
clamy@chromium.org
2013-07-12
1
-0
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-9
/
+13
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Add a SimpleCache Read unittest.
felipeg@chromium.org
2013-06-07
1
-0
/
+98
*
Reorder assertions in SimpleCache race test.
gavinp@chromium.org
2013-06-06
1
-1
/
+1
*
In SimpleCacheTests EXPECT -> ASSERT to avoid crashes on failure.
gavinp@chromium.org
2013-06-06
1
-10
/
+10
*
Simple Cache: a few tests for rare corner cases with CRC check missing.
pasko@chromium.org
2013-06-06
1
-22
/
+94
*
Fix uninitialized read in the SimpleCache tests.
gavinp@chromium.org
2013-06-04
1
-0
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-280
/
+427
*
SimpleCache optimistic writes should not keep references to their IO buffer.
gavinp@chromium.org
2013-05-31
1
-3
/
+36
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-4
/
+4
*
Simple Cache: Eliminate Open+Create race with no index.
pasko@chromium.org
2013-05-21
1
-0
/
+53
*
Add HttpCache.ReadError* histograms.
gavinp@chromium.org
2013-05-15
1
-2
/
+2
*
Deflake SimpleCache reads when multiple operations in flight.
gavinp@chromium.org
2013-05-10
1
-0
/
+100
*
Remove DiskCacheEntryTest.SimpleCacheBuffering.
gavinp@chromium.org
2013-05-08
1
-7
/
+2
*
Support optimistic Create and Write operations on the SimpleCache.
felipeg@chromium.org
2013-05-04
1
-2
/
+331
*
Get dates/times right in the simple cache.
gavinp@chromium.org
2013-04-30
1
-1
/
+1
*
Do not open clearly invalid entries in the SimpleCache.
gavinp@chromium.org
2013-04-30
1
-0
/
+44
*
Revert 197172 "Do not open clearly invalid entries in the Simple..."
miket@chromium.org
2013-04-29
1
-39
/
+0
*
Do not open clearly invalid entries in the SimpleCache.
gavinp@chromium.org
2013-04-29
1
-0
/
+39
[next]