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
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
4
-17
/
+18
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
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
*
SimpleCache: correct the time resolution of last modified field
clamy@chromium.org
2013-06-06
4
-42
/
+63
*
SimpleCache: more histograms watching how index is loaded.
pasko@chromium.org
2013-06-06
1
-3
/
+7
*
In SimpleCacheTests EXPECT -> ASSERT to avoid crashes on failure.
gavinp@chromium.org
2013-06-06
1
-10
/
+10
*
Simple Cache: a few tests for rare corner cases with CRC check missing.
pasko@chromium.org
2013-06-06
1
-22
/
+94
*
Disk cache: Add base files for implementation of file format version 3.
rvargas@google.com
2013-06-05
15
-0
/
+6527
*
Implements the Backend Type statistic in net-internals
viona@google.com
2013-06-05
2
-1
/
+8
*
Expanding unit tests for SimpleIndex.
rdsmith@chromium.org
2013-06-05
7
-373
/
+873
*
Minor SimpleCacheBackend improvements.
digit@chromium.org
2013-06-04
3
-20
/
+32
*
Fix uninitialized read in the SimpleCache tests.
gavinp@chromium.org
2013-06-04
1
-0
/
+1
*
simple cache: bump version
pasko@chromium.org
2013-06-02
1
-1
/
+1
*
Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-02
4
-46
/
+46
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
17
-419
/
+625
*
SimpleCache optimistic writes should not keep references to their IO buffer.
gavinp@chromium.org
2013-05-31
2
-4
/
+45
*
Track SUCCESS case on SimpleCache Synchronous Create/Open histograms.
gavinp@chromium.org
2013-05-30
1
-1
/
+2
*
net/disk_cache/simple: Reduce size of EntrySet nodes.
digit@chromium.org
2013-05-30
5
-80
/
+58
*
Disk cache: Add support for multithread tracing.
rvargas@chromium.org
2013-05-25
1
-11
/
+24
*
Disk Cache: Remove traces of old experiment.
rvargas@google.com
2013-05-24
4
-12
/
+6
*
Disk cache: Avoid writing uninitialized data to disk.
rvargas@google.com
2013-05-24
3
-7
/
+8
*
Disk Cache: Make Stats independent of the backend implementation.
rvargas@google.com
2013-05-24
6
-75
/
+116
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
11
-68
/
+76
*
Simple Cache: Eliminate Open+Create race with no index.
pasko@chromium.org
2013-05-21
2
-3
/
+58
*
Initialize modification/used times from clock in SimpleCache
gavinp@chromium.org
2013-05-17
1
-0
/
+2
*
Simple Cache: Remove the wrong DCHECK.
pasko@chromium.org
2013-05-16
1
-2
/
+0
*
Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...
thestig@chromium.org
2013-05-16
5
-5
/
+5
*
Add HttpCache.ReadError* histograms.
gavinp@chromium.org
2013-05-15
2
-9
/
+9
*
Switch SimpleEntryImpl to use GetDataSize() rather than read data_size_ direc...
gavinp@chromium.org
2013-05-15
1
-6
/
+6
*
Override server-side simple-cache trial with commandline switches.
pasko@google.com
2013-05-13
4
-32
/
+41
*
Detailed SimpleCache histograms tracking read/write failures.
gavinp@chromium.org
2013-05-13
3
-8
/
+128
*
Deflake SimpleCache reads when multiple operations in flight.
gavinp@chromium.org
2013-05-10
4
-23
/
+130
*
Add NEWCACHE method to IndexInitializeMethod histogram.
gavinp@chromium.org
2013-05-10
1
-3
/
+23
*
Histograms tracking index writing on SimpleCache.
gavinp@chromium.org
2013-05-10
2
-8
/
+25
*
Fix DiskCacheBackendTest.SimpleCacheSetSize.
gavinp@chromium.org
2013-05-09
4
-0
/
+13
*
Remove DiskCacheEntryTest.SimpleCacheBuffering.
gavinp@chromium.org
2013-05-08
1
-7
/
+2
*
Revert 198820 "Move FileEnumerator to its own file, do some refa..."
dbeam@chromium.org
2013-05-08
3
-17
/
+17
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-05-07
3
-17
/
+17
*
Add histograms tracking Open/Create failure in SimpleCache
gavinp@chromium.org
2013-05-05
1
-6
/
+59
*
Have SimpleCache index listen to android activity status notifications.
gavinp@chromium.org
2013-05-04
2
-20
/
+47
*
Add SimpleCache histograms to histograms.xml.
gavinp@chromium.org
2013-05-04
1
-8
/
+9
*
Support optimistic Create and Write operations on the SimpleCache.
felipeg@chromium.org
2013-05-04
4
-101
/
+539
*
Mark DiskCacheBackendTest.SimpleCacheDoomAll as flaky
battre@chromium.org
2013-05-02
1
-1
/
+2
*
Add more DiskCacheBackendTest.SimpleCache*.
gavinp@chromium.org
2013-05-01
5
-45
/
+76
*
Get dates/times right in the simple cache.
gavinp@chromium.org
2013-04-30
2
-20
/
+18
*
Do not open clearly invalid entries in the SimpleCache.
gavinp@chromium.org
2013-04-30
3
-7
/
+68
*
Add entry_hash_ member to SimpleCache::SimpleEntryImpl.
gavinp@chromium.org
2013-04-30
8
-60
/
+78
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
3
-6
/
+6
*
Revert 197172 "Do not open clearly invalid entries in the Simple..."
miket@chromium.org
2013-04-29
3
-63
/
+7
[next]