summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-095-0/+13
* Disk Cache: Fix the value reported for QuickListCheck histogram.rvargas@google.com2012-08-031-1/+1
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-012-16/+7
* Removed unnecessary DCHECK on entryorenb@chromium.org2012-07-261-1/+0
* Added sanity check for entry in ReadyToUseorenb@chromium.org2012-07-261-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+12
* Disk cache: Always look for open entries when loadingrvargas@google.com2012-07-204-8/+56
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-5/+2
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1133-33/+0
* Revert 144947 - Disk cache: don't check the list of entries at startup.rvargas@google.com2012-06-291-0/+3
* Disk cache: don't check the list of entries at startup.rvargas@google.com2012-06-291-3/+0
* Disk cache: Wait until time actually moves forward, torvargas@google.com2012-06-294-15/+22
* Optionally disable mmap() in the disk cache.husky@chromium.org2012-06-269-6/+143
* Disk cache: Continue looking for list errors after the first one.rvargas@chromium.org2012-06-261-4/+6
* Disk Cache: Add a histogram to track list head corruption.rvargas@google.com2012-06-192-1/+49
* 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