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
*
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
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
3
-7
/
+7
*
Run the disk cache tests in scoped temporary directories instead of a fixed d...
jam@chromium.org
2012-08-17
6
-58
/
+12
*
Change the type of file_type parameter to int, as the parameter actually take...
haruki@chromium.org
2012-08-12
1
-6
/
+3
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
2
-4
/
+12
*
Add HttpCache histograms focussed on blocking and transaction type.
gavinp@chromium.org
2012-08-09
5
-0
/
+13
*
Disk Cache: Fix the value reported for QuickListCheck histogram.
rvargas@google.com
2012-08-03
1
-1
/
+1
*
This is a major refactor of Histogram related code:
kaiwang@chromium.org
2012-08-01
2
-16
/
+7
*
Removed unnecessary DCHECK on entry
orenb@chromium.org
2012-07-26
1
-1
/
+0
*
Added sanity check for entry in ReadyToUse
orenb@chromium.org
2012-07-26
1
-1
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-1
/
+12
*
Disk cache: Always look for open entries when loading
rvargas@google.com
2012-07-20
4
-8
/
+56
*
Change the FindHistogram interface of StatisticsRecorder
kaiwang@chromium.org
2012-07-18
1
-5
/
+2
*
Move StatisticsRecorder out of histogram.cc/h for further refactoring.
kaiwang@chromium.org
2012-07-13
1
-1
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
33
-33
/
+0
*
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
*
Disk cache: Wait until time actually moves forward, to
rvargas@google.com
2012-06-29
4
-15
/
+22
*
Optionally disable mmap() in the disk cache.
husky@chromium.org
2012-06-26
9
-6
/
+143
*
Disk cache: Continue looking for list errors after the first one.
rvargas@chromium.org
2012-06-26
1
-4
/
+6
*
Disk Cache: Add a histogram to track list head corruption.
rvargas@google.com
2012-06-19
2
-1
/
+49
*
Disk cache: Make sure that references to IO buffers are
rvargas@chromium.org
2012-06-14
3
-12
/
+55
*
NetLogEventParameter to Callback refactoring 2.
mmenke@chromium.org
2012-06-12
5
-236
/
+186
*
Disk cache: Pre-read file headers when opening files (posix).
rvargas@google.com
2012-06-08
1
-2
/
+8
*
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
*
RefCounted types should not have public destructors, net/ edition
rsleevi@chromium.org
2012-05-29
1
-2
/
+3
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
1
-2
/
+1
*
Disk cache: Measure the time spent verifying the lists.
rvargas@google.com
2012-05-08
1
-0
/
+2
*
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
7
-53
/
+154
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
2
-12
/
+55
*
Disk cache: Make sure that we don't leak file handles (even on leaky tests)
rvargas@google.com
2012-04-26
1
-12
/
+14
*
Disallow UI/IO thread blocking on any other thread.
jam@chromium.org
2012-04-26
2
-1
/
+8
*
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
*
Disk cache: Remove per-size-group histograms and a few stale ones.
rvargas@google.com
2012-04-18
3
-29
/
+12
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-1
/
+1
*
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
[next]