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
*
Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.
gavinp
2014-09-24
1
-4
/
+4
*
Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...
dcheng
2014-09-20
1
-4
/
+4
*
Reland of "Remove void** from disk_cache interface."
gavinp
2014-09-20
1
-4
/
+4
*
Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...
vasilii
2014-09-19
1
-4
/
+4
*
Remove void** from disk_cache interface.
gavinp
2014-09-19
1
-4
/
+4
*
Change base/file_utils.h includes to base/files/file_utils.h in net/
thestig
2014-09-04
1
-1
/
+1
*
New SimpleCache Entry test for duplicate dooms.
gavinp
2014-08-28
1
-0
/
+64
*
Remove implicit conversions from scoped_refptr to T* in net/disk_cache/
dcheng
2014-08-27
1
-14
/
+14
*
Connect SimpleCache Backend active_entries_ more closely to Entry lifetime.
gavinp
2014-08-25
1
-0
/
+32
*
simple cache: testing: AddDelay() between evictable entry sets
pasko@chromium.org
2014-04-07
1
-0
/
+5
*
Net: Remove CreatePlatformFile from the disk cache.
rvargas@chromium.org
2014-04-03
1
-23
/
+14
*
Reland re-organization of net/disk_cache/
gavinp@chromium.org
2014-03-03
1
-3
/
+3
*
Revert 253581 "Reorganize net/disk_cache into backend specific d..."
gavinp@chromium.org
2014-02-26
1
-3
/
+3
*
Reorganize net/disk_cache into backend specific directories.
gavinp@chromium.org
2014-02-26
1
-3
/
+3
*
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
[next]