summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch more NetLog events to Simple Cache entriesttuttle@chromium.org2013-08-067-116/+245
* Rename SimpleCache worker pool threads.gavinp@chromium.org2013-08-051-1/+1
* Add file descriptor limit histogram to Simple Cachettuttle@chromium.org2013-08-021-0/+46
* Split Simple Cache Open/CreateEntry histograms based on index statettuttle@chromium.org2013-08-025-29/+91
* Add SimpleCache.HeaderSize histogramsttuttle@chromium.org2013-08-021-0/+59
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-0111-131/+97
* Disable leaky tests in LeakSanitizer builds.earthdok@chromium.org2013-08-011-5/+17
* Use PostTaskAndReplyWithResult() in simple_backend_impl.cc.pliard@chromium.org2013-07-315-91/+66
* SimpleCache: remove data members from SimpleSynchronousEntryclamy@chromium.org2013-07-314-178/+288
* Track unread streams in SimpleCache.CheckCRCResultgavinp@chromium.org2013-07-312-2/+10
* Disk cache: make sure that stats are preserved between runs. rvargas@google.com2013-07-293-2/+32
* SimpleCache: add histogram to measure non-optimistic writesclamy@chromium.org2013-07-262-38/+157
* Use struct SimpleIndexLoadResult* for SimpleIndexFile callbacks.ttuttle@chromium.org2013-07-266-173/+171
* Add global open entry count histogram to Simple Cachettuttle@chromium.org2013-07-261-0/+10
* Simple Cache: Get mtime from the cache directory earlypasko@chromium.org2013-07-248-108/+168
* Add new histograms tracking cluster loss in the Simple Cache.gavinp@chromium.org2013-07-241-0/+6
* Add ScopedEntryPtr to disk_cache.h.pliard@chromium.org2013-07-242-24/+29
* Reland r211790: "Make simple cache not use optimistic operations for App cache."pliard@chromium.org2013-07-246-56/+198
* Revert 213196 "Reland r211790: "Make simple cache not use optimi..."alexeypa@google.com2013-07-236-204/+56
* Reland r211790: "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-236-56/+204
* Update include paths in net for base/process changes.rsesek@chromium.org2013-07-231-1/+3
* SimpleCacheExperiment ControlGroup users should stay in control group.gavinp@chromium.org2013-07-202-2/+161
* Bump SimpleCache version to 4.gavinp@chromium.org2013-07-201-2/+2
* Revert 212336 "Reland r211790: "Make simple cache not use optimi..."asargent@chromium.org2013-07-186-211/+56
* Reland r211790: "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-186-56/+211
* SimpleCache: add histogram to measure parallelizable readsclamy@chromium.org2013-07-172-28/+61
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-1714-14/+14
* Re-land "Make DeleteCache() recursive"pasko@chromium.org2013-07-174-55/+32
* Revert "Make DeleteCache() recursive"pasko@chromium.org2013-07-174-32/+55
* Add NetLog messages to Simple Cache entriesttuttle@chromium.org2013-07-176-7/+125
* Fix net to use new base::DeleteFile function.brettw@chromium.org2013-07-161-2/+2
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-165-9/+9
* Make DeleteCache() recursivepasko@chromium.org2013-07-164-55/+32
* Revert 211790 "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-166-203/+41
* Make simple cache not use optimistic operations for APP_CACHE.pliard@chromium.org2013-07-166-41/+203
* SimpleCache: add unit tests for enumerationsclamy@chromium.org2013-07-155-18/+225
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Simple Cache: wait for index in testsclamy@chromium.org2013-07-123-0/+14
* Add pasko to the owners of the simple cache.pasko@chromium.org2013-07-111-0/+2
* Move PathExists to base namespace.brettw@chromium.org2013-07-116-25/+25
* Revert "Updating the mapped_file_avoid_mmap_posix implementation."qsr@chromium.org2013-07-116-314/+25
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-1/+1
* SimpleCache: add key mismatch histogramclamy@chromium.org2013-07-052-3/+4
* Clean up SimpleIndexFile interface and implementation.gavinp@chromium.org2013-07-043-114/+115
* Simple Cache: OpenNextEntry() and EndEnumeration()clamy@chromium.org2013-07-0210-79/+284
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-012-3/+3
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-016-13/+13
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-2826-33/+33
* Disk cache: Copy a source file to use on CL 17816008.rvargas@google.com2013-06-271-0/+350
* Disk cache: Copy a source file to use on CL 17997002.rvargas@google.com2013-06-271-0/+65