summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Add RetainedRef uses where needed.vmpstr2016-03-211-36/+23
* Remove std::mem_fun uses.vmpstr2016-03-111-2/+2
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-4/+2
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+3
* Fix use after free in memory only backend.gavinp2016-02-252-9/+41
* Reland: Refactor and shorten in-memory cache.gavinp2016-02-238-617/+410
* Revert of Refactor and shorten in-memory cache. (patchset #37 id:611001 of ht...amineer2016-02-137-363/+617
* Refactor and shorten in-memory cache.gavinp2016-02-117-617/+363
* Simple Cache: Squash callbacks for Backend::Doom() on destruction.gavinp2016-02-113-5/+45
* Allow std::unordered_*.davidben2016-01-221-4/+1
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-211-1/+4
* Allow std::unordered_*.davidben2016-01-211-4/+1
* Move bit_cast from base/macros.h to its own headertapted2016-01-143-0/+3
* Convert Pass()→std::move() for iOS build.dcheng2016-01-141-4/+2
* Simple Cache: Record sparse reads/writes in NetLogttuttle2016-01-081-0/+32
* Clean up header files.avi2015-12-263-0/+5
* Convert Pass()→std::move() in //netdcheng2015-12-2617-52/+71
* Switch to standard integer types in net/.Avi Drissman2015-12-2081-558/+702
* Remove kint32max.avi2015-12-1014-288/+348
* Remove kint64max.avi2015-12-092-42/+45
* Remove kuint32max.avi2015-12-046-122/+148
* SimpleCache: Fix race condition in simple_index_file_unittestpasko2015-12-011-2/+2
* Remove kint16max.avi2015-11-255-64/+72
* net: Always use 'buf', not 'buff', as abbreviation.ttuttle2015-11-062-5/+5
* Remove std::bind1st uses.vmpstr2015-11-023-9/+7
* Simple Cache: reset sparse file offset and size on truncatettuttle2015-10-212-0/+13
* Reland of Implement cache counting for the simple and memory backends - with ...msramek2015-10-196-54/+66
* Revert of Implement cache counting for the simple and memory backends. (patch...mpearson2015-10-146-68/+54
* Implement cache counting for the simple and memory backends.msramek2015-10-146-54/+68
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-091-2/+2
* simplecache: Always replace temp-indexpasko2015-10-072-1/+34
* Add a size estimation mechanism to StoragePartitionHttpCacheDataRemover.msramek2015-10-0714-0/+167
* net: Fix typos for 'propogate' misspelling.tfarina2015-10-051-1/+1
* Remove traces of TracingCacheBackendpasko2015-09-281-5/+0
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-247-9/+9
* Remove base's implicit_cast.danakj2015-09-156-35/+31
* Stop net_unittests from crashing on OpenEntry failuresbrucedawson2015-09-101-4/+4
* Replace use of ternary operator in void context.ricea2015-08-121-1/+5
* Memory-only disk cache: Fix GetAvailableRange for small ranges.rvargas2015-08-042-1/+10
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-0/+2
* Move WriteInto to base namespace.Brett Wilson2015-07-072-2/+2
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-013-12/+13
* Mark DiskCacheEntryTest.ExternalAsyncIONoBuffer as flaky on iOS.lpromero2015-06-171-1/+7
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-1710-9/+7
* Add <stdarg.h> include required for va_start/va_end in GCCphilipj2015-06-121-0/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-115-25/+28
* Remove multiple reader CRC test.rdsmith2015-06-083-37/+4
* Remove SimpleCacheSetSize test.rdsmith2015-06-041-5/+0
* Remove check of sparse entries for simple cache.rdsmith2015-06-041-6/+0