| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Flakiness cleanup: disable flaky tests under net/ | evan@chromium.org | 2012-02-14 | 1 | -1/+1 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-28 | 4 | -16/+21 |
* | [Coverity] Do key_file NULL check earlier | tbreisacher@chromium.org | 2012-01-27 | 1 | -2/+4 |
* | [Coverity] Another UNINIT_CTOR... | tbreisacher@chromium.org | 2012-01-26 | 1 | -2/+7 |
* | Disk Cache: Update the internal logic of a block file to make | rvargas@google.com | 2012-01-05 | 4 | -20/+144 |
* | Revert "Revert the disk_cache change part of http://codereview.chromium.org/9... | jhawkins@chromium.org | 2012-01-04 | 1 | -17/+5 |
* | base::Bind: Remove callback_old.h. | jhawkins@chromium.org | 2012-01-03 | 1 | -2/+1 |
* | Revert the disk_cache change part of http://codereview.chromium.org/9035012 | thakis@chromium.org | 2012-01-02 | 1 | -5/+17 |
* | base::Bind: Random remaining cleanups. | jhawkins@chromium.org | 2011-12-23 | 2 | -20/+10 |
* | base::Bind(): stress_cache.cc | tbreisacher@chromium.org | 2011-12-23 | 1 | -24/+20 |
* | CallbackTest converted to base::Bind() | ajwong@chromium.org | 2011-12-22 | 5 | -31/+32 |
* | Disk cache: Make sure that the index file is closed on the cache thread. | rvargas@google.com | 2011-12-22 | 2 | -0/+15 |
* | base::Bind: disk_cache_test_base.(cc|h) | tbreisacher@chromium.org | 2011-12-22 | 7 | -72/+29 |
* | base::Bind: Convert most of disk_cache. | jhawkins@chromium.org | 2011-12-19 | 18 | -393/+497 |
* | Reland after fixes. | jhawkins@chromium.org | 2011-12-17 | 10 | -82/+88 |
* | Revert 114838 - base::Bind: Remove even moar OldCompletionCallback. | garykac@chromium.org | 2011-12-16 | 10 | -88/+82 |
* | base::Bind: Remove even moar OldCompletionCallback. | jhawkins@chromium.org | 2011-12-16 | 10 | -82/+88 |
* | Disk Cache: Discard entries from ReadData if something is clearly wrong. | rvargas@chromium.org | 2011-12-16 | 2 | -2/+38 |
* | Avoid including gtest file directly, and go through base instead | jar@chromium.org | 2011-12-15 | 1 | -1/+1 |
* | base::Bind: Cleanup almost-unused OldCompletionCallbacks. | jhawkins@chromium.org | 2011-12-15 | 8 | -108/+17 |
* | Reland r113263 rebased after revert of r113249. | jhawkins@chromium.org | 2011-12-12 | 7 | -0/+30 |
* | Reland r113261 rebased after revert of r113249. | jhawkins@chromium.org | 2011-12-12 | 7 | -5/+88 |
* | Reverts a commit that caused ASAN failures, and 2 dependent commits. | joi@chromium.org | 2011-12-07 | 11 | -543/+12 |
* | base::Bind: Convert chrome_benchmarking_message_filter.cc. | jhawkins@chromium.org | 2011-12-06 | 7 | -0/+30 |
* | base::Bind: Convert browsing_data_remover. | jhawkins@chromium.org | 2011-12-06 | 7 | -0/+63 |
* | base::Bind: Convert disk_cache_based_ssl_host_info. | jhawkins@chromium.org | 2011-12-06 | 11 | -12/+450 |
* | Disk cache: Add a hash to the entry's internal data. | rvargas@google.com | 2011-11-30 | 7 | -57/+37 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 1 | -3/+3 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 9 | -72/+84 |
* | Disk Cache: Avoid discarding more deleted entries | rvargas@google.com | 2011-11-16 | 2 | -10/+13 |
* | Disk cache: Simplify some of the test infrastructure. | rvargas@google.com | 2011-11-15 | 9 | -114/+116 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Disk Cache: Remove "invalidating iterator" message from | rvargas@google.com | 2011-11-01 | 1 | -1/+1 |
* | Disk Cache: Supress tsan warnings for BackendTrimInvalidEntry2 | rvargas@google.com | 2011-10-29 | 1 | -0/+4 |
* | Disk cache: Fix the synchronization of BackendTrimInvalidEntry2. | rvargas@google.com | 2011-10-26 | 1 | -0/+2 |
* | Disk cache: Make sure that we don't keep looping trying | rvargas@google.com | 2011-10-26 | 3 | -45/+55 |
* | Disk cache: Add another timming histogram. | rvargas@google.com | 2011-10-20 | 2 | -1/+19 |
* | Disk cache: Update stress_cache to perform deeper testsing. | rvargas@google.com | 2011-10-20 | 12 | -39/+242 |
* | Disk cache: Fix the sanity check for entries with keys of 16KB. | rvargas@google.com | 2011-10-20 | 2 | -2/+10 |
* | base::Bind conversion for net/disk_cache/... | adamk@chromium.org | 2011-10-20 | 8 | -29/+31 |
* | Revert 105215 - Disk Cache: Close the deleted list experiment for new users. | rvargas@google.com | 2011-10-13 | 1 | -6/+28 |
* | Disk Cache: Close the deleted list experiment for new users. | rvargas@google.com | 2011-10-13 | 1 | -28/+6 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 18 | -186/+186 |
* | Disk Cache: Eliminate a race in one of the new tests | rvargas@google.com | 2011-09-29 | 1 | -0/+1 |
* | Disk Cache: Improve handling of dirty entries. | rvargas@google.com | 2011-09-29 | 11 | -62/+528 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 2 | -0/+2 |
* | Disk Cache: If there are no abort_callbacks, we should not | rvargas@google.com | 2011-09-16 | 1 | -2/+8 |