summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-3/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Move disk_cache::MappedFile to use FilePath instead of wstring.tony@chromium.org2009-10-131-2/+0
* Convert BlockFiles to use FilePath instead of wstring.tony@chromium.org2009-10-131-2/+0
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-1/+7
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-3/+0
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-0/+3
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-3/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-4/+0
* Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM...deanm@chromium.org2008-09-171-4/+0
* Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux.mark@chromium.org2008-09-101-3/+4
* 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-1/+1
* Second pass move the os dependent code apart on the disk cache.rvargas@google.com2008-08-151-0/+3
* Move remaining OS dependent bits from the main logic on the disk cache.rvargas@google.com2008-08-131-0/+59