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
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
2
-9
/
+0
*
Simple Cache: Make stream 2 optional
ttuttle@chromium.org
2013-09-23
4
-176
/
+539
*
Migrate AppCache to simple cache backend on Android.
pliard@chromium.org
2013-09-21
1
-3
/
+3
*
SimpleCache: Track mass dooms as pending dooms.
gavinp@chromium.org
2013-09-21
12
-165
/
+322
*
SimpleCache: fix bug in crc32 computation
clamy@chromium.org
2013-09-20
2
-0
/
+53
*
Disable the flaky SimpleIndexFileTest.WriteThenLoadIndex.
glider@chromium.org
2013-09-20
1
-1
/
+2
*
Add PNACL_CACHE cache backend type, and allow larger files for this type.
dschuff@chromium.org
2013-09-19
2
-1
/
+4
*
SimpleCache: fix error in computation of crc32 for stream 0
clamy@chromium.org
2013-09-19
1
-1
/
+1
*
Simple Cache: transactional index in subdirectory
pasko@chromium.org
2013-09-19
12
-193
/
+713
*
SimpleCache: merge the first and second stream in one file
clamy@chromium.org
2013-09-18
11
-246
/
+635
*
Simple Cache: stop running index file tests on Windows
pasko@chromium.org
2013-09-17
3
-6
/
+15
*
Remove non-const references from MemEntryImpl.
eroman@chromium.org
2013-09-17
1
-5
/
+1
*
base: Split logging functions and PerfTimeLogger out of perftimer.h
tfarina@chromium.org
2013-09-17
1
-6
/
+6
*
Fix Simple Cache race on multiple dooms on flight.
gavinp@chromium.org
2013-09-16
3
-6
/
+30
*
Disk cache: Introduce BlockBitmaps for V3.
rvargas@google.com
2013-09-13
6
-631
/
+242
*
Don't doom the wrong simple cache entry.
gavinp@chromium.org
2013-09-13
3
-5
/
+41
*
Fix user-after-free when create/open operations outlive the backend.
pliard@chromium.org
2013-09-13
3
-37
/
+77
*
Be more thorough when tearing down DiskCacheTestWithCache.
earthdok@chromium.org
2013-09-13
1
-2
/
+3
*
Track entries pending Doom in SimpleCache backend.
gavinp@chromium.org
2013-09-12
6
-20
/
+147
*
Disk cache: Add asynchromous versions of Load/Store.
rvargas@chromium.org
2013-09-11
8
-74
/
+101
*
Disk Cache: Replace the worker pool with a sequenced worker pool (posix).
rvargas@chromium.org
2013-09-10
5
-356
/
+277
*
Simple Cache: remove a function no longer in use
pasko@chromium.org
2013-09-10
1
-9
/
+0
*
Simple Cache: report age by (stream -> entry)
pasko@chromium.org
2013-09-10
1
-4
/
+7
*
Fix race condition for non-open/create operations happening after a doom. ...
pliard@chromium.org
2013-09-09
7
-44
/
+88
*
Simple Cache: restore the high-res timer
pasko@chromium.org
2013-09-05
2
-2
/
+35
*
Revert 220123 "Remove simple_util::GetMTime from simple cache."
pasko@chromium.org
2013-09-04
6
-31
/
+47
*
Disk cache: Make sure the size stats ate not used after the backend goes away.
rvargas@chromium.org
2013-09-03
3
-1
/
+12
*
Lint & readability cleanup in Simple Cache.
gavinp@chromium.org
2013-09-03
4
-11
/
+14
*
SimpleCache: add cache type to histogram names
clamy@chromium.org
2013-09-02
13
-213
/
+338
*
Clean up Simple Index handling of removed entries.
gavinp@chromium.org
2013-08-30
1
-7
/
+5
*
Flush the SimpleBackendImpl's SWP in tests.
earthdok@chromium.org
2013-08-30
3
-0
/
+10
*
Sparse IO: Allow failover to network in debug builds
pasko@chromium.org
2013-08-30
1
-1
/
+1
*
Remove simple_util::GetMTime from simple cache.
gavinp@chromium.org
2013-08-29
6
-47
/
+31
*
Reduce Simple Index memory use.
gavinp@chromium.org
2013-08-28
7
-61
/
+148
*
Move perftimer.* into base/test/ directory.
tfarina@chromium.org
2013-08-24
1
-1
/
+1
*
Fix logic error on DCHECK.
etienneb@chromium.org
2013-08-24
1
-1
/
+1
*
Reland r216372: Make simple cache index take hashes in rather than key strings.
pliard@chromium.org
2013-08-23
7
-161
/
+185
*
Reland r219017: Avoid fragmenting the heap too much while reconstructing...
pliard@chromium.org
2013-08-22
6
-60
/
+159
*
Revert 219017 "Avoid fragmenting the heap too much while reconst..."
vabr@chromium.org
2013-08-22
6
-159
/
+60
*
Avoid fragmenting the heap too much while reconstructing the index.
pliard@chromium.org
2013-08-22
6
-60
/
+159
*
SimpleCache: Android - skip registration when the JVM is not initialized
clamy@chromium.org
2013-08-21
1
-2
/
+4
*
SimpleCache: add an histogram to record the age of entry on open
clamy@chromium.org
2013-08-19
1
-0
/
+5
*
SimpleCache: more values for SimpleCache.ReadIsParallelizable histogram
clamy@chromium.org
2013-08-19
1
-7
/
+24
*
Disk cache: Remove not needed memory comparison from unit test.
rvargas@chromium.org
2013-08-14
1
-1
/
+0
*
disk cache: Convert one ASSERT_EQ to EXPECT_EQ
rvargas@chromium.org
2013-08-14
1
-1
/
+1
*
Index initialization improvements for Simple Cache.
gavinp@chromium.org
2013-08-12
4
-17
/
+37
*
Improve time resolution in PlatformFileInfo.
gavinp@chromium.org
2013-08-08
2
-35
/
+2
*
Revert 216372 "Make simple cache index take hashes in rather tha..."
pliard@chromium.org
2013-08-08
7
-182
/
+158
*
Make simple cache index take hashes in rather than key strings.
pliard@chromium.org
2013-08-08
7
-158
/
+182
*
SimpleCache: Add metadata to the queue of operations in entries
clamy@chromium.org
2013-08-07
4
-167
/
+427
[next]