summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/file_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+3
* Disk cache: Fix a race accessing a file's reference counterrvargas@google.com2009-10-211-3/+10
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-121-1/+1
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-15/+258
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-252/+15
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-15/+252
* initialize mixed_ in the File(PlatformFile) constructor variant.ericroman@google.com2009-03-201-1/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-15/+17
* Fix a memory leak on the disk cache for posix.rvargas@google.com2008-09-181-0/+6
* Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.mmoss@google.com2008-09-091-2/+1
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-14/+34
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-1/+1
* 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/+125