summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disk cache: Fix the sanity check for entries with keys of 16KB.rvargas@google.com2011-10-202-2/+10
* base::Bind conversion for net/disk_cache/...adamk@chromium.org2011-10-208-29/+31
* Revert 105215 - Disk Cache: Close the deleted list experiment for new users.rvargas@google.com2011-10-131-6/+28
* Disk Cache: Close the deleted list experiment for new users.rvargas@google.com2011-10-131-28/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0118-186/+186
* Disk Cache: Eliminate a race in one of the new testsrvargas@google.com2011-09-291-0/+1
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-2911-62/+528
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-212-0/+2
* Disk Cache: If there are no abort_callbacks, we should notrvargas@google.com2011-09-161-2/+8
* Disk cache: Make a local copy of the operation result beforervargas@google.com2011-09-141-1/+2
* Disk cache: Make sure that we don't use the address of anrvargas@google.com2011-09-131-5/+5
* Disk cache: Use platform_file functions for POSIX.rvargas@google.com2011-09-071-6/+11
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-022-2/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-022-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-022-2/+2
* Disk cache: Don't evict anything for the first fivervargas@google.com2011-08-312-4/+9