summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Move PreferredCacheSize() to cache_util.hpasko@chromium.org2013-11-191-0/+7
* Test cache creation retry via public interface only.pasko@google.com2013-04-051-37/+0
* Fix the simple cache backend enabling.pasko@google.com2013-04-031-0/+1
* Initialize the simple cache backend at runtime. pasko@google.com2013-04-021-0/+41
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-4/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-4/+5
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-071-4/+5
* This adds a cache_util::MoveCacheContents function for ChromeOS to usegspencer@chromium.org2010-10-121-1/+5
* 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