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 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...
glider@chromium.org
2011-05-19
3
-5
/
+4
*
Re-land http://codereview.chromium.org/6869009 (except for the suppressions)
glider@chromium.org
2011-05-19
3
-4
/
+5
*
Disk cache: Re-open the deleted list length experiment.
rvargas@google.com
2011-05-18
3
-26
/
+54
*
Fix net_perftests
joth@chromium.org
2011-05-12
1
-6
/
+6
*
Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...
kushi.p@gmail.com
2011-05-11
8
-23
/
+23
*
Disk cache: Make sure the list of unused entries is not
rvargas@google.com
2011-05-10
4
-22
/
+56
*
iwyu: Use callback_old.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-10
1
-1
/
+2
*
disk cache: Add NET_API for net.dll
rvargas@google.com
2011-05-07
15
-46
/
+60
*
Fix disk cache stats to include 'Open misses'
joth@chromium.org
2011-04-28
1
-4
/
+4
*
Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...
glider@chromium.org
2011-04-21
3
-5
/
+4
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-04-21
3
-4
/
+5
*
Disk Cache: Perform extra validations to data comming from
rvargas@google.com
2011-04-14
6
-11
/
+93
*
Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk...
nick@chromium.org
2011-04-13
5
-89
/
+8
*
Disk Cache: Perform extra validations to data comming from
rvargas@google.com
2011-04-13
5
-8
/
+89
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
5
-24
/
+22
*
Move flags initialization into block before sharing across threads
jar@chromium.org
2011-03-30
1
-3
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
8
-16
/
+16
*
Removed static variable for histograms to avoid race with
rtenneti@chromium.org
2011-03-19
1
-4
/
+4
*
Adds memory cache logging, and updates disk cache logging.
mmenke@chromium.org
2011-03-17
11
-165
/
+476
*
Reland code to detect corruption of histogram ranges
jar@chromium.org
2011-03-05
2
-6
/
+14
*
Disk cache: End the throttling experiment and remove
rvargas@google.com
2011-03-03
5
-233
/
+28
*
Revert 76239 - Crash when we notice a corruption of the histogram range-vector
rsimha@chromium.org
2011-03-03
2
-14
/
+6
*
Revert 76345 - Small cleanup for previous histogram checkin
rsimha@chromium.org
2011-03-02
1
-1
/
+1
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
Disk cache: Don't attempt to create another external file
rvargas@google.com
2011-03-01
1
-2
/
+6
*
Small cleanup for previous histogram checkin
jar@chromium.org
2011-03-01
1
-1
/
+1
*
Crash when we notice a corruption of the histogram range-vector
jar@chromium.org
2011-02-28
2
-6
/
+14
*
Mark DiskCacheBackendTest.AppCacheEnumerations as flaky
phajdan.jr@chromium.org
2011-02-28
1
-1
/
+2
*
Disk cache: More fixes to avoid corruption.
rvargas@google.com
2011-02-23
6
-85
/
+75
*
Add stats-table counters to the disk cache so we can expose stats through
mbelshe@chromium.org
2011-02-18
1
-0
/
+3
*
Disk cache: Always initialize disabled_
rvargas@google.com
2011-02-16
1
-0
/
+2
*
Disk cache: Fix the initialization order of the backend.
rvargas@google.com
2011-02-16
2
-5
/
+29
*
Fix Coverity UNINIT_CTOR defect in the ChildrenDeleter constructor.
wtc@chromium.org
2011-02-11
1
-1
/
+1
*
Disk Cache: Make sure that file descriptors are valid before calling close().
rvargas@google.com
2011-02-10
1
-1
/
+1
*
Disk cache: Reset the number of fatal errors each time
rvargas@google.com
2011-02-04
1
-0
/
+5
*
Revert 73402 - Disk cache: Disable the throttling experiment.
rvargas@google.com
2011-02-02
1
-1
/
+12
*
Disk cache: Disable the throttling experiment.
rvargas@google.com
2011-02-02
1
-12
/
+1
*
More net/ method ordering.
erg@google.com
2011-01-26
5
-308
/
+306
*
Disk cache: Prevent obscure file corruption and deal
rvargas@google.com
2011-01-25
8
-33
/
+229
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
8
-326
/
+354
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-1
/
+1
*
.c Feature to disable field trials in old versions of Chromium. Field trials
rtenneti@chromium.org
2011-01-19
1
-4
/
+7
*
Disk cache: Increase the throttling threshold (100->460ms) for
rvargas@google.com
2011-01-18
1
-1
/
+1
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
2
-7
/
+12
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
2
-12
/
+7
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
8
-627
/
+626
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
2
-7
/
+12
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
11
-41
/
+278
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
11
-278
/
+41
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
11
-41
/
+278
[next]