summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SimpleCache creation threadsafe.mmenke2015-02-191-14/+23
* SimpleCache: max at 5 threads in the poolpasko2015-02-121-12/+3
* removing all the code related to chrome://statscpu2015-02-122-4/+0
* kMaxBlockSize -> kMaxHeaderBlockSize to avoid shadowing warning on VS2015scottmg2015-02-041-4/+4
* Cleanup: Better constify some strings in net/.thestig2015-01-246-9/+10
* Enable strict-virtual-specifiers for iOS builds.droger2015-01-201-4/+4
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-2015-35/+40
* net: Fix latent style issuesdmichael2014-12-181-3/+3
* Update net to use the new version of LaunchProcess.rvargas2014-12-131-4/+3
* Fix for DiskCacheBackendTest.SimpleCacheOpenBadFile spurious failuresxeor2014-12-121-0/+5
* Drop unused base/tuple.h inclusiontzik2014-12-091-1/+0
* Disk cache: make sure that data outside of a sparse block is dropped.rvargas2014-12-052-19/+149
* Fix "value possibly truncated" warnings on MSVC, net/disk_cache edition.pkasting2014-11-2612-83/+95
* Instrumenting callbacks to InFlightBackendIO.vadimt2014-11-211-16/+82
* Fix spelling of a TODO(gavinp).gavinp2014-11-201-1/+1
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Use net::TestClosureCallback in SimpleCache tests.gavinp2014-11-045-43/+24
* Deflake SimpleIndexFileTest.WriteThenLoadIndex.gavinp2014-11-042-12/+13
* Do not DCHECK on SimpleCache deletion-while-closing.gavinp2014-10-312-3/+18
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-293-11/+11
* Cleanup: Remove more unused timer.h includes.thestig2014-10-292-2/+0
* Deflake Simple Cache backend on Windows.gavinp2014-10-297-30/+101
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-273-6/+6
* Standardize usage of virtual/override/final in net/dcheng2014-10-2123-219/+260
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-153-5/+5
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-151-0/+5
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-142-13/+7
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-133-55/+49
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-102-2/+20