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
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
2
-15
/
+13
*
Disk cache v3: Improve the skeleton of BackendImpl and EntryImpl.
rvargas@chromium.org
2014-01-24
7
-522
/
+672
*
Cleanup: Remove a reference to the heapchecker test framework that no longer ...
thestig@chromium.org
2014-01-21
1
-3
/
+2
*
Simple Cache: Rename it to pending_it in DoomEntryFromHash
ttuttle@chromium.org
2014-01-16
1
-3
/
+3
*
Removes MessageLoop::TYPE_XXX where possible
sky@chromium.org
2014-01-15
1
-1
/
+1
*
Remove racy and unneeded CleanupCacheDir() calls.
gavinp@chromium.org
2014-01-15
1
-11
/
+0
*
Disk cache v3: The main index table.
rvargas@chromium.org
2014-01-10
6
-23
/
+2218
*
Convert most of base and net to use base::File
rvargas@chromium.org
2014-01-09
7
-184
/
+130
*
Disk Cache: Use the old WorkerPool for Async IO on iOS.
rvargas@chromium.org
2014-01-08
6
-1
/
+334
*
Convert base::file_util to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-07
5
-15
/
+11
*
SimpleCache: have tests run on all three streams
clamy@chromium.org
2014-01-06
1
-200
/
+285
*
Disk cache: Fix overflow detection for sparse entries.
rvargas@chromium.org
2013-12-20
1
-1
/
+3
*
Changed BackendImpl::SyncInit() so it creates timer only
xeor@yandex-team.ru
2013-12-18
3
-5
/
+35
*
Revert "Disk cache: Increase the maximum number of threads on the cache pool ...
kiyun@chromium.org
2013-12-17
1
-1
/
+1
*
Revert 239400 "Revert 239280 "Move more file_util functions to b..."
thakis@chromium.org
2013-12-08
2
-7
/
+7
*
Revert 239280 "Move more file_util functions to base namespace."
thakis@chromium.org
2013-12-08
2
-7
/
+7
*
Disk cache: Increase the maximum number of threads on the cache pool to 20.
rvargas@chromium.org
2013-12-08
1
-1
/
+1
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-07
2
-7
/
+7
*
Move Touch to base namespace, remove SetLastModifiedTime.
brettw@chromium.org
2013-12-04
1
-3
/
+3
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
3
-3
/
+3
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
8
-17
/
+17
*
Disk cache: Downgrade a DCHECK to a DLOG.
rvargas@chromium.org
2013-11-26
1
-2
/
+1
*
fixed noisy dlog
atwilson@chromium.org
2013-11-26
1
-1
/
+2
*
Disk cache: Downgrade a DCHECK to a DLOG.
rvargas@chromium.org
2013-11-26
1
-1
/
+1
*
Revert 237095 "LOG(INFO) tidying in net/"
scottmg@chromium.org
2013-11-25
4
-11
/
+11
*
LOG(INFO) tidying in net/
scottmg@chromium.org
2013-11-25
4
-11
/
+11
*
Cleanup: Move PreferredCacheSize() to cache_util.h
pasko@chromium.org
2013-11-19
7
-90
/
+93
*
Simple Cache: Turn some DCHECKs into CHECKs
ttuttle@chromium.org
2013-11-18
1
-5
/
+9
*
Add and log SimpleCache.Media.* histograms.
ttuttle@chromium.org
2013-11-08
1
-21
/
+22
*
mac: Prepare for -Wunused-functions.
thakis@chromium.org
2013-11-07
1
-27
/
+0
*
Simple Cache: Don't crash when logging MEDIA_CACHE histograms.
ttuttle@chromium.org
2013-11-05
1
-0
/
+4
*
Disk Cache: Exclude new caches from FilesAge histogram.
rvargas@google.com
2013-11-04
1
-2
/
+4
*
Simple Cache: Enable for media cache
ttuttle@chromium.org
2013-11-04
1
-1
/
+2
*
Simple Cache: Zero sparse range header on construction
ttuttle@chromium.org
2013-11-02
2
-0
/
+7
*
Simple Cache: Add basic sparse support
ttuttle@chromium.org
2013-11-01
10
-70
/
+1120
*
Simple Cache: test backend startup after migration
pasko@chromium.org
2013-10-30
2
-4
/
+83
*
Changes to reinitialize the appcache system if/when DiskCache initialization ...
michaeln@google.com
2013-10-22
1
-0
/
+1
*
Revert r229540 "Changes to reinitialize the appcache system if/when DiskCache...
pfeldman@chromium.org
2013-10-19
1
-1
/
+0
*
Changes to reinitialize the appcache system if/when DiskCache initialization ...
michaeln@chromium.org
2013-10-19
1
-0
/
+1
*
net: Add some extra cache histograms.
rvargas@chromium.org
2013-10-15
1
-0
/
+3
*
Simple Cache: Add two optional stream 2 histograms
ttuttle@chromium.org
2013-09-26
6
-16
/
+35
*
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
2
-35
/
+21
*
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
[next]