summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Try to consistently use arraysize() with strlcpy().deanm@chromium.org2009-01-023-14/+17
* Use appropriate version of delete in storage blockrvargas@google.com2008-12-192-6/+15
* Disk cache: Avoid a crashing on a timer when the cache is disabled.rvargas@google.com2008-12-181-1/+3
* Disk cache: move eviction code to a separate file.rvargas@google.com2008-12-185-87/+197
* Disk cache: remove the hard coded list from rankings.ccrvargas@google.com2008-12-166-143/+204
* Disk Cache: Send only one eviction age data point per browser execution.rvargas@google.com2008-12-161-5/+9
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-121-83/+18
* Disk cache: Set up an experiment to measure the effect ofrvargas@google.com2008-12-114-28/+94
* Reverting 6815.phajdan.jr@chromium.org2008-12-111-18/+83
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-111-83/+18
* Move file enumeration to filepaths.avi@google.com2008-12-111-2/+3
* Disk cache: Avoid using a block file to full capacity if there isrvargas@google.com2008-12-091-3/+17
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-0410-70/+152
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-022-2/+2
* Disk cache: Add a tool to upgrade a set of cache files from one version torvargas@google.com2008-12-024-54/+91
* Port stress_cache tool.deanm@chromium.org2008-11-211-25/+57
* Some changes necessary to build an optimized binary on Linux.evanm@google.com2008-11-111-4/+7
* * Revert "Por rt flush_cache tool."agl@chromium.org2008-11-111-17/+83
* Port flush_cache tool.agl@chromium.org2008-11-111-83/+17
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-077-199/+150
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-0311-215/+76
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-2717-17/+44
* This makes net_perftests build and run on Linux.evanm@google.com2008-10-131-1/+25
* Make sure there is only one instance of the stats histogram at a given time.rvargas@google.com2008-09-261-3/+7
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-245-4/+156
* Fix DeleteCache on POSIX. It wasn't successfully deleting before.evanm@google.com2008-09-231-7/+9
* Fix AmountOfFreeDiskSpace to be able to differentiate an errorrvargas@google.com2008-09-201-1/+1
* Fix a memory leak on the disk cache for posix.rvargas@google.com2008-09-181-0/+6
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-184-33/+2
* Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM...deanm@chromium.org2008-09-174-47/+2
* Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kellymark@chromium.org2008-09-161-1/+14
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-1/+0
* Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux.mark@chromium.org2008-09-102-6/+31
* Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed outmark@chromium.org2008-09-101-2/+2
* Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.mmoss@google.com2008-09-097-19/+36
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-1/+0
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-032-60/+35
* Fix the mac build.rvargas@google.com2008-08-291-0/+2
* Fixing the comment that was not included with the last cl.rvargas@google.com2008-08-291-0/+5
* Add another disk cache performance test.rvargas@google.com2008-08-291-0/+45
* Disk cache: Split deleting old entries from the cache into small chunks that ...rvargas@google.com2008-08-292-3/+13
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-283-31/+17
* Run some disk cache unit tests on the Macmmentovai@google.com2008-08-289-34/+47
* Fix the net_perftests to work again.darin@google.com2008-08-271-0/+2
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-2711-57/+150
* fix builddarin@google.com2008-08-261-1/+1
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-254-4/+2
* Use a more compact license header in source files.license.bot2008-08-2452-1456/+208
* Disk cache: Make sure we don't overwrite external files when creating new ones.rvargas@google.com2008-08-233-2/+27
* Disk cache: Delete all files from the cache folder, instead of only thervargas@google.com2008-08-221-17/+15