summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/file_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Cleanup file_posix so that it uses the latestrvargas@google.com2010-11-171-159/+74
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-3/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-181-1/+4
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-1/+1
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-231-23/+10
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-2/+11
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-11/+2
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-2/+11
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-11/+2
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-2/+11
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-11/+2
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-2/+11
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-041-2/+2
* 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