summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-1811-12/+1557
* Revert cl 18723.rvargas@google.com2009-06-1811-1547/+12
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-1811-12/+1547
* Introduce parent and child entries for MemEntryImplhclam@chromium.org2009-06-155-32/+167
* Disk cache: Avoid recursion when trimming entries.rvargas@google.com2009-06-103-3/+9
* Disk Cache: Simplify CallbackTest.rvargas@google.com2009-06-094-48/+28
* Disk cache: Report more info from the current experiment.rvargas@google.com2009-06-053-19/+43
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-045-0/+91
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-297-192/+3
* Disk cache: Fix a signed / unsigned comparison on cl 17052rvargas@google.com2009-05-281-2/+2
* Disk cache: Reset mask_ when the disk cache is being restarted.rvargas@google.com2009-05-282-0/+71
* Set the disk cache file version properly if new_evictionrvargas@google.com2009-05-121-0/+5
* Close the disk cache experiment for new users.rvargas@google.com2009-05-081-18/+2
* Fix a browser crash when reading the disk cache experiment datarvargas@google.com2009-05-041-5/+6
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-013-11/+12
* Fix a few broken histograms.rvargas@google.com2009-04-302-10/+8
* Disk cache: Set up a new experiment on the dev channel.rvargas@google.com2009-04-223-10/+85
* Stop using deprecated file_util::Trim* functions.thestig@chromium.org2009-04-211-4/+5
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-179-150/+397
* s/delete/delete[]/thestig@chromium.org2009-04-151-1/+1
* Fix strict aliasing warning in disk_cache_perftest.thestig@chromium.org2009-04-141-4/+2
* Disk cache: Enable the code that sets the max size automatically.rvargas@google.com2009-04-143-10/+69
* Disk cache: Finish the current experiment.rvargas@google.com2009-04-103-52/+24
* Disk cache: fix broken UMA reports.rvargas@google.com2009-04-093-2/+11
* Disk Cache: Make sure that an entry that pretends to bervargas@google.com2009-03-302-0/+20
* Add some includes needed by GCC 4.4.0mark@chromium.org2009-03-301-0/+1
* Disk Cache: Second pass (and final) to allow multiple instancesrvargas@google.com2009-03-277-66/+148
* Disk cache: Add a unit test that instantiates three cachesrvargas@google.com2009-03-263-7/+50
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-2511-44/+84
* Disk cache: fix the report of first-eviction data to include onlyrvargas@google.com2009-03-251-1/+1
* Add a new histogram macro to replace a few explicit calls.rvargas@google.com2009-03-242-19/+17
* Use #pragma pack as documented to work with GCC and MSVCmark@chromium.org2009-03-241-2/+2
* Disk cache: More instrumentation for the cache.rvargas@google.com2009-03-206-15/+192
* initialize mixed_ in the File(PlatformFile) constructor variant.ericroman@google.com2009-03-202-2/+2
* Disk cache: Store the stats only once every five minutes.rvargas@google.com2009-03-191-1/+1
* Disk cache: Instead of saving the cache stats only whenrvargas@google.com2009-03-183-11/+22
* 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