summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-041-1/+1
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-041-1/+1
* Disk Cache: Remove the deleted list experiment.rvargas@google.com2012-02-233-66/+16
* Disk cache: Handle clearing the memory cache when it is already empty.rvargas@google.com2012-02-162-3/+5
* Make ARM hash function consistent with x86 version.rvargas@google.com2012-02-161-5/+11
* Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerationsrvargas@google.com2012-02-141-2/+1
* Flakiness cleanup: disable flaky tests under net/evan@chromium.org2012-02-141-1/+1
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-284-16/+21
* [Coverity] Do key_file NULL check earliertbreisacher@chromium.org2012-01-271-2/+4
* [Coverity] Another UNINIT_CTOR...tbreisacher@chromium.org2012-01-261-2/+7
* Disk Cache: Update the internal logic of a block file to makervargas@google.com2012-01-054-20/+144
* Revert "Revert the disk_cache change part of http://codereview.chromium.org/9...jhawkins@chromium.org2012-01-041-17/+5
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Revert the disk_cache change part of http://codereview.chromium.org/9035012thakis@chromium.org2012-01-021-5/+17
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-232-20/+10
* base::Bind(): stress_cache.cctbreisacher@chromium.org2011-12-231-24/+20
* CallbackTest converted to base::Bind()ajwong@chromium.org2011-12-225-31/+32
* Disk cache: Make sure that the index file is closed on the cache thread.rvargas@google.com2011-12-222-0/+15
* base::Bind: disk_cache_test_base.(cc|h)tbreisacher@chromium.org2011-12-227-72/+29
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-1918-393/+497
* Reland after fixes.jhawkins@chromium.org2011-12-1710-82/+88
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-1610-88/+82
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-1610-82/+88
* Disk Cache: Discard entries from ReadData if something is clearly wrong.rvargas@chromium.org2011-12-162-2/+38
* Avoid including gtest file directly, and go through base insteadjar@chromium.org2011-12-151-1/+1
* base::Bind: Cleanup almost-unused OldCompletionCallbacks.jhawkins@chromium.org2011-12-158-108/+17
* Reland r113263 rebased after revert of r113249.jhawkins@chromium.org2011-12-127-0/+30
* Reland r113261 rebased after revert of r113249.jhawkins@chromium.org2011-12-127-5/+88
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-0711-543/+12
* base::Bind: Convert chrome_benchmarking_message_filter.cc.jhawkins@chromium.org2011-12-067-0/+30
* base::Bind: Convert browsing_data_remover.jhawkins@chromium.org2011-12-067-0/+63
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-0611-12/+450
* Disk cache: Add a hash to the entry's internal data.rvargas@google.com2011-11-307-57/+37
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+3
* Add OVERRIDE to net/.avi@chromium.org2011-11-169-72/+84
* Disk Cache: Avoid discarding more deleted entriesrvargas@google.com2011-11-162-10/+13
* Disk cache: Simplify some of the test infrastructure.rvargas@google.com2011-11-159-114/+116
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Disk Cache: Remove "invalidating iterator" message fromrvargas@google.com2011-11-011-1/+1
* Disk Cache: Supress tsan warnings for BackendTrimInvalidEntry2rvargas@google.com2011-10-291-0/+4
* Disk cache: Fix the synchronization of BackendTrimInvalidEntry2.rvargas@google.com2011-10-261-0/+2
* Disk cache: Make sure that we don't keep looping tryingrvargas@google.com2011-10-263-45/+55
* Disk cache: Add another timming histogram.rvargas@google.com2011-10-202-1/+19
* Disk cache: Update stress_cache to perform deeper testsing.rvargas@google.com2011-10-2012-39/+242