summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/simple
Commit message (Expand)AuthorAgeFilesLines
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-0/+2
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-173-3/+3
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-6/+5
* Remove multiple reader CRC test.rdsmith2015-06-082-5/+4
* net: Remove the remaining use of GG_(U)INTn_C macros.tfarina2015-06-035-23/+27
* 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-211-6/+6
* Add UMA for disk latency for cache accesses.rdsmith2015-05-141-0/+4
* Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None()eroman2015-05-061-15/+15
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-1/+0
* Use of base::StringPairs appropriately in simple_backend_implpayal.pandey2015-04-302-4/+3
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-0/+1
* base: Remove use of MessageLoopProxyskyostil2015-04-291-1/+0
* Ensure tests have an active task runnerskyostil2015-04-271-1/+3
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-232-17/+17
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-023-3/+3
* Make SimpleCache creation threadsafe.mmenke2015-02-191-14/+23
* SimpleCache: max at 5 threads in the poolpasko2015-02-121-12/+3
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-203-10/+10
* Fix "value possibly truncated" warnings on MSVC, net/disk_cache edition.pkasting2014-11-267-66/+74
* Fix spelling of a TODO(gavinp).gavinp2014-11-201-1/+1
* 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-311-3/+6
* Deflake Simple Cache backend on Windows.gavinp2014-10-295-16/+101
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-215-69/+69
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-2/+2
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-142-13/+7
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-132-48/+45
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-1/+1
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-094-32/+32
* Downgrade all CHECKs to DCHECKs in SimpleCache backend.gavinp2014-09-261-11/+5
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-242-123/+80
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-202-80/+123
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-202-123/+80
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-192-80/+123
* Remove void** from disk_cache interface.gavinp2014-09-192-123/+80
* Delete enumerations at Simple Cache backend deletion.gavinp2014-09-132-6/+46
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-048-8/+8
* Reland net-related fixups for scoped_refptr conversion operator cleanup.dcheng2014-09-044-11/+13
* Revert of Net-related fixups for scoped_refptr conversion operator cleanup. (...mlamouri2014-08-294-13/+11
* Net-related fixups for scoped_refptr conversion operator cleanup.dcheng2014-08-294-11/+13
* Remove implicit conversions from scoped_refptr to T* in net/disk_cache/dcheng2014-08-272-12/+15
* Connect SimpleCache Backend active_entries_ more closely to Entry lifetime.gavinp2014-08-254-43/+73
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-216-54/+60
* SimpleCache: Add doom event to netlogpasko@chromium.org2014-08-111-0/+1
* Simple Cache: remove experiment code for flush intervals.pasko@chromium.org2014-06-052-28/+4
* Fix -Wunused-local-typedefs errors with GCC 4.7+fdegans@chromium.org2014-04-071-1/+0