| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -3/+3 |
* | Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -6/+6 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -6/+6 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -6/+6 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 1 | -6/+8 |
* | Change the type of file_type parameter to int, as the parameter actually take... | haruki@chromium.org | 2012-08-12 | 1 | -6/+3 |
* | base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. | tfarina@chromium.org | 2011-08-15 | 1 | -2/+2 |
* | This adds a cache_util::MoveCacheContents function for ChromeOS to use | gspencer@chromium.org | 2010-10-12 | 1 | -1/+27 |
* | Change NOTREACHED for a LOG(WARNING) when we can't delete | nsylvain@chromium.org | 2010-04-02 | 1 | -4/+8 |
* | Move disk_cache::MappedFile to use FilePath instead of wstring. | tony@chromium.org | 2009-10-13 | 1 | -4/+0 |
* | Convert BlockFiles to use FilePath instead of wstring. | tony@chromium.org | 2009-10-13 | 1 | -4/+0 |
* | Start migrating the disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 1 | -5/+13 |
* | Disk cache: Implement asynchronous IO for Posix. | rvargas@google.com | 2009-08-21 | 1 | -6/+0 |
* | Revert cl 23919 to investigate valgrind failures. | rvargas@google.com | 2009-08-21 | 1 | -0/+6 |
* | Disk cache: Implement asynchronous IO for Posix. | rvargas@google.com | 2009-08-21 | 1 | -6/+0 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -2/+3 |
* | Fix DeleteCache on POSIX. It wasn't successfully deleting before. | evanm@google.com | 2008-09-23 | 1 | -7/+9 |
* | Move GetFreeDiskSpace to SysInfo. | deanm@chromium.org | 2008-09-18 | 1 | -17/+0 |
* | Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM... | deanm@chromium.org | 2008-09-17 | 1 | -29/+0 |
* | Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kelly | mark@chromium.org | 2008-09-16 | 1 | -1/+14 |
* | Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux. | mark@chromium.org | 2008-09-10 | 1 | -3/+27 |
* | Implement sync IO for the disk cache, and temporarily redirect | rvargas@google.com | 2008-08-27 | 1 | -2/+3 |
* | Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". | ericroman@google.com | 2008-08-25 | 1 | -1/+0 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix WaitForPendingIO to actually exit the wait at some point. | rvargas@google.com | 2008-08-21 | 1 | -2/+2 |
* | Second pass move the os dependent code apart on the disk cache. | rvargas@google.com | 2008-08-15 | 1 | -2/+13 |
* | Move remaining OS dependent bits from the main logic on the disk cache. | rvargas@google.com | 2008-08-13 | 1 | -0/+62 |