summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Fix style and extra net:: specification.rvargas@google.com2012-03-231-29/+24
* Disk cache: Remove all non essential synchronization from thervargas@google.com2012-03-201-2/+8
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-14/+15
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-14/+0
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-0/+14
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-17/+21
* Disk cache: Add another timming histogram.rvargas@google.com2011-10-201-1/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-13/+13
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-291-0/+8
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-1/+3
* Disk cache: Perform additional verifications of the keyrvargas@google.com2011-07-191-0/+3
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-071-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Disk cache: More fixes to avoid corruption.rvargas@google.com2011-02-231-3/+12
* 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