summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Remove the remaining use of GG_(U)INTn_C macros.tfarina2015-06-038-31/+40
* Change most uses of Pickle to base::Picklebrettw2015-06-035-20/+22
* Move Pickle to base namespace.brettw2015-06-022-8/+11
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-213-28/+28
* Add UMA for disk latency for cache accesses.rdsmith2015-05-141-0/+4
* Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None()eroman2015-05-066-52/+50
* Use of base::StringPairs appropriately in net/disk_cache/memorypayal.pandey2015-05-051-2/+2
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-1/+0
* Use of base::StringPairs appropriately in simple_backend_implpayal.pandey2015-04-302-4/+3
* Use of base::StringPairs appropriately in disk_cachepayal.pandey2015-04-301-2/+2
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-0/+1
* Use of base::StringPairs appropriately in backend_unittestpayal.pandey2015-04-291-1/+2
* base: Remove use of MessageLoopProxyskyostil2015-04-291-1/+0
* Use of base::StringPairs appropriately in stats.hpayal.pandey2015-04-281-2/+2
* Ensure tests have an active task runnerskyostil2015-04-271-1/+3
* Update {virtual,override} to follow C++11 style in net.nick2015-04-232-4/+4
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-238-59/+59
* Combine multiple BadEntropyProviders into base::MockEntropyProvider.dbeam2015-04-181-14/+5
* Apply automated fixits for Chrome clang plugin to net_unittests.dcheng2015-04-171-3/+3
* Add instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-151-0/+4
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-083-107/+18
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-027-7/+7
* Disk Cache: Verify if the cache is disabled before DoomAllEntries.rvargas2015-03-182-0/+49
* Disk cache: Re-initialize stats counters if they are zero on-disk.rvargas2015-03-053-3/+97
* Move stress_cache to the tools directoryrvargas2015-03-041-293/+0