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
*
Revert 88690 - Disk cache: Close the current experiment for new users.
rvargas@google.com
2011-06-10
1
-6
/
+28
*
Disk cache: Close the current experiment for new users.
rvargas@google.com
2011-06-10
1
-28
/
+6
*
Disk cache: Re-open the deleted list length experiment.
rvargas@google.com
2011-05-18
1
-24
/
+50
*
Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...
kushi.p@gmail.com
2011-05-11
1
-3
/
+3
*
Adds memory cache logging, and updates disk cache logging.
mmenke@chromium.org
2011-03-17
1
-1
/
+1
*
Disk cache: End the throttling experiment and remove
rvargas@google.com
2011-03-03
1
-49
/
+5
*
Disk cache: Don't attempt to create another external file
rvargas@google.com
2011-03-01
1
-2
/
+6
*
Disk cache: More fixes to avoid corruption.
rvargas@google.com
2011-02-23
1
-66
/
+37
*
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
1
-5
/
+6
*
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
1
-29
/
+27
*
Disk cache: Prevent obscure file corruption and deal
rvargas@google.com
2011-01-25
1
-13
/
+52
*
.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
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-96
/
+96
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-9
/
+20
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-20
/
+9
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-9
/
+20
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-20
/
+9
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-9
/
+20
*
Disk cache: Add a few more histograms and stats to figure
rvargas@google.com
2011-01-06
1
-17
/
+34
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-2
/
+2
*
Revert 68899 - Disk cache: Remove the request throttling experiment.
rvargas@google.com
2010-12-10
1
-1
/
+10
*
Disk cache: Remove the request throttling experiment.
rvargas@google.com
2010-12-10
1
-10
/
+1
*
Disk cache: Flush the data for child entries before starting
rvargas@google.com
2010-12-03
1
-1
/
+1
*
Disk cache: Remove the queue for backend operations and
rvargas@google.com
2010-11-04
1
-0
/
+7
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-4
/
+4
*
Thread IO safety: net/disk_cache file I/O in recovery.
shess@chromium.org
2010-10-29
1
-0
/
+5
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-4
/
+3
*
Revert 62645 - Disk cache: Remove the request throttling experiment.
rvargas@google.com
2010-10-14
1
-1
/
+10
*
Disk cache: Remove the request throttling experiment.
rvargas@google.com
2010-10-14
1
-10
/
+1
*
Disk cache: Close the current experiment for new users.
rvargas@google.com
2010-10-14
1
-28
/
+6
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-8
/
+9
*
This adds a cache_util::MoveCacheContents function for ChromeOS to use
gspencer@chromium.org
2010-10-12
1
-1
/
+1
*
Disk cache: Handle failures growing the user_buffer that
rvargas@google.com
2010-09-29
1
-0
/
+3
*
Disk cache: Add a little more tracing for the stress test
rvargas@google.com
2010-09-27
1
-0
/
+3
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-10
/
+13
*
Disk cache: Small adjustment so that we continue with
rvargas@google.com
2010-09-23
1
-2
/
+4
*
Disk cache: Start an experiment to measure the impact of
rvargas@google.com
2010-09-16
1
-6
/
+37
*
Disk cache: Fix the order in which we delete data
rvargas@google.com
2010-09-16
1
-7
/
+32
*
FBTF: Move Extension::LaunchContainer to extension_constants.h.
erg@google.com
2010-09-16
1
-0
/
+4
*
Disk cache: Implement request throttling.
rvargas@google.com
2010-09-14
1
-0
/
+5
*
Disk Cache: Run another experiment: Increase the number
rvargas@google.com
2010-09-13
1
-18
/
+69
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+43
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
1
-2
/
+2
[next]