summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-4/+36
* Revert cl 18723.rvargas@google.com2009-06-181-36/+4
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-4/+36
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-041-0/+14
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-50/+1
* Disk cache: fix broken UMA reports.rvargas@google.com2009-04-091-0/+3
* Disk Cache: Make sure that an entry that pretends to bervargas@google.com2009-03-301-0/+3
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-271-7/+12
* Disk cache: A few minor fixes to make coverity happy.rvargas@google.com2009-03-181-1/+1
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-181-4/+10
* Highlights of changes:hclam@chromium.org2009-03-131-5/+5
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-21/+34
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-021-2/+53