| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk cache: Always look for open entries when loading | rvargas@google.com | 2012-07-20 | 4 | -8/+56 |
* | Change the FindHistogram interface of StatisticsRecorder | kaiwang@chromium.org | 2012-07-18 | 1 | -5/+2 |
* | Move StatisticsRecorder out of histogram.cc/h for further refactoring. | kaiwang@chromium.org | 2012-07-13 | 1 | -1/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 33 | -33/+0 |
* | Revert 144947 - Disk cache: don't check the list of entries at startup. | rvargas@google.com | 2012-06-29 | 1 | -0/+3 |
* | Disk cache: don't check the list of entries at startup. | rvargas@google.com | 2012-06-29 | 1 | -3/+0 |
* | Disk cache: Wait until time actually moves forward, to | rvargas@google.com | 2012-06-29 | 4 | -15/+22 |
* | Optionally disable mmap() in the disk cache. | husky@chromium.org | 2012-06-26 | 9 | -6/+143 |
* | Disk cache: Continue looking for list errors after the first one. | rvargas@chromium.org | 2012-06-26 | 1 | -4/+6 |
* | Disk Cache: Add a histogram to track list head corruption. | rvargas@google.com | 2012-06-19 | 2 | -1/+49 |
* | Disk cache: Make sure that references to IO buffers are | rvargas@chromium.org | 2012-06-14 | 3 | -12/+55 |
* | NetLogEventParameter to Callback refactoring 2. | mmenke@chromium.org | 2012-06-12 | 5 | -236/+186 |
* | Disk cache: Pre-read file headers when opening files (posix). | rvargas@google.com | 2012-06-08 | 1 | -2/+8 |
* | Revert 139886 - Disk cache: Don't check the list of entries at startup. | rvargas@google.com | 2012-05-31 | 1 | -0/+3 |
* | Disk cache: Don't check the list of entries at startup. | rvargas@google.com | 2012-05-31 | 1 | -3/+0 |
* | RefCounted types should not have public destructors, net/ edition | rsleevi@chromium.org | 2012-05-29 | 1 | -2/+3 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from net. | thestig@chromium.org | 2012-05-17 | 1 | -2/+1 |
* | Disk cache: Measure the time spent verifying the lists. | rvargas@google.com | 2012-05-08 | 1 | -0/+2 |
* | Disk cache: Modify when we report empty cache files. | rvargas@google.com | 2012-05-05 | 1 | -7/+9 |
* | Disk Cache: Add more corruption tracking histograms. | rvargas@chromium.org | 2012-05-01 | 7 | -53/+154 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 2 | -12/+55 |
* | Disk cache: Make sure that we don't leak file handles (even on leaky tests) | rvargas@google.com | 2012-04-26 | 1 | -12/+14 |
* | Disallow UI/IO thread blocking on any other thread. | jam@chromium.org | 2012-04-26 | 2 | -1/+8 |
* | Disk cache: Add more logging to track disk errors. | rvargas@google.com | 2012-04-23 | 1 | -1/+3 |
* | Disk cache: print out the name of the folders when there's an error | rvargas@google.com | 2012-04-20 | 1 | -1/+2 |
* | Disk cache: Remove per-size-group histograms and a few stale ones. | rvargas@google.com | 2012-04-18 | 3 | -29/+12 |
* | Make FileStream::Seek async and add FileStream::SeekSync for sync operation | kinuko@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | initialize all fields in ctor | tbreisacher@chromium.org | 2012-03-30 | 1 | -0/+5 |
* | Checked that |entry| and |entry->backend_| are non-NULL. | khorimoto@chromium.org | 2012-03-28 | 1 | -0/+1 |
* | Return false if CreateDirectory fails | tbreisacher@chromium.org | 2012-03-28 | 1 | -1/+2 |
* | Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess... | jbates@chromium.org | 2012-03-27 | 2 | -4/+5 |
* | Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp... | aa@chromium.org | 2012-03-26 | 2 | -5/+4 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-26 | 2 | -4/+5 |
* | Additional DCHECK for InFlightIO::InvokeCallback. | gavinp@chromium.org | 2012-03-23 | 1 | -0/+1 |
* | Disk cache. Fix style on some missing files. | rvargas@google.com | 2012-03-23 | 2 | -22/+20 |
* | Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta... | rnk@chromium.org | 2012-03-23 | 2 | -5/+4 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-23 | 2 | -4/+5 |
* | Disk cache: Fix style and extra net:: specification. | rvargas@google.com | 2012-03-23 | 9 | -180/+168 |
* | Disk cache: Remove all non essential synchronization from the | rvargas@google.com | 2012-03-20 | 15 | -73/+297 |
* | Reland 121790 | rvargas@google.com | 2012-03-13 | 1 | -2/+1 |
* | Disk Cache: Make sure that chaining an entry to the current head works | rvargas@google.com | 2012-03-12 | 4 | -3/+37 |
* | Revert 121790 - Stop lying, it's still flaky :) | willchan@chromium.org | 2012-03-09 | 1 | -1/+2 |
* | Convert uses of int ms to TimeDelta in chrome/browser and net (second try). | tedvessenes@gmail.com | 2012-03-08 | 1 | -1/+1 |
* | Cleanup: Remove deprecated version of file_util::AppendToPath() from net/. | thestig@chromium.org | 2012-03-07 | 1 | -12/+7 |
* | Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net. | rsleevi@chromium.org | 2012-03-04 | 1 | -1/+1 |
* | Convert uses of int ms to TimeDelta in chrome/browser and net. | tedvessenes@gmail.com | 2012-03-04 | 1 | -1/+1 |
* | Disk Cache: Remove the deleted list experiment. | rvargas@google.com | 2012-02-23 | 3 | -66/+16 |
* | Disk cache: Handle clearing the memory cache when it is already empty. | rvargas@google.com | 2012-02-16 | 2 | -3/+5 |
* | Make ARM hash function consistent with x86 version. | rvargas@google.com | 2012-02-16 | 1 | -5/+11 |
* | Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerations | rvargas@google.com | 2012-02-14 | 1 | -2/+1 |