summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-22/+22
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+18
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-18/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+18
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-18/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+18
* Disk cache: Handle failures growing the user_buffer thatrvargas@google.com2010-09-291-2/+3
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-0/+3
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-1/+2
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-231-6/+18
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Disk cache: Code cleanup after the last cl.rvargas@google.com2010-07-151-3/+0
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-2/+15
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-15/+2
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-2/+15
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-15/+2
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-2/+15
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-15/+2
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-2/+15
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-1/+3
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-1/+2
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-2/+2
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-221-1/+1
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-051-0/+2
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-0/+2
* Disk cache: Add a histogram to measure the latency ofrvargas@google.com2009-08-281-10/+11
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-061-2/+4
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-091-0/+16
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-071-4/+4
* Disk Cache: Split some time histograms in groups basedrvargas@google.com2009-06-251-5/+15
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-4/+11
* Revert cl 18723.rvargas@google.com2009-06-181-11/+4
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-4/+11
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-041-0/+5
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-4/+0
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-4/+8
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-021-3/+5
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-2/+2
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-2/+2
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-2/+2
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-041-6/+8
* Disk cache: Add a tool to upgrade a set of cache files from one version torvargas@google.com2008-12-021-0/+4
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Replace scoped_ptr with scoped_array.rvargas@google.com2008-07-301-1/+1
* Add net to the repository.initial.commit2008-07-261-0/+168