summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Make sure that references to IO buffers arervargas@chromium.org2012-06-143-12/+55
* NetLogEventParameter to Callback refactoring 2.mmenke@chromium.org2012-06-125-236/+186
* Disk cache: Pre-read file headers when opening files (posix).rvargas@google.com2012-06-081-2/+8
* Revert 139886 - Disk cache: Don't check the list of entries at startup.rvargas@google.com2012-05-311-0/+3
* Disk cache: Don't check the list of entries at startup.rvargas@google.com2012-05-311-3/+0
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-2/+3
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-2/+1
* Disk cache: Measure the time spent verifying the lists.rvargas@google.com2012-05-081-0/+2
* Disk cache: Modify when we report empty cache files.rvargas@google.com2012-05-051-7/+9
* Disk Cache: Add more corruption tracking histograms.rvargas@chromium.org2012-05-017-53/+154
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-282-12/+55
* Disk cache: Make sure that we don't leak file handles (even on leaky tests)rvargas@google.com2012-04-261-12/+14
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-262-1/+8
* Disk cache: Add more logging to track disk errors.rvargas@google.com2012-04-231-1/+3
* Disk cache: print out the name of the folders when there's an errorrvargas@google.com2012-04-201-1/+2
* Disk cache: Remove per-size-group histograms and a few stale ones.rvargas@google.com2012-04-183-29/+12
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* initialize all fields in ctortbreisacher@chromium.org2012-03-301-0/+5
* Checked that |entry| and |entry->backend_| are non-NULL.khorimoto@chromium.org2012-03-281-0/+1
* Return false if CreateDirectory failstbreisacher@chromium.org2012-03-281-1/+2
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-272-4/+5
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-262-5/+4
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-262-4/+5
* Additional DCHECK for InFlightIO::InvokeCallback.gavinp@chromium.org2012-03-231-0/+1
* Disk cache. Fix style on some missing files.rvargas@google.com2012-03-232-22/+20
* Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...rnk@chromium.org2012-03-232-5/+4
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-232-4/+5
* Disk cache: Fix style and extra net:: specification.rvargas@google.com2012-03-239-180/+168
* Disk cache: Remove all non essential synchronization from thervargas@google.com2012-03-2015-73/+297
* Reland 121790rvargas@google.com2012-03-131-2/+1
* Disk Cache: Make sure that chaining an entry to the current head worksrvargas@google.com2012-03-124-3/+37
* Revert 121790 - Stop lying, it's still flaky :)willchan@chromium.org2012-03-091-1/+2
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-081-1/+1
* Cleanup: Remove deprecated version of file_util::AppendToPath() from net/.thestig@chromium.org2012-03-071-12/+7
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-041-1/+1
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-041-1/+1
* Disk Cache: Remove the deleted list experiment.rvargas@google.com2012-02-233-66/+16
* Disk cache: Handle clearing the memory cache when it is already empty.rvargas@google.com2012-02-162-3/+5
* Make ARM hash function consistent with x86 version.rvargas@google.com2012-02-161-5/+11
* Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerationsrvargas@google.com2012-02-141-2/+1
* Flakiness cleanup: disable flaky tests under net/evan@chromium.org2012-02-141-1/+1
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-284-16/+21
* [Coverity] Do key_file NULL check earliertbreisacher@chromium.org2012-01-271-2/+4
* [Coverity] Another UNINIT_CTOR...tbreisacher@chromium.org2012-01-261-2/+7
* Disk Cache: Update the internal logic of a block file to makervargas@google.com2012-01-054-20/+144
* Revert "Revert the disk_cache change part of http://codereview.chromium.org/9...jhawkins@chromium.org2012-01-041-17/+5
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Revert the disk_cache change part of http://codereview.chromium.org/9035012thakis@chromium.org2012-01-021-5/+17
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-232-20/+10
* base::Bind(): stress_cache.cctbreisacher@chromium.org2011-12-231-24/+20