summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/simple/simple_index_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Use net::TestClosureCallback in SimpleCache tests.gavinp2014-11-041-10/+10
* Deflake SimpleIndexFileTest.WriteThenLoadIndex.gavinp2014-11-041-8/+11
* Do not DCHECK on SimpleCache deletion-while-closing.gavinp2014-10-311-3/+6
* Deflake Simple Cache backend on Windows.gavinp2014-10-291-9/+22
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-211-11/+11
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Convert most of base and net to use base::Filervargas@chromium.org2014-01-091-1/+0
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Revert 237095 "LOG(INFO) tidying in net/"scottmg@chromium.org2013-11-251-1/+1
* LOG(INFO) tidying in net/scottmg@chromium.org2013-11-251-1/+1
* Clean up a few unused globals.thakis@chromium.org2013-09-251-3/+0
* SimpleCache: Track mass dooms as pending dooms.gavinp@chromium.org2013-09-211-26/+10
* Simple Cache: transactional index in subdirectorypasko@chromium.org2013-09-191-107/+155
* SimpleCache: merge the first and second stream in one fileclamy@chromium.org2013-09-181-5/+1
* Revert 220123 "Remove simple_util::GetMTime from simple cache."pasko@chromium.org2013-09-041-7/+6
* SimpleCache: add cache type to histogram namesclamy@chromium.org2013-09-021-21/+33
* Remove simple_util::GetMTime from simple cache.gavinp@chromium.org2013-08-291-6/+7
* Reland r219017: Avoid fragmenting the heap too much while reconstructing...pliard@chromium.org2013-08-221-55/+59
* Revert 219017 "Avoid fragmenting the heap too much while reconst..."vabr@chromium.org2013-08-221-59/+55
* Avoid fragmenting the heap too much while reconstructing the index.pliard@chromium.org2013-08-221-55/+59
* Index initialization improvements for Simple Cache.gavinp@chromium.org2013-08-121-4/+11
* Use PostTaskAndReplyWithResult() in simple_backend_impl.cc.pliard@chromium.org2013-07-311-12/+9
* Use struct SimpleIndexLoadResult* for SimpleIndexFile callbacks.ttuttle@chromium.org2013-07-261-63/+69
* Simple Cache: Get mtime from the cache directory earlypasko@chromium.org2013-07-241-31/+55
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-4/+4
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Clean up SimpleIndexFile interface and implementation.gavinp@chromium.org2013-07-041-99/+99
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-4/+4
* Unlink corrupt SimpleCache index files immediately after load.gavinp@chromium.org2013-06-211-1/+9
* Don't crash when SimpleCache index is corrupt.gavinp@chromium.org2013-06-201-2/+6
* Switch to using SequencedWorkerPool in Simple Cache backend.gavinp@chromium.org2013-06-131-8/+9
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-6/+6
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-10/+9
* SimpleCache: correct the time resolution of last modified fieldclamy@chromium.org2013-06-061-41/+2
* SimpleCache: more histograms watching how index is loaded.pasko@chromium.org2013-06-061-3/+7
* Expanding unit tests for SimpleIndex.rdsmith@chromium.org2013-06-051-18/+262
* net/disk_cache/simple: Reduce size of EntrySet nodes.digit@chromium.org2013-05-301-2/+6
* Refactor our SimpleIndex file format and serialization to use Pickle instead ...felipeg@chromium.org2013-04-161-0/+164
* Revert 194347cpu@chromium.org2013-04-161-164/+0
* Refactor our SimpleIndex file format and serialization to use Pickle instead ...felipeg@chromium.org2013-04-161-0/+164