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
/
backend_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disk cache: make sure that stats are preserved between runs.
rvargas@google.com
2013-07-29
1
-0
/
+2
*
SimpleCacheExperiment ControlGroup users should stay in control group.
gavinp@chromium.org
2013-07-20
1
-2
/
+1
*
Use a direct include of the message_loop header in net/, part 1.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
1
-2
/
+2
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Disk Cache: move common elements from v2 and v3 file format.
rvargas@google.com
2013-06-11
1
-1
/
+2
*
Implements the Backend Type statistic in net-internals
viona@google.com
2013-06-05
1
-0
/
+4
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-12
/
+12
*
Disk Cache: Remove traces of old experiment.
rvargas@google.com
2013-05-24
1
-5
/
+0
*
Disk cache: Avoid writing uninitialized data to disk.
rvargas@google.com
2013-05-24
1
-3
/
+3
*
Disk Cache: Make Stats independent of the backend implementation.
rvargas@google.com
2013-05-24
1
-3
/
+59
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-4
/
+4
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-4
/
+4
*
Add support for the control group in the Simple Cache Experiment.
gavinp@chromium.org
2013-04-20
1
-3
/
+14
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Initialize the simple cache backend at runtime.
pasko@google.com
2013-04-02
1
-209
/
+0
*
Only use disk_cache::SimpleBackendImpl for net::DISK_CACHE (i.e. HTTP).
gavinp@chromium.org
2013-03-07
1
-5
/
+9
*
Add new simple disk cache backend.
gavinp@chromium.org
2013-02-25
1
-0
/
+7
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-2
/
+2
*
Revert 182845
isherman@chromium.org
2013-02-15
1
-7
/
+0
*
Add new simple disk cache backend.
gavinp@chromium.org
2013-02-15
1
-0
/
+7
*
Create a new disk_cache type, SHADER_CACHE.
dsinclair@chromium.org
2013-02-13
1
-4
/
+6
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-22
/
+25
*
Call FlushIndex in BackendImpl::ModifyStorageSize
boliu@chromium.org
2013-01-18
1
-0
/
+2
*
Preparing net/ for the removal of scoped_refptr::release()
piman@chromium.org
2012-12-07
1
-3
/
+5
*
Disk cache: Don't walk the lists of entries at startup.
rvargas@google.com
2012-11-16
1
-3
/
+0
*
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
*
Disk cache: Track evictions of ga.js.
rvargas@chromium.org
2012-10-12
1
-0
/
+5
*
Revert 158403 - Disk cache: Disable the self check of ranking lists.
rvargas@google.com
2012-09-24
1
-0
/
+3
*
Disk cache: Disable the self check of ranking lists.
rvargas@google.com
2012-09-24
1
-3
/
+0
*
Disk cache histograms tracking cache opens by size/age of cache.
gavinp@chromium.org
2012-09-14
1
-6
/
+17
*
New hit rate by size histograms.
gavinp@chromium.org
2012-09-07
1
-8
/
+16
*
Move hash.h/cc from net to base.
jbates@chromium.org
2012-09-01
1
-4
/
+4
*
Some minor nits in backend_impl.cc
gavinp@chromium.org
2012-08-28
1
-4
/
+4
*
New histograms to track disk cache hit rate by age and use time.
gavinp@chromium.org
2012-08-24
1
-1
/
+10
*
Revert 152360 - Disk cache: Disable checking the lists on start-up.
rvargas@google.com
2012-08-20
1
-0
/
+3
*
Disk cache: Disable checking the lists on start-up.
rvargas@google.com
2012-08-20
1
-3
/
+0
*
Add HttpCache histograms focussed on blocking and transaction type.
gavinp@chromium.org
2012-08-09
1
-0
/
+4
*
Disk cache: Always look for open entries when loading
rvargas@google.com
2012-07-20
1
-1
/
+4
*
Revert 144947 - Disk cache: don't check the list of entries at startup.
rvargas@google.com
2012-06-29
1
-0
/
+3
*
Disk cache: don't check the list of entries at startup.
rvargas@google.com
2012-06-29
1
-3
/
+0
*
Optionally disable mmap() in the disk cache.
husky@chromium.org
2012-06-26
1
-1
/
+15
*
Revert 139886 - Disk cache: Don't check the list of entries at startup.
rvargas@google.com
2012-05-31
1
-0
/
+3
*
Disk cache: Don't check the list of entries at startup.
rvargas@google.com
2012-05-31
1
-3
/
+0
*
Disk cache: Modify when we report empty cache files.
rvargas@google.com
2012-05-05
1
-7
/
+9
*
Disk Cache: Add more corruption tracking histograms.
rvargas@chromium.org
2012-05-01
1
-3
/
+8
*
Disallow UI/IO thread blocking on any other thread.
jam@chromium.org
2012-04-26
1
-0
/
+2
*
Disk cache: Add more logging to track disk errors.
rvargas@google.com
2012-04-23
1
-1
/
+3
*
Disk cache: print out the name of the folders when there's an error
rvargas@google.com
2012-04-20
1
-1
/
+2
[next]