summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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