summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/block_files.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move remaining OS dependent bits from the main logic on the disk cache.rvargas@google.com2008-08-131-10/+5
* Re submitting the histograms change (735)rvargas@google.com2008-08-121-0/+8
* Back off the histograms change.rvargas@google.com2008-08-121-8/+0
* Add a few histograms to the disk cache.rvargas@google.com2008-08-121-0/+8
* Add net to the repository.initial.commit2008-07-261-0/+441