summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Disk Cache: Lower the definition of a loaded system fromrvargas@google.com2009-08-113-15/+19
* Disk Cache: cleanup of OpenBlockFile.rvargas@google.com2009-08-113-7/+31
* Try again: Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-083-18/+53
* Revert "Check blockfile size before attempting to read the header."mattm@chromium.org2009-08-072-26/+0
* Check blockfile size before attempting to read the header.mattm@chromium.org2009-08-072-0/+26
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-061-1/+1
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-064-21/+95
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* Disk cache: Open the disk cache experiment for new users.rvargas@google.com2009-08-013-9/+25
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-3010-46/+117
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-2/+2
* Disk Cache: Delete chained block files when they become empty.rvargas@google.com2009-07-284-22/+121
* Disk cache: Avoid restarting the cache while it may be in use.rvargas@google.com2009-07-243-5/+19
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-238-80/+196
* Disk cache: Add support for having a sparse entry block thatrvargas@google.com2009-07-176-49/+277
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-111-0/+26
* Disk cache: Don't evict entries if we are busy doing other stuff.rvargas@google.com2009-07-094-20/+58
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-097-13/+279
* Disk cache: Additional code cleanup after CL 20067.rvargas@google.com2009-07-081-20/+10
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-077-40/+95
* Fix 15 coverity complaints.rvargas@google.com2009-07-016-6/+6
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-291-1/+2
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-261-0/+4
* Sparse IO implementation for memory-only cachehclam@chromium.org2009-06-265-73/+438
* Revert "Implementation for memory only sparse caching" r19270.scherkus@chromium.org2009-06-255-438/+73
* Implementation for memory only sparse cachinghclam@chromium.org2009-06-255-73/+438
* Disk Cache: Split some time histograms in groups basedrvargas@google.com2009-06-255-35/+75
* Disk Cache: Add more clients to the current experiment.rvargas@google.com2009-06-241-5/+21
* Disk Cache: Fix a dumb warning about a variable not being initialized.rvargas@google.com2009-06-231-1/+1
* Disk Cache: Implement GetAvailableRange for the regular disk cache.rvargas@google.com2009-06-233-17/+136
* 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