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: 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
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-88
/
+229
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-228
/
+87
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
1
-87
/
+228
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
1
-24
/
+28
*
Disk cache: Update the disk cache tools and tests to use
rvargas@google.com
2010-06-15
1
-24
/
+30
*
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
tfarina@chromium.org
2010-06-07
1
-2
/
+2
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
1
-2
/
+2
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
1
-2
/
+2
*
Disk cache: Make sure that we don't access the index file
rvargas@google.com
2010-04-28
1
-0
/
+8
*
Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1).
nsylvain@chromium.org
2010-04-06
1
-13
/
+16
*
AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...
michaeln@chromium.org
2010-03-17
1
-0
/
+10
*
Disk cache: Use TimeTicks instead of Time for some of the
rvargas@google.com
2010-02-22
1
-3
/
+4
*
Disk cache: Delete the disk cache if it is substantially bigger
rvargas@google.com
2010-02-19
1
-6
/
+8
*
Http Cache: Use asynchronous Open/Create/Doom entry calls.
rvargas@google.com
2010-01-14
1
-0
/
+8
*
Disk Cache: New interface that enables asynchronous completion
rvargas@google.com
2009-11-05
1
-0
/
+49
*
Final patch to convert disk cache to using FilePath instead of
tony@chromium.org
2009-10-15
1
-9
/
+7
*
Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.
tony@chromium.org
2009-10-14
1
-1
/
+1
*
Move disk_cache::MappedFile to use FilePath instead of wstring.
tony@chromium.org
2009-10-13
1
-1
/
+1
*
Start migrating the disk cache to using FilePath.
tony@chromium.org
2009-10-12
1
-42
/
+43
*
Disk cache: End the experiment and use the new eviction
rvargas@google.com
2009-09-29
1
-82
/
+61
*
Disk cache: Implement asynchronous IO for Posix.
rvargas@google.com
2009-08-21
1
-1
/
+1
*
Revert cl 23919 to investigate valgrind failures.
rvargas@google.com
2009-08-21
1
-1
/
+1
*
Disk cache: Close the experiment for new users.
rvargas@google.com
2009-08-21
1
-20
/
+15
[next]