summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-272-6/+3
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-273-10/+10
* Style changes in SimpleIndexFileTest.gavinp@chromium.org2013-06-263-56/+64
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-3/+3
* Disk cache: Update Addr to handle file format version 3.rvargas@google.com2013-06-215-25/+84
* Unlink corrupt SimpleCache index files immediately after load.gavinp@chromium.org2013-06-213-1/+63
* Disk cache: Introduce a BlockHeader class.rvargas@google.com2013-06-212-89/+142
* Disk cache: move some code to the desired location.rvargas@google.com2013-06-202-21/+21
* Don't crash when SimpleCache index is corrupt.gavinp@chromium.org2013-06-203-8/+73
* Simple Cache Eviction: report sizes in KiBpasko@chromium.org2013-06-201-5/+10
* Simple Cache: set variable index flush delayspasko@chromium.org2013-06-182-5/+32
* Updating the mapped_file_avoid_mmap_posix implementation.qsr@chromium.org2013-06-186-25/+314
* Revert "Updating the mapped_file_avoid_mmap_posix implementation."dfalcantara@chromium.org2013-06-156-292/+25
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-132-27/+33
* Switch to using SequencedWorkerPool in Simple Cache backend.gavinp@chromium.org2013-06-137-31/+83
* Disk cache: Fix back some style changes made recently.rvargas@google.com2013-06-136-117/+52
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-6/+6
* Disk cache: Main definition of the file format version 3.rvargas@google.com2013-06-122-96/+138
* Updating the mapped_file_avoid_mmap_posix implementation.qsr@chromium.org2013-06-126-25/+292
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-118-8/+8
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-118-57/+102
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-1126-38/+38
* Disk Cache: move common elements from v2 and v3 file format.rvargas@google.com2013-06-1118-296/+63
* SimpleCache: histograms to look after CRC checkspasko@chromium.org2013-06-112-5/+33
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-106-6/+6
* Revert MappedFile::Flush() back to pre-upstreamed version.pauljensen@chromium.org2013-06-101-20/+6
* 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