summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+15
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-11/+0
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-211-0/+11
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-211-11/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-6/+6
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-11/+0
* Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM...deanm@chromium.org2008-09-171-13/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Disk cache: Delete all files from the cache folder, instead of only thervargas@google.com2008-08-221-17/+15
* 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-23/+33
* Move remaining OS dependent bits from the main logic on the disk cache.rvargas@google.com2008-08-131-0/+116