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
*
Adding disk_cache::Entry implementation.
agayev@chromium.org
2013-04-08
7
-9
/
+453
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
4
-4
/
+4
*
Test cache creation retry via public interface only.
pasko@google.com
2013-04-05
5
-63
/
+69
*
Recover the index from enumerating the entry files on disk.
felipeg@chromium.org
2013-04-04
2
-10
/
+31
*
Fix the simple cache backend enabling.
pasko@google.com
2013-04-03
2
-2
/
+10
*
Add a CRC check to SimpleIndex file.
felipeg@chromium.org
2013-04-02
3
-11
/
+122
*
Initialize the simple cache backend at runtime.
pasko@google.com
2013-04-02
11
-372
/
+346
*
Add support for in memory index in SimpleCache.
felipeg@chromium.org
2013-03-28
9
-67
/
+351
*
Changes to build ash_unittests with RunLoop().RunUntilIdle().
tfarina@chromium.org
2013-03-24
1
-2
/
+3
*
Disk cache: Fix a race on DiskCacheEntryTest::ExternalAsyncIO
rvargas@google.com
2013-03-19
1
-3
/
+4
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
2
-9
/
+9
*
Only use disk_cache::SimpleBackendImpl for net::DISK_CACHE (i.e. HTTP).
gavinp@chromium.org
2013-03-07
1
-5
/
+9
*
Connect SparseHistogram with the rest of stats system
kaiwang@chromium.org
2013-03-01
2
-5
/
+5
*
Make SimpleEntryImpl::Close asynchronous.
gavinp@chromium.org
2013-02-28
2
-15
/
+24
*
Make SimpleEntryImpl::Doom() completely asynchronous.
gavinp@chromium.org
2013-02-25
4
-35
/
+17
*
Make synchronous methods on disk_cache::SimpleEntryImpl() reentrant.
gavinp@chromium.org
2013-02-25
5
-27
/
+51
*
Add new simple disk cache backend.
gavinp@chromium.org
2013-02-25
8
-0
/
+1087
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
13
-15
/
+15
*
Revert 182845
isherman@chromium.org
2013-02-15
8
-1084
/
+0
*
Add new simple disk cache backend.
gavinp@chromium.org
2013-02-15
8
-0
/
+1084
*
Create a new disk_cache type, SHADER_CACHE.
dsinclair@chromium.org
2013-02-13
4
-4
/
+133
*
Remove bad const from disk_cache::Backend interface.
gavinp@chromium.org
2013-02-12
3
-12
/
+12
*
Make DiskCacheTest.MultipleInstances pass in net_unittests on Windows 64-bit
wfh@chromium.org
2013-02-08
1
-2
/
+2
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
26
-98
/
+110
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
2
-2
/
+2
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
4
-8
/
+15
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
1
-3
/
+3
*
Call FlushIndex in BackendImpl::ModifyStorageSize
boliu@chromium.org
2013-01-18
1
-0
/
+2
*
Disk cache: Go back to regular evictions if we are falling behind.
rvargas@google.com
2013-01-18
1
-1
/
+7
*
Http Cache: Release all references to buffers before invoking callbacks.
rvargas@google.com
2013-01-15
1
-19
/
+1
*
Disk cache: Improve the documentation related to proper use of enumerations.
rvargas@google.com
2013-01-14
1
-1
/
+6
*
Added deletion to LogStoreEntry layer
agayev@chromium.org
2012-12-18
4
-13
/
+34
*
Renamed classes for consistency.
agayev@chromium.org
2012-12-12
10
-207
/
+207
*
Don't access the first (index 0) element of an empty vector
wtc@chromium.org
2012-12-11
1
-3
/
+5
*
Preparing net/ for the removal of scoped_refptr::release()
piman@chromium.org
2012-12-07
1
-3
/
+5
*
Added CacheEntry implementation.
agayev@chromium.org
2012-12-06
5
-2
/
+287
*
Disk cache: Update the documentation to reflect the current interface.
rvargas@google.com
2012-11-21
1
-22
/
+18
*
Disk cache: Don't walk the lists of entries at startup.
rvargas@google.com
2012-11-16
3
-222
/
+0
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
6
-10
/
+10
*
Another approach to adding the layer for managing segment objects.
agayev@chromium.org
2012-11-16
9
-43
/
+495
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
4
-14
/
+14
*
Make Segment refcounted.
agayev@chromium.org
2012-11-06
2
-10
/
+13
*
Make Segment API symmetric.
agayev@chromium.org
2012-11-06
3
-66
/
+34
*
Revert 165997 - Disk cache: Don't check the lists of entries at startup.
rvargas@google.com
2012-11-05
1
-0
/
+3
*
Disk cache: Don't check the lists of entries at startup.
rvargas@google.com
2012-11-05
1
-3
/
+0
*
Histogram type support in HistogramBase and remove SetRangeDescription function
kaiwang@chromium.org
2012-10-31
1
-1
/
+1
*
Cache backend for devices with flash storage
agayev@chromium.org
2012-10-25
6
-136
/
+179
*
Revert 164064 - Cache backend for devices with flash storage
cbentzel@chromium.org
2012-10-25
6
-178
/
+136
*
Cache backend for devices with flash storage
agayev@chromium.org
2012-10-25
6
-136
/
+178
*
Cache backend for devices with flash storage
agayev@chromium.org
2012-10-23
7
-0
/
+550
[next]