summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-5/+7
* CallbackTest converted to base::Bind()ajwong@chromium.org2011-12-221-22/+23
* base::Bind: disk_cache_test_base.(cc|h)tbreisacher@chromium.org2011-12-221-35/+9
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-102/+187
* Reland after fixes.jhawkins@chromium.org2011-12-171-13/+22
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-22/+13
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-13/+22
* Disk Cache: Discard entries from ReadData if something is clearly wrong.rvargas@chromium.org2011-12-161-0/+31
* Disk cache: Fix the sanity check for entries with keys of 16KB.rvargas@google.com2011-10-201-0/+8
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-14/+14
* Disk cache: Perform additional verifications of the keyrvargas@google.com2011-07-191-0/+26
* Allow DiskCache tests to be shuffled/independent of eachotherrsleevi@chromium.org2011-07-071-39/+27
* Disk cache: End the throttling experiment and removervargas@google.com2011-03-031-69/+0
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-6/+6
* Disk cache: Change the request throttling logic so that wervargas@google.com2010-12-201-2/+2
* Disk cache: Flush the data for child entries before startingrvargas@google.com2010-12-031-0/+45
* Disk cache: Remove the queue for backend operations andrvargas@google.com2010-11-041-10/+69
* Disk cache: Don't return zeros when reading from an entryrvargas@google.com2010-11-041-1/+11
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-50/+50
* Disk cache: Handle failures growing the user_buffer thatrvargas@google.com2010-09-291-4/+76
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-28/+105
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-0/+54
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-231-295/+456
* Disk Cache: Replace the backend pointer of the ChildrenDeleterrvargas@google.com2010-07-271-0/+50
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-31/+41
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-33/+25
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-25/+33
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-33/+25
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-25/+33
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-33/+25
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-25/+33
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-29/+57
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-0/+48
* Disk cache" Convert some of the unit tests to the newrvargas@google.com2010-03-181-55/+55
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-181-5/+6
* Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.dkegel@google.com2009-10-281-1/+9
* Disk cache: Re-enable DiskCacheEntryTest.CancelSparseIOrvargas@google.com2009-10-141-2/+2
* Disable CancelSparseIO unit test while I see what's going on.rvargas@google.com2009-10-081-1/+1
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-0/+47
* Fixing bugs in sparse cache when dealing with GetAvailableRange queries not a...hclam@chromium.org2009-09-021-0/+15
* Fixing a crash in disk_cache::SparseControl::UpdateRange()hclam@chromium.org2009-09-021-1/+6
* Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntryhclam@chromium.org2009-08-271-1/+1
* Disk cache: Reduce the chance of failing a unit test under Posix.rvargas@google.com2009-08-251-4/+15
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-4/+13
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-13/+4
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-4/+13
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-061-0/+1
* Disk cache: Add support for having a sparse entry block thatrvargas@google.com2009-07-171-0/+117
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-091-1/+58