summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/block_files.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Downgrade a DCHECK to a DLOG.rvargas@chromium.org2013-11-261-2/+1
* fixed noisy dlogatwilson@chromium.org2013-11-261-1/+2
* Disk cache: Downgrade a DCHECK to a DLOG.rvargas@chromium.org2013-11-261-1/+1
* Disk cache: Introduce BlockBitmaps for V3.rvargas@google.com2013-09-131-45/+82
* Fix logic error on DCHECK.etienneb@chromium.org2013-08-241-1/+1
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Disk cache: Introduce a BlockHeader class.rvargas@google.com2013-06-211-89/+94
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-2/+2
* Disk Cache: move common elements from v2 and v3 file format.rvargas@google.com2013-06-111-1/+4
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-2/+2
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-161-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net.dcheng@chromium.org2013-04-111-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-5/+5
* Optionally disable mmap() in the disk cache.husky@chromium.org2012-06-261-1/+8
* Disk Cache: Update the internal logic of a block file to makervargas@google.com2012-01-051-12/+65
* Disk Cache: Improve handling of dirty entries.rvargas@google.com2011-09-291-3/+3
* Disk cache: detect block files that are shorter than expectedrvargas@google.com2011-07-131-0/+6
* Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...kushi.p@gmail.com2011-05-111-4/+4
* More net/ header/implementation method reordering.erg@google.com2011-01-211-85/+85
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* clang: Let everything compile in Release builds.thakis@chromium.org2010-10-101-0/+2
* Disk cache: Change the way we delete files.rvargas@google.com2010-09-291-2/+7
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+4
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-1/+2
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-2/+67
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-1/+1
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-1/+1
* Disk cache: fix the name of some histograms.rvargas@google.com2010-07-201-9/+9
* Disk cache: Read the index and data_0 files in a singlervargas@google.com2010-07-151-9/+65
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-101-1/+0
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-221-6/+7
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-131-1/+1
* Convert BlockFiles to use FilePath instead of wstring.tony@chromium.org2009-10-131-15/+12
* Disk Cache: cleanup of OpenBlockFile.rvargas@google.com2009-08-111-7/+4
* Try again: Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-081-0/+6
* Revert "Check blockfile size before attempting to read the header."mattm@chromium.org2009-08-071-6/+0
* Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-071-0/+6
* Disk Cache: Delete chained block files when they become empty.rvargas@google.com2009-07-281-16/+62
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-091-1/+4
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+3
* Disk cache: Avoid using a block file to full capacity if there isrvargas@google.com2008-12-091-3/+17
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-3/+5
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.mmoss@google.com2008-09-091-4/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Second pass move the os dependent code apart on the disk cache.rvargas@google.com2008-08-151-1/+0
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+2