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
*
.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
*
Disk cache: For an AppCache, now we only update the
rvargas@google.com
2010-08-27
1
-3
/
+13
*
Disk cache: Add a new uma histogram for the total internal
rvargas@google.com
2010-08-27
1
-1
/
+1
*
Disk cache: Remove the check for no open entries at destruction
rvargas@google.com
2010-08-25
1
-1
/
+4
*
Disk cache: Extend the internal buffering performed by each entry
rvargas@google.com
2010-08-23
1
-0
/
+35
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Disk Cache: Replace the backend pointer of the ChildrenDeleter
rvargas@google.com
2010-07-27
1
-0
/
+2
*
Disk Cache: Cleaner way to stop evictions at destruction.
rvargas@google.com
2010-07-23
1
-11
/
+4
*
Disk cache: Stop evictions while performing final cleanup.
rvargas@google.com
2010-07-20
1
-1
/
+10
*
Disk cache: Final code cleanup from the thread switch.
rvargas@google.com
2010-07-17
1
-139
/
+139
*
Disk cache: Code cleanup after the last cl.
rvargas@google.com
2010-07-15
1
-226
/
+192
*
Disk cache: Read the index and data_0 files in a single
rvargas@google.com
2010-07-15
1
-5
/
+11
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
1
-94
/
+238
*
Disk cache: Add a few more histograms.
rvargas@google.com
2010-07-12
1
-2
/
+33
*
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-234
/
+94
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-94
/
+234
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
1
-229
/
+88
[next]