summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-2/+1
* Move hash.h/cc from net to base.jbates@chromium.org2012-09-011-2/+2
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-2/+2
* Disk cache: Make sure that references to IO buffers arervargas@chromium.org2012-06-141-0/+1
* NetLogEventParameter to Callback refactoring 2.mmenke@chromium.org2012-06-121-12/+9
* Disk Cache: Add more corruption tracking histograms.rvargas@chromium.org2012-05-011-7/+2
* Disk cache: Remove per-size-group histograms and a few stale ones.rvargas@google.com2012-04-181-6/+5
* Disk cache: Fix style and extra net:: specification.rvargas@google.com2012-03-231-33/+31
* Disk cache: Remove all non essential synchronization from thervargas@google.com2012-03-201-18/+66
* Disk Cache: Make sure that chaining an entry to the current head worksrvargas@google.com2012-03-121-1/+1
* [Coverity] Do key_file NULL check earliertbreisacher@chromium.org2012-01-271-2/+4
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-34/+38
* Disk Cache: Discard entries from ReadData if something is clearly wrong.rvargas@chromium.org2011-12-161-2/+7
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-274/+4
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-4/+274
* Disk cache: Add a hash to the entry's internal data.rvargas@google.com2011-11-301-6/+3
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+3
* Disk cache: Add another timming histogram.rvargas@google.com2011-10-201-0/+16
* Disk cache: Update stress_cache to perform deeper testsing.rvargas@google.com2011-10-201-1/+8
* Disk cache: Fix the sanity check for entries with keys of 16KB.rvargas@google.com2011-10-201-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-15/+15
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-291-8/+51
* Disk cache: Perform additional verifications of the keyrvargas@google.com2011-07-191-4/+35
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-141-4/+42
* Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk...nick@chromium.org2011-04-131-42/+4
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-131-4/+42
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-171-93/+18
* Disk cache: More fixes to avoid corruption.rvargas@google.com2011-02-231-11/+7
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-251-0/+1
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-358/+356
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-9/+156
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-156/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+156
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-156/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+156
* Disk cache: Flush the data for child entries before startingrvargas@google.com2010-12-031-2/+6
* Disk cache: Don't return zeros when reading from an entryrvargas@google.com2010-11-041-9/+23
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Reland 61124 - Disk Cache: Add a quick return path for truncating an empty st...rvargas@google.com2010-10-011-3/+8
* Revert 61124 To see if interactive_ui_test (AutocompleteEditViewTest)rvargas@google.com2010-10-011-8/+3
* Disk Cache: Add a quick return path for truncating an empty streamrvargas@google.com2010-09-301-3/+8
* Disk cache: Change the way we delete files.rvargas@google.com2010-09-291-5/+5
* Disk cache: Handle failures growing the user_buffer thatrvargas@google.com2010-09-291-11/+19
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-13/+0
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-7/+18
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-9/+12
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-231-136/+380
* Disk cache: Final code cleanup from the thread switch.rvargas@google.com2010-07-171-8/+8
* Disk cache: Code cleanup after the last cl.rvargas@google.com2010-07-151-108/+106
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-44/+124