summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/blockfile
Commit message (Expand)AuthorAgeFilesLines
* Replace use of ternary operator in void context.ricea2015-08-121-1/+5
* Move WriteInto to base namespace.Brett Wilson2015-07-072-2/+2
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-012-8/+10
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-177-6/+4
* 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-113-15/+19
* net: Remove the remaining use of GG_(U)INTn_C macros.tfarina2015-06-032-6/+10
* Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None()eroman2015-05-064-23/+21
* Use of base::StringPairs appropriately in stats.hpayal.pandey2015-04-281-2/+2
* Update {virtual,override} to follow C++11 style in net.nick2015-04-232-4/+4
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-234-21/+21
* 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-082-102/+18
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-022-2/+2
* Disk Cache: Verify if the cache is disabled before DoomAllEntries.rvargas2015-03-181-0/+3
* 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
* 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-245-5/+6
* Enable strict-virtual-specifiers for iOS builds.droger2015-01-201-4/+4
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-2010-23/+26
* net: Fix latent style issuesdmichael2014-12-181-3/+3
* Update net to use the new version of LaunchProcess.rvargas2014-12-131-4/+3
* Disk cache: make sure that data outside of a sparse block is dropped.rvargas2014-12-051-17/+34
* Fix "value possibly truncated" warnings on MSVC, net/disk_cache edition.pkasting2014-11-265-17/+21
* Instrumenting callbacks to InFlightBackendIO.vadimt2014-11-211-16/+82
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-292-8/+8
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-1/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-2113-104/+131
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-102-2/+20
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-0913-66/+66
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-248-87/+125
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-204-68/+31
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-204-31/+68
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-194-63/+31
* Remove void** from disk_cache interface.gavinp2014-09-194-31/+63
* Remove disk_cache::BackendImpl::OpenPrevEntry() and all users.gavinp2014-09-056-226/+72
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-044-4/+4
* Remove implicit conversions from scoped_refptr to T* in net/disk_cache/dcheng2014-08-271-1/+1
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-262-4/+6
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-2111-45/+90
* Fixes for re-enabling more MSVC level 4 warnings: net/ editionpkasting@chromium.org2014-07-081-1/+2
* simplify posix MappedFile::Init and add useful logsmostynb@opera.com2014-07-081-2/+2
* Add histograms to track age of cache entries for web fontsksakamoto@chromium.org2014-06-121-5/+11
* Add histograms to track disk cache stats for web fontsksakamoto@chromium.org2014-06-054-0/+132
* Cleanup: Use base::CommandLine in net/thestig@chromium.org2014-06-031-2/+2
* Disk cache: Remove stats_histogram.rvargas@chromium.org2014-05-275-181/+33
* Net: Remove CreatePlatformFile from the disk cache.rvargas@chromium.org2014-04-036-157/+105