| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk Cache: Perform extra validations to data comming from | rvargas@google.com | 2011-04-14 | 1 | -4/+42 |
* | Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk... | nick@chromium.org | 2011-04-13 | 1 | -42/+4 |
* | Disk Cache: Perform extra validations to data comming from | rvargas@google.com | 2011-04-13 | 1 | -4/+42 |
* | Adds memory cache logging, and updates disk cache logging. | mmenke@chromium.org | 2011-03-17 | 1 | -93/+18 |
* | Disk cache: More fixes to avoid corruption. | rvargas@google.com | 2011-02-23 | 1 | -11/+7 |
* | Disk cache: Prevent obscure file corruption and deal | rvargas@google.com | 2011-01-25 | 1 | -0/+1 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -358/+356 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 1 | -9/+156 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 1 | -156/+9 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -9/+156 |
* | Revert 70618 - First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -156/+9 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -9/+156 |
* | Disk cache: Flush the data for child entries before starting | rvargas@google.com | 2010-12-03 | 1 | -2/+6 |
* | Disk cache: Don't return zeros when reading from an entry | rvargas@google.com | 2010-11-04 | 1 | -9/+23 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Reland 61124 - Disk Cache: Add a quick return path for truncating an empty st... | rvargas@google.com | 2010-10-01 | 1 | -3/+8 |
* | Revert 61124 To see if interactive_ui_test (AutocompleteEditViewTest) | rvargas@google.com | 2010-10-01 | 1 | -8/+3 |
* | Disk Cache: Add a quick return path for truncating an empty stream | rvargas@google.com | 2010-09-30 | 1 | -3/+8 |
* | Disk cache: Change the way we delete files. | rvargas@google.com | 2010-09-29 | 1 | -5/+5 |
* | Disk cache: Handle failures growing the user_buffer that | rvargas@google.com | 2010-09-29 | 1 | -11/+19 |
* | Fix a bunch of clang warnings/errors. | thakis@chromium.org | 2010-09-21 | 1 | -13/+0 |
* | Disk cache: Fix the order in which we delete data | rvargas@google.com | 2010-09-16 | 1 | -7/+18 |
* | Disk cache: For an AppCache, now we only update the | rvargas@google.com | 2010-08-27 | 1 | -9/+12 |
* | Disk cache: Extend the internal buffering performed by each entry | rvargas@google.com | 2010-08-23 | 1 | -136/+380 |
* | Disk cache: Final code cleanup from the thread switch. | rvargas@google.com | 2010-07-17 | 1 | -8/+8 |
* | Disk cache: Code cleanup after the last cl. | rvargas@google.com | 2010-07-15 | 1 | -108/+106 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-13 | 1 | -44/+124 |
* | Disk cache: Add a few more histograms. | rvargas@google.com | 2010-07-12 | 1 | -0/+3 |
* | Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -117/+40 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -40/+117 |
* | Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-02 | 1 | -117/+40 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -40/+117 |
* | Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -117/+40 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-06-30 | 1 | -40/+117 |
* | Http Cache: Remove blocking calls to GetAvailableRange. | rvargas@google.com | 2010-06-11 | 1 | -1/+10 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 1 | -2/+2 |
* | Fix some uses of scoped_ptr.release() in net/ such that the return value is n... | estade@chromium.org | 2010-05-04 | 1 | -4/+3 |
* | Disk cache: Use TimeTicks instead of Time for some of the | rvargas@google.com | 2010-02-22 | 1 | -7/+9 |
* | Disk Cache: New interface that enables asynchronous completion | rvargas@google.com | 2009-11-05 | 1 | -0/+5 |
* | Step 2 in porting disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Start migrating the disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 1 | -3/+3 |
* | Disk cache: Add a method to cancel pending sparse operations. | rvargas@google.com | 2009-10-08 | 1 | -0/+14 |
* | Disk Cache: Function re-ordering. No code change. | rvargas@google.com | 2009-08-31 | 1 | -23/+27 |
* | Disk cache: Add a histogram to measure the latency of | rvargas@google.com | 2009-08-28 | 1 | -3/+9 |
* | Disk Cache: Don't depend on the backend being enabled to | rvargas@google.com | 2009-08-06 | 1 | -19/+24 |
* | Disk cache: Remove remaining uses of RankingsNode.pointer. | rvargas@google.com | 2009-07-30 | 1 | -17/+4 |
* | Disk Cache: Delete chained block files when they become empty. | rvargas@google.com | 2009-07-28 | 1 | -3/+3 |
* | Disk cache: Add explicit support for eviction / deletion | rvargas@google.com | 2009-07-09 | 1 | -0/+37 |
* | Disk cache: Keep a map of all open entries. | rvargas@google.com | 2009-07-07 | 1 | -20/+13 |
* | Disk Cache: Split some time histograms in groups based | rvargas@google.com | 2009-06-25 | 1 | -26/+42 |