summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Support optimistic Create and Write operations on the SimpleCache.felipeg@chromium.org2013-05-041-2/+331
* Get dates/times right in the simple cache.gavinp@chromium.org2013-04-301-1/+1
* Do not open clearly invalid entries in the SimpleCache.gavinp@chromium.org2013-04-301-0/+44
* Revert 197172 "Do not open clearly invalid entries in the Simple..."miket@chromium.org2013-04-291-39/+0
* Do not open clearly invalid entries in the SimpleCache.gavinp@chromium.org2013-04-291-0/+39
* Restrict EvictOldEntries test to only the Simple Backendpasko@google.com2013-04-291-53/+41
* Deflake SimpleCache::Close()gavinp@chromium.org2013-04-291-8/+39
* Disk cache: Use more specific error codes to help diagnose issues with missin...rvargas@chromium.org2013-04-261-1/+1
* Simplify cross thread messaging in SimpleCache.gavinp@chromium.org2013-04-231-3/+1
* Cache entries should be zero length at creation.gavinp@chromium.org2013-04-231-0/+30
* Simple Cache: Simplest possible eviction we could think of.pasko@google.com2013-04-231-0/+56
* Add more entry unittests for SimpleCache.gavinp@chromium.org2013-04-221-4/+28
* Add crc32 checksums to simple disk cache.gavinp@chromium.org2013-04-221-11/+97
* Support overlapping operations on the SimpleEntryImpl.felipeg@chromium.org2013-04-181-0/+94
* Initialize the simple cache backend at runtime. pasko@google.com2013-04-021-23/+0
* Disk cache: Fix a race on DiskCacheEntryTest::ExternalAsyncIOrvargas@google.com2013-03-191-3/+4
* Create a new disk_cache type, SHADER_CACHE.dsinclair@chromium.org2013-02-131-0/+9
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Http Cache: Release all references to buffers before invoking callbacks.rvargas@google.com2013-01-151-19/+1
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-2/+2
* Disk cache: Always look for open entries when loadingrvargas@google.com2012-07-201-0/+42
* Disk cache: Wait until time actually moves forward, torvargas@google.com2012-06-291-5/+3
* Disk cache: Make sure that references to IO buffers arervargas@chromium.org2012-06-141-12/+53
* 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