summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-084-17/+18
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Add a SimpleCache Read unittest.felipeg@chromium.org2013-06-071-0/+98
* Reorder assertions in SimpleCache race test.gavinp@chromium.org2013-06-061-1/+1
* SimpleCache: correct the time resolution of last modified fieldclamy@chromium.org2013-06-064-42/+63
* SimpleCache: more histograms watching how index is loaded.pasko@chromium.org2013-06-061-3/+7
* In SimpleCacheTests EXPECT -> ASSERT to avoid crashes on failure.gavinp@chromium.org2013-06-061-10/+10
* Simple Cache: a few tests for rare corner cases with CRC check missing.pasko@chromium.org2013-06-061-22/+94
* Disk cache: Add base files for implementation of file format version 3.rvargas@google.com2013-06-0515-0/+6527
* Implements the Backend Type statistic in net-internalsviona@google.com2013-06-052-1/+8
* Expanding unit tests for SimpleIndex.rdsmith@chromium.org2013-06-057-373/+873
* Minor SimpleCacheBackend improvements.digit@chromium.org2013-06-043-20/+32
* Fix uninitialized read in the SimpleCache tests.gavinp@chromium.org2013-06-041-0/+1
* simple cache: bump versionpasko@chromium.org2013-06-021-1/+1
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-024-46/+46
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0117-419/+625
* SimpleCache optimistic writes should not keep references to their IO buffer.gavinp@chromium.org2013-05-312-4/+45
* Track SUCCESS case on SimpleCache Synchronous Create/Open histograms.gavinp@chromium.org2013-05-301-1/+2
* net/disk_cache/simple: Reduce size of EntrySet nodes.digit@chromium.org2013-05-305-80/+58
* Disk cache: Add support for multithread tracing.rvargas@chromium.org2013-05-251-11/+24
* Disk Cache: Remove traces of old experiment.rvargas@google.com2013-05-244-12/+6
* Disk cache: Avoid writing uninitialized data to disk.rvargas@google.com2013-05-243-7/+8
* Disk Cache: Make Stats independent of the backend implementation.rvargas@google.com2013-05-246-75/+116
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-2311-68/+76
* Simple Cache: Eliminate Open+Create race with no index.pasko@chromium.org2013-05-212-3/+58
* Initialize modification/used times from clock in SimpleCachegavinp@chromium.org2013-05-171-0/+2
* Simple Cache: Remove the wrong DCHECK.pasko@chromium.org2013-05-161-2/+0
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-165-5/+5
* Add HttpCache.ReadError* histograms.gavinp@chromium.org2013-05-152-9/+9
* Switch SimpleEntryImpl to use GetDataSize() rather than read data_size_ direc...gavinp@chromium.org2013-05-151-6/+6
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-134-32/+41
* Detailed SimpleCache histograms tracking read/write failures.gavinp@chromium.org2013-05-133-8/+128
* Deflake SimpleCache reads when multiple operations in flight.gavinp@chromium.org2013-05-104-23/+130
* Add NEWCACHE method to IndexInitializeMethod histogram.gavinp@chromium.org2013-05-101-3/+23
* Histograms tracking index writing on SimpleCache.gavinp@chromium.org2013-05-102-8/+25
* Fix DiskCacheBackendTest.SimpleCacheSetSize.gavinp@chromium.org2013-05-094-0/+13
* Remove DiskCacheEntryTest.SimpleCacheBuffering.gavinp@chromium.org2013-05-081-7/+2
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-083-17/+17
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-073-17/+17
* Add histograms tracking Open/Create failure in SimpleCachegavinp@chromium.org2013-05-051-6/+59
* Have SimpleCache index listen to android activity status notifications.gavinp@chromium.org2013-05-042-20/+47
* Add SimpleCache histograms to histograms.xml.gavinp@chromium.org2013-05-041-8/+9
* Support optimistic Create and Write operations on the SimpleCache.felipeg@chromium.org2013-05-044-101/+539
* Mark DiskCacheBackendTest.SimpleCacheDoomAll as flakybattre@chromium.org2013-05-021-1/+2
* Add more DiskCacheBackendTest.SimpleCache*.gavinp@chromium.org2013-05-015-45/+76
* Get dates/times right in the simple cache.gavinp@chromium.org2013-04-302-20/+18
* Do not open clearly invalid entries in the SimpleCache.gavinp@chromium.org2013-04-303-7/+68
* Add entry_hash_ member to SimpleCache::SimpleEntryImpl.gavinp@chromium.org2013-04-308-60/+78
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-303-6/+6
* Revert 197172 "Do not open clearly invalid entries in the Simple..."miket@chromium.org2013-04-293-63/+7