summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-171-1/+1
* Re-land "Make DeleteCache() recursive"pasko@chromium.org2013-07-171-29/+0
* Revert "Make DeleteCache() recursive"pasko@chromium.org2013-07-171-0/+29
* Make DeleteCache() recursivepasko@chromium.org2013-07-161-29/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-5/+5
* Cleanup: Remove deprecated version of file_util::AppendToPath() from net/.thestig@chromium.org2012-03-071-12/+7
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-4/+5
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-5/+4
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-4/+5
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-161-3/+4
* Disk cache: Change the way we delete files.rvargas@google.com2010-09-291-2/+16
* 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