summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/mapped_file_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland re-organization of net/disk_cache/gavinp@chromium.org2014-03-031-54/+0
* Revert 253581 "Reorganize net/disk_cache into backend specific d..."gavinp@chromium.org2014-02-261-0/+54
* Reorganize net/disk_cache into backend specific directories.gavinp@chromium.org2014-02-261-54/+0
* Disk cache: Add asynchromous versions of Load/Store.rvargas@chromium.org2013-09-111-10/+0
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Optionally disable mmap() in the disk cache.husky@chromium.org2012-06-261-0/+3
* Disk cache: Pre-read file headers when opening files (posix).rvargas@google.com2012-06-081-2/+8
* Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...kushi.p@gmail.com2011-05-111-2/+2
* More net/ method ordering.erg@google.com2011-01-261-10/+10
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-131-2/+2
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-121-1/+2
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-2/+2
* Fix 15 coverity complaints.rvargas@google.com2009-07-011-1/+1
* 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
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-1/+1
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-1/+14
* 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-0/+65