summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/mem_entry_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* NetLogEventParameter to Callback refactoring 2.mmenke@chromium.org2012-06-121-33/+40
* Disk cache: Fix style and extra net:: specification.rvargas@google.com2012-03-231-19/+18
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-10/+10
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-40/+0
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-0/+40
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...kushi.p@gmail.com2011-05-111-3/+3
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-171-34/+162
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* More net/ header/implementation method reordering.erg@google.com2011-01-211-79/+81
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-4/+6
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-1/+6
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-051-0/+5
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-141-29/+17
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-0/+5
* Handle reading to the end of a sparse entryhclam@chromium.org2009-10-011-1/+1
* Disk Cache: Function re-ordering. No code change.rvargas@google.com2009-08-311-62/+66
* Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntryhclam@chromium.org2009-08-271-1/+1
* Sparse IO implementation for memory-only cachehclam@chromium.org2009-06-261-33/+277
* Revert "Implementation for memory only sparse caching" r19270.scherkus@chromium.org2009-06-251-277/+33
* Implementation for memory only sparse cachinghclam@chromium.org2009-06-251-33/+277
* Introduce parent and child entries for MemEntryImplhclam@chromium.org2009-06-151-4/+50
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-041-0/+14
* Disk cache: A few minor fixes to make coverity happy.rvargas@google.com2009-03-181-0/+2
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-7/+7
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-7/+7
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-7/+7
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-041-6/+7
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* 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/+200