summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sparse IO implementation for memory-only cachehclam@chromium.org2009-06-261-26/+102
* Revert "Implementation for memory only sparse caching" r19270.scherkus@chromium.org2009-06-251-102/+26
* Implementation for memory only sparse cachinghclam@chromium.org2009-06-251-26/+102
* Disk Cache: Implement GetAvailableRange for the regular disk cache.rvargas@google.com2009-06-231-1/+55
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+135
* Revert cl 18723.rvargas@google.com2009-06-181-135/+0
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+135
* Introduce parent and child entries for MemEntryImplhclam@chromium.org2009-06-151-1/+45
* Disk Cache: Simplify CallbackTest.rvargas@google.com2009-06-091-35/+22
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-99/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-021-0/+98
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-159/+202
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-174/+159
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-159/+174
* Try to consistently use arraysize() with strlcpy().deanm@chromium.org2009-01-021-9/+10
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-041-0/+36