summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Re-land "Make DeleteCache() recursive"pasko@chromium.org2013-07-171-20/+0
* Revert "Make DeleteCache() recursive"pasko@chromium.org2013-07-171-0/+20
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Make DeleteCache() recursivepasko@chromium.org2013-07-161-20/+0
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-2/+2
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-3/+3
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-6/+6
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-6/+6
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-6/+6
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-6/+8
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-6/+3
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-2/+2
* This adds a cache_util::MoveCacheContents function for ChromeOS to usegspencer@chromium.org2010-10-121-1/+27
* Change NOTREACHED for a LOG(WARNING) when we can't deletensylvain@chromium.org2010-04-021-4/+8
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-131-4/+0
* Convert BlockFiles to use FilePath instead of wstring.tony@chromium.org2009-10-131-4/+0
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-5/+13
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-6/+0
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-0/+6
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-6/+0
* Move file enumeration to filepaths.avi@google.com2008-12-111-2/+3
* Fix DeleteCache on POSIX. It wasn't successfully deleting before.evanm@google.com2008-09-231-7/+9
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-17/+0
* Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM...deanm@chromium.org2008-09-171-29/+0
* Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kellymark@chromium.org2008-09-161-1/+14
* Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux.mark@chromium.org2008-09-101-3/+27
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-2/+3
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix WaitForPendingIO to actually exit the wait at some point.rvargas@google.com2008-08-211-2/+2
* Second pass move the os dependent code apart on the disk cache.rvargas@google.com2008-08-151-2/+13
* Move remaining OS dependent bits from the main logic on the disk cache.rvargas@google.com2008-08-131-0/+62