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
/
entry_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-1
/
+1
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-5
/
+7
*
CallbackTest converted to base::Bind()
ajwong@chromium.org
2011-12-22
1
-22
/
+23
*
base::Bind: disk_cache_test_base.(cc|h)
tbreisacher@chromium.org
2011-12-22
1
-35
/
+9
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
1
-102
/
+187
*
Reland after fixes.
jhawkins@chromium.org
2011-12-17
1
-13
/
+22
*
Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.
garykac@chromium.org
2011-12-16
1
-22
/
+13
*
base::Bind: Remove even moar OldCompletionCallback.
jhawkins@chromium.org
2011-12-16
1
-13
/
+22
*
Disk Cache: Discard entries from ReadData if something is clearly wrong.
rvargas@chromium.org
2011-12-16
1
-0
/
+31
*
Disk cache: Fix the sanity check for entries with keys of 16KB.
rvargas@google.com
2011-10-20
1
-0
/
+8
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-14
/
+14
*
Disk cache: Perform additional verifications of the key
rvargas@google.com
2011-07-19
1
-0
/
+26
*
Allow DiskCache tests to be shuffled/independent of eachother
rsleevi@chromium.org
2011-07-07
1
-39
/
+27
*
Disk cache: End the throttling experiment and remove
rvargas@google.com
2011-03-03
1
-69
/
+0
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-6
/
+6
*
Disk cache: Change the request throttling logic so that we
rvargas@google.com
2010-12-20
1
-2
/
+2
*
Disk cache: Flush the data for child entries before starting
rvargas@google.com
2010-12-03
1
-0
/
+45
*
Disk cache: Remove the queue for backend operations and
rvargas@google.com
2010-11-04
1
-10
/
+69
*
Disk cache: Don't return zeros when reading from an entry
rvargas@google.com
2010-11-04
1
-1
/
+11
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-50
/
+50
*
Disk cache: Handle failures growing the user_buffer that
rvargas@google.com
2010-09-29
1
-4
/
+76
*
Disk cache: Fix the order in which we delete data
rvargas@google.com
2010-09-16
1
-28
/
+105
*
Disk cache: For an AppCache, now we only update the
rvargas@google.com
2010-08-27
1
-0
/
+54
*
Disk cache: Extend the internal buffering performed by each entry
rvargas@google.com
2010-08-23
1
-295
/
+456
*
Disk Cache: Replace the backend pointer of the ChildrenDeleter
rvargas@google.com
2010-07-27
1
-0
/
+50
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
1
-31
/
+41
*
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-33
/
+25
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-25
/
+33
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
1
-33
/
+25
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-25
/
+33
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-33
/
+25
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
1
-25
/
+33
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
1
-29
/
+57
*
Http Cache: Remove blocking calls to GetAvailableRange.
rvargas@google.com
2010-06-11
1
-0
/
+48
*
Disk cache" Convert some of the unit tests to the new
rvargas@google.com
2010-03-18
1
-55
/
+55
*
Http cache: Add a test to make sure that the cache
rvargas@google.com
2009-12-18
1
-5
/
+6
*
Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.
dkegel@google.com
2009-10-28
1
-1
/
+9
*
Disk cache: Re-enable DiskCacheEntryTest.CancelSparseIO
rvargas@google.com
2009-10-14
1
-2
/
+2
*
Disable CancelSparseIO unit test while I see what's going on.
rvargas@google.com
2009-10-08
1
-1
/
+1
*
Disk cache: Add a method to cancel pending sparse operations.
rvargas@google.com
2009-10-08
1
-0
/
+47
*
Fixing bugs in sparse cache when dealing with GetAvailableRange queries not a...
hclam@chromium.org
2009-09-02
1
-0
/
+15
*
Fixing a crash in disk_cache::SparseControl::UpdateRange()
hclam@chromium.org
2009-09-02
1
-1
/
+6
*
Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntry
hclam@chromium.org
2009-08-27
1
-1
/
+1
*
Disk cache: Reduce the chance of failing a unit test under Posix.
rvargas@google.com
2009-08-25
1
-4
/
+15
*
Disk cache: Implement asynchronous IO for Posix.
rvargas@google.com
2009-08-21
1
-4
/
+13
*
Revert cl 23919 to investigate valgrind failures.
rvargas@google.com
2009-08-21
1
-13
/
+4
*
Disk cache: Implement asynchronous IO for Posix.
rvargas@google.com
2009-08-21
1
-4
/
+13
*
Disk Cache: Don't depend on the backend being enabled to
rvargas@google.com
2009-08-06
1
-0
/
+1
*
Disk cache: Add support for having a sparse entry block that
rvargas@google.com
2009-07-17
1
-0
/
+117
*
Disk cache: Add explicit support for eviction / deletion
rvargas@google.com
2009-07-09
1
-1
/
+58
[next]