summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/sparse_control.cc
Commit message (Expand)AuthorAgeFilesLines
* Checked that |entry| and |entry->backend_| are non-NULL.khorimoto@chromium.org2012-03-281-0/+1
* Disk cache: Fix style and extra net:: specification.rvargas@google.com2012-03-231-21/+18
* Disk cache: Remove all non essential synchronization from thervargas@google.com2012-03-201-1/+7
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-29/+38
* base::Bind conversion for net/disk_cache/...adamk@chromium.org2011-10-201-7/+8
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Disk Cache: If there are no abort_callbacks, we should notrvargas@google.com2011-09-161-2/+8
* Disk cache: Make a local copy of the operation result beforervargas@google.com2011-09-141-1/+2
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-171-26/+59
* Fix Coverity UNINIT_CTOR defect in the ChildrenDeleter constructor.wtc@chromium.org2011-02-111-1/+1
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-2/+51
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-51/+2
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-2/+51
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-50/+2
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-2/+50
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-12/+12
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+11
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-2/+3
* Disk Cache: Replace the backend pointer of the ChildrenDeleterrvargas@google.com2010-07-271-3/+6
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-9/+9
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-9/+9
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-9/+9
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-9/+9
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-9/+9
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-5/+5
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-5/+5
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-4/+8
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-1/+11
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-2/+2
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+3
* Fix integer overflow in calculation of sparse I/O extent.cevans@chromium.org2009-11-101-1/+1
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+3
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-141-2/+2
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-1/+41
* Fixing bugs in sparse cache when dealing with GetAvailableRange queries not a...hclam@chromium.org2009-09-021-5/+9
* Fixing a crash in disk_cache::SparseControl::UpdateRange()hclam@chromium.org2009-09-021-0/+7
* Disk cache: Add support for having a sparse entry block thatrvargas@google.com2009-07-171-44/+123
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-091-10/+153
* Disk Cache: Fix a dumb warning about a variable not being initialized.rvargas@google.com2009-06-231-1/+1
* Disk Cache: Implement GetAvailableRange for the regular disk cache.rvargas@google.com2009-06-231-15/+75
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+407
* Revert cl 18723.rvargas@google.com2009-06-181-407/+0
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+407