summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disk cache: Add a few more histograms.rvargas@google.com2010-07-121-0/+3
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-117/+40
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-40/+117
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-117/+40
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-40/+117
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-117/+40
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-40/+117
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-1/+10
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-2/+2
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-041-4/+3
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-221-7/+9
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-051-0/+5
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-121-1/+1
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-3/+3
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-0/+14
* Disk Cache: Function re-ordering. No code change.rvargas@google.com2009-08-311-23/+27
* Disk cache: Add a histogram to measure the latency ofrvargas@google.com2009-08-281-3/+9
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-061-19/+24
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-301-17/+4
* Disk Cache: Delete chained block files when they become empty.rvargas@google.com2009-07-281-3/+3
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-091-0/+37
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-071-20/+13
* Disk Cache: Split some time histograms in groups basedrvargas@google.com2009-06-251-26/+42