summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/disk_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-091-0/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Disk cache: Fix style and extra net:: specification.rvargas@google.com2012-03-231-19/+23
* CallbackTest converted to base::Bind()ajwong@chromium.org2011-12-221-1/+0
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-11/+12
* Reland after fixes.jhawkins@chromium.org2011-12-171-1/+1
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-1/+1
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-1/+1
* base::Bind: Cleanup almost-unused OldCompletionCallbacks.jhawkins@chromium.org2011-12-151-6/+0
* Reland r113263 rebased after revert of r113249.jhawkins@chromium.org2011-12-121-0/+2
* Reland r113261 rebased after revert of r113249.jhawkins@chromium.org2011-12-121-0/+4
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-15/+0
* base::Bind: Convert chrome_benchmarking_message_filter.cc.jhawkins@chromium.org2011-12-061-0/+2
* base::Bind: Convert browsing_data_remover.jhawkins@chromium.org2011-12-061-0/+4
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-0/+9
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-15/+15
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-8/+8
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-021-0/+4
* Updating a link in the comments.marja@google.com2011-07-081-1/+1
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-071-7/+9
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-1/+3
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-3/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+3
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-3/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-54/+0
* Disk cache: Update the disk cache tools and tests to uservargas@google.com2010-06-151-21/+0
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-0/+10
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-181-3/+6
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-291-8/+11
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-141-0/+7
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-051-6/+103
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-1/+3
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-0/+32
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-041-0/+53
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-23/+0
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-1/+2
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-181-1/+1
* Highlights of changes:hclam@chromium.org2009-03-131-7/+6
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-061-4/+4
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-021-0/+24
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-4/+10
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-10/+4
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-4/+10
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-5/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+181