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
*
initialize all fields in ctor
tbreisacher@chromium.org
2012-03-30
1
-0
/
+5
*
Checked that |entry| and |entry->backend_| are non-NULL.
khorimoto@chromium.org
2012-03-28
1
-0
/
+1
*
Return false if CreateDirectory fails
tbreisacher@chromium.org
2012-03-28
1
-1
/
+2
*
Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...
jbates@chromium.org
2012-03-27
2
-4
/
+5
*
Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...
aa@chromium.org
2012-03-26
2
-5
/
+4
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-26
2
-4
/
+5
*
Additional DCHECK for InFlightIO::InvokeCallback.
gavinp@chromium.org
2012-03-23
1
-0
/
+1
*
Disk cache. Fix style on some missing files.
rvargas@google.com
2012-03-23
2
-22
/
+20
*
Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...
rnk@chromium.org
2012-03-23
2
-5
/
+4
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-23
2
-4
/
+5
*
Disk cache: Fix style and extra net:: specification.
rvargas@google.com
2012-03-23
9
-180
/
+168
*
Disk cache: Remove all non essential synchronization from the
rvargas@google.com
2012-03-20
15
-73
/
+297
*
Reland 121790
rvargas@google.com
2012-03-13
1
-2
/
+1
*
Disk Cache: Make sure that chaining an entry to the current head works
rvargas@google.com
2012-03-12
4
-3
/
+37
*
Revert 121790 - Stop lying, it's still flaky :)
willchan@chromium.org
2012-03-09
1
-1
/
+2
*
Convert uses of int ms to TimeDelta in chrome/browser and net (second try).
tedvessenes@gmail.com
2012-03-08
1
-1
/
+1
*
Cleanup: Remove deprecated version of file_util::AppendToPath() from net/.
thestig@chromium.org
2012-03-07
1
-12
/
+7
*
Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.
rsleevi@chromium.org
2012-03-04
1
-1
/
+1
*
Convert uses of int ms to TimeDelta in chrome/browser and net.
tedvessenes@gmail.com
2012-03-04
1
-1
/
+1
*
Disk Cache: Remove the deleted list experiment.
rvargas@google.com
2012-02-23
3
-66
/
+16
*
Disk cache: Handle clearing the memory cache when it is already empty.
rvargas@google.com
2012-02-16
2
-3
/
+5
*
Make ARM hash function consistent with x86 version.
rvargas@google.com
2012-02-16
1
-5
/
+11
*
Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerations
rvargas@google.com
2012-02-14
1
-2
/
+1
*
Flakiness cleanup: disable flaky tests under net/
evan@chromium.org
2012-02-14
1
-1
/
+1
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
4
-16
/
+21
*
[Coverity] Do key_file NULL check earlier
tbreisacher@chromium.org
2012-01-27
1
-2
/
+4
*
[Coverity] Another UNINIT_CTOR...
tbreisacher@chromium.org
2012-01-26
1
-2
/
+7
*
Disk Cache: Update the internal logic of a block file to make
rvargas@google.com
2012-01-05
4
-20
/
+144
*
Revert "Revert the disk_cache change part of http://codereview.chromium.org/9...
jhawkins@chromium.org
2012-01-04
1
-17
/
+5
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
1
-2
/
+1
*
Revert the disk_cache change part of http://codereview.chromium.org/9035012
thakis@chromium.org
2012-01-02
1
-5
/
+17
*
base::Bind: Random remaining cleanups.
jhawkins@chromium.org
2011-12-23
2
-20
/
+10
*
base::Bind(): stress_cache.cc
tbreisacher@chromium.org
2011-12-23
1
-24
/
+20
*
CallbackTest converted to base::Bind()
ajwong@chromium.org
2011-12-22
5
-31
/
+32
*
Disk cache: Make sure that the index file is closed on the cache thread.
rvargas@google.com
2011-12-22
2
-0
/
+15
*
base::Bind: disk_cache_test_base.(cc|h)
tbreisacher@chromium.org
2011-12-22
7
-72
/
+29
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
18
-393
/
+497
*
Reland after fixes.
jhawkins@chromium.org
2011-12-17
10
-82
/
+88
*
Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.
garykac@chromium.org
2011-12-16
10
-88
/
+82
*
base::Bind: Remove even moar OldCompletionCallback.
jhawkins@chromium.org
2011-12-16
10
-82
/
+88
*
Disk Cache: Discard entries from ReadData if something is clearly wrong.
rvargas@chromium.org
2011-12-16
2
-2
/
+38
*
Avoid including gtest file directly, and go through base instead
jar@chromium.org
2011-12-15
1
-1
/
+1
*
base::Bind: Cleanup almost-unused OldCompletionCallbacks.
jhawkins@chromium.org
2011-12-15
8
-108
/
+17
*
Reland r113263 rebased after revert of r113249.
jhawkins@chromium.org
2011-12-12
7
-0
/
+30
*
Reland r113261 rebased after revert of r113249.
jhawkins@chromium.org
2011-12-12
7
-5
/
+88
*
Reverts a commit that caused ASAN failures, and 2 dependent commits.
joi@chromium.org
2011-12-07
11
-543
/
+12
*
base::Bind: Convert chrome_benchmarking_message_filter.cc.
jhawkins@chromium.org
2011-12-06
7
-0
/
+30
*
base::Bind: Convert browsing_data_remover.
jhawkins@chromium.org
2011-12-06
7
-0
/
+63
*
base::Bind: Convert disk_cache_based_ssl_host_info.
jhawkins@chromium.org
2011-12-06
11
-12
/
+450
*
Disk cache: Add a hash to the entry's internal data.
rvargas@google.com
2011-11-30
7
-57
/
+37
[next]