summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/sparse_control.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* Disk cache: Fix back some style changes made recently.rvargas@google.com2013-06-131-43/+20
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-2/+2
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-021-7/+7
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-19/+40
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-6/+8
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-2/+2
* Removed unnecessary DCHECK on entryorenb@chromium.org2012-07-261-1/+0
* Added sanity check for entry in ReadyToUseorenb@chromium.org2012-07-261-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+12
* NetLogEventParameter to Callback refactoring 2.mmenke@chromium.org2012-06-121-13/+10
* 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