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
*
Add a bunch more NetLog events to Simple Cache entries
ttuttle@chromium.org
2013-08-06
7
-116
/
+245
*
Rename SimpleCache worker pool threads.
gavinp@chromium.org
2013-08-05
1
-1
/
+1
*
Add file descriptor limit histogram to Simple Cache
ttuttle@chromium.org
2013-08-02
1
-0
/
+46
*
Split Simple Cache Open/CreateEntry histograms based on index state
ttuttle@chromium.org
2013-08-02
5
-29
/
+91
*
Add SimpleCache.HeaderSize histograms
ttuttle@chromium.org
2013-08-02
1
-0
/
+59
*
Change the API of disk_cache::CreateCacheBackend to use scoped_ptr
qsr@chromium.org
2013-08-01
11
-131
/
+97
*
Disable leaky tests in LeakSanitizer builds.
earthdok@chromium.org
2013-08-01
1
-5
/
+17
*
Use PostTaskAndReplyWithResult() in simple_backend_impl.cc.
pliard@chromium.org
2013-07-31
5
-91
/
+66
*
SimpleCache: remove data members from SimpleSynchronousEntry
clamy@chromium.org
2013-07-31
4
-178
/
+288
*
Track unread streams in SimpleCache.CheckCRCResult
gavinp@chromium.org
2013-07-31
2
-2
/
+10
*
Disk cache: make sure that stats are preserved between runs.
rvargas@google.com
2013-07-29
3
-2
/
+32
*
SimpleCache: add histogram to measure non-optimistic writes
clamy@chromium.org
2013-07-26
2
-38
/
+157
*
Use struct SimpleIndexLoadResult* for SimpleIndexFile callbacks.
ttuttle@chromium.org
2013-07-26
6
-173
/
+171
*
Add global open entry count histogram to Simple Cache
ttuttle@chromium.org
2013-07-26
1
-0
/
+10
*
Simple Cache: Get mtime from the cache directory early
pasko@chromium.org
2013-07-24
8
-108
/
+168
*
Add new histograms tracking cluster loss in the Simple Cache.
gavinp@chromium.org
2013-07-24
1
-0
/
+6
*
Add ScopedEntryPtr to disk_cache.h.
pliard@chromium.org
2013-07-24
2
-24
/
+29
*
Reland r211790: "Make simple cache not use optimistic operations for App cache."
pliard@chromium.org
2013-07-24
6
-56
/
+198
*
Revert 213196 "Reland r211790: "Make simple cache not use optimi..."
alexeypa@google.com
2013-07-23
6
-204
/
+56
*
Reland r211790: "Make simple cache not use optimistic operations f..."
pliard@chromium.org
2013-07-23
6
-56
/
+204
*
Update include paths in net for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+3
*
SimpleCacheExperiment ControlGroup users should stay in control group.
gavinp@chromium.org
2013-07-20
2
-2
/
+161
*
Bump SimpleCache version to 4.
gavinp@chromium.org
2013-07-20
1
-2
/
+2
*
Revert 212336 "Reland r211790: "Make simple cache not use optimi..."
asargent@chromium.org
2013-07-18
6
-211
/
+56
*
Reland r211790: "Make simple cache not use optimistic operations f..."
pliard@chromium.org
2013-07-18
6
-56
/
+211
*
SimpleCache: add histogram to measure parallelizable reads
clamy@chromium.org
2013-07-17
2
-28
/
+61
*
Use a direct include of the message_loop header in net/, part 1.
avi@chromium.org
2013-07-17
14
-14
/
+14
*
Re-land "Make DeleteCache() recursive"
pasko@chromium.org
2013-07-17
4
-55
/
+32
*
Revert "Make DeleteCache() recursive"
pasko@chromium.org
2013-07-17
4
-32
/
+55
*
Add NetLog messages to Simple Cache entries
ttuttle@chromium.org
2013-07-17
6
-7
/
+125
*
Fix net to use new base::DeleteFile function.
brettw@chromium.org
2013-07-16
1
-2
/
+2
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
5
-9
/
+9
*
Make DeleteCache() recursive
pasko@chromium.org
2013-07-16
4
-55
/
+32
*
Revert 211790 "Make simple cache not use optimistic operations f..."
pliard@chromium.org
2013-07-16
6
-203
/
+41
*
Make simple cache not use optimistic operations for APP_CACHE.
pliard@chromium.org
2013-07-16
6
-41
/
+203
*
SimpleCache: add unit tests for enumerations
clamy@chromium.org
2013-07-15
5
-18
/
+225
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
*
Simple Cache: wait for index in tests
clamy@chromium.org
2013-07-12
3
-0
/
+14
*
Add pasko to the owners of the simple cache.
pasko@chromium.org
2013-07-11
1
-0
/
+2
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
6
-25
/
+25
*
Revert "Updating the mapped_file_avoid_mmap_posix implementation."
qsr@chromium.org
2013-07-11
6
-314
/
+25
*
Move Copy* into the base namespace.
brettw@chromium.org
2013-07-09
1
-1
/
+1
*
SimpleCache: add key mismatch histogram
clamy@chromium.org
2013-07-05
2
-3
/
+4
*
Clean up SimpleIndexFile interface and implementation.
gavinp@chromium.org
2013-07-04
3
-114
/
+115
*
Simple Cache: OpenNextEntry() and EndEnumeration()
clamy@chromium.org
2013-07-02
10
-79
/
+284
*
Move DeleteAfterReboot, Move, and ReplaceFile to base namespace
brettw@chromium.org
2013-07-01
2
-3
/
+3
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
6
-13
/
+13
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
26
-33
/
+33
*
Disk cache: Copy a source file to use on CL 17816008.
rvargas@google.com
2013-06-27
1
-0
/
+350
*
Disk cache: Copy a source file to use on CL 17997002.
rvargas@google.com
2013-06-27
1
-0
/
+65
[next]