summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Document how we avoid running leaky tests under Purify and Valgrind,dkegel@google.com2009-03-181-0/+8
* Disk cache: A few minor fixes to make coverity happy.rvargas@google.com2009-03-184-4/+8
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-185-10/+70
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-171-3/+3
* Make sure that net_perftest doesn't leave temporary files.phajdan.jr@chromium.org2009-03-163-15/+39
* Highlights of changes:hclam@chromium.org2009-03-132-12/+11
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-124-0/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-1134-34/+0
* New disk cache eviction algorithm (partial implementation).rvargas@google.com2009-03-0613-110/+638
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-055-6/+6
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-025-5/+188
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-247-24/+21
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-184-28/+40
* Disk cache: Don't add more people to the cache size experiment.rvargas@google.com2009-02-131-10/+2
* Fix some purify warnings.rvargas@google.com2009-02-121-0/+4
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-129-234/+298
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-109-267/+234
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-109-234/+267
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-1/+1
* Disk cache: Add a check to make sure that the index table mask is not bigger ...rvargas@google.com2009-02-042-2/+14
* Disk cache: Adjust the current experiment so that the cachervargas@google.com2009-01-231-15/+18
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-5/+5
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-8/+2
* Port crash_cache tool to Linux.phajdan.jr@chromium.org2009-01-132-47/+38
* 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