| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -16/+16 |
* | Disk Cache: Improve handling of dirty entries. | rvargas@google.com | 2011-09-29 | 1 | -14/+51 |
* | Disk cache: Make sure that we don't use the address of an | rvargas@google.com | 2011-09-13 | 1 | -5/+5 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Disk cache: Don't evict anything for the first five | rvargas@google.com | 2011-08-31 | 1 | -3/+8 |
* | Skip updating rank in OnExternalCacheHit if cache is uninitialized or disabled. | simonjam@chromium.org | 2011-08-16 | 1 | -0/+3 |
* | Inform disk cache of WebKit memory cache hits. | simonjam@chromium.org | 2011-08-02 | 1 | -0/+16 |
* | Revert 94764 - Disk cache: Close the current experiment for new users. | rvargas@google.com | 2011-07-29 | 1 | -6/+28 |
* | Disk cache: Close the current experiment for new users. | rvargas@google.com | 2011-07-29 | 1 | -28/+6 |
* | Disk cache: Perform additional verifications of the key | rvargas@google.com | 2011-07-19 | 1 | -8/+1 |
* | Revert 88690 - Disk cache: Close the current experiment for new users. | rvargas@google.com | 2011-06-10 | 1 | -6/+28 |
* | Disk cache: Close the current experiment for new users. | rvargas@google.com | 2011-06-10 | 1 | -28/+6 |
* | Disk cache: Re-open the deleted list length experiment. | rvargas@google.com | 2011-05-18 | 1 | -24/+50 |
* | Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe... | kushi.p@gmail.com | 2011-05-11 | 1 | -3/+3 |
* | Adds memory cache logging, and updates disk cache logging. | mmenke@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Disk cache: End the throttling experiment and remove | rvargas@google.com | 2011-03-03 | 1 | -49/+5 |
* | Disk cache: Don't attempt to create another external file | rvargas@google.com | 2011-03-01 | 1 | -2/+6 |
* | Disk cache: More fixes to avoid corruption. | rvargas@google.com | 2011-02-23 | 1 | -66/+37 |
* | Add stats-table counters to the disk cache so we can expose stats through | mbelshe@chromium.org | 2011-02-18 | 1 | -0/+3 |
* | Disk cache: Always initialize disabled_ | rvargas@google.com | 2011-02-16 | 1 | -0/+2 |
* | Disk cache: Fix the initialization order of the backend. | rvargas@google.com | 2011-02-16 | 1 | -5/+6 |
* | Disk cache: Reset the number of fatal errors each time | rvargas@google.com | 2011-02-04 | 1 | -0/+5 |
* | Revert 73402 - Disk cache: Disable the throttling experiment. | rvargas@google.com | 2011-02-02 | 1 | -1/+12 |
* | Disk cache: Disable the throttling experiment. | rvargas@google.com | 2011-02-02 | 1 | -12/+1 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -29/+27 |
* | Disk cache: Prevent obscure file corruption and deal | rvargas@google.com | 2011-01-25 | 1 | -13/+52 |
* | .c Feature to disable field trials in old versions of Chromium. Field trials | rtenneti@chromium.org | 2011-01-19 | 1 | -4/+7 |
* | Disk cache: Increase the throttling threshold (100->460ms) for | rvargas@google.com | 2011-01-18 | 1 | -1/+1 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -96/+96 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 1 | -9/+20 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 1 | -20/+9 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -9/+20 |
* | Revert 70618 - First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -20/+9 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -9/+20 |
* | Disk cache: Add a few more histograms and stats to figure | rvargas@google.com | 2011-01-06 | 1 | -17/+34 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -2/+2 |
* | Revert 68899 - Disk cache: Remove the request throttling experiment. | rvargas@google.com | 2010-12-10 | 1 | -1/+10 |
* | Disk cache: Remove the request throttling experiment. | rvargas@google.com | 2010-12-10 | 1 | -10/+1 |
* | Disk cache: Flush the data for child entries before starting | rvargas@google.com | 2010-12-03 | 1 | -1/+1 |
* | Disk cache: Remove the queue for backend operations and | rvargas@google.com | 2010-11-04 | 1 | -0/+7 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -4/+4 |
* | Thread IO safety: net/disk_cache file I/O in recovery. | shess@chromium.org | 2010-10-29 | 1 | -0/+5 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -4/+3 |
* | Revert 62645 - Disk cache: Remove the request throttling experiment. | rvargas@google.com | 2010-10-14 | 1 | -1/+10 |
* | Disk cache: Remove the request throttling experiment. | rvargas@google.com | 2010-10-14 | 1 | -10/+1 |
* | Disk cache: Close the current experiment for new users. | rvargas@google.com | 2010-10-14 | 1 | -28/+6 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -8/+9 |