summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: fix the name of some histograms.rvargas@google.com2010-07-201-9/+9
* Disk cache: Stop evictions while performing final cleanup.rvargas@google.com2010-07-204-2/+31
* Disk cache: Protect the code against misuse...rvargas@google.com2010-07-193-6/+7
* Disk cache: Final code cleanup from the thread switch.rvargas@google.com2010-07-172-147/+147
* Disk cache: Code cleanup after the last cl.rvargas@google.com2010-07-156-364/+316
* Disk cache: Read the index and data_0 files in a singlervargas@google.com2010-07-158-86/+174
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-1316-220/+1449
* Disk cache: Add a few more histograms.rvargas@google.com2010-07-123-2/+42
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-0816-1420/+208
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-0816-208/+1420
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-0216-1411/+201
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-0116-201/+1411
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-0116-1391/+196
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-3016-196/+1391
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-1712-135/+134
* Disk cache: Update the disk cache tools and tests to uservargas@google.com2010-06-1511-106/+221
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-118-6/+94
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-0712-24/+24
* Refactored Histogram::FactoryGet() to be style-compliantziadh@chromium.org2010-06-021-2/+2
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-182-5/+8
* Disk cache: Allow the disk cache histograms to generatervargas@google.com2010-05-112-10/+71
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-101-1/+0
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-042-6/+5
* Disk cache: Re-enable some unit tests that were disabledrvargas@google.com2010-04-301-13/+6
* Disk cache: fix a unit test for Linux.rvargas@google.com2010-04-301-4/+1
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-292-10/+13
* Disk cache: Make sure that we don't access the index filervargas@google.com2010-04-283-2/+26
* Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1). nsylvain@chromium.org2010-04-062-38/+60
* Change NOTREACHED for a LOG(WARNING) when we can't deletensylvain@chromium.org2010-04-021-4/+8
* Disable more DiskCacheBackendTest's as the crash on Linux/shlibtimurrrr@chromium.org2010-03-311-2/+4
* Disabling the DiskCacheBackendTest.NewEvictionDisableFailure2 as it crashes o...timurrrr@chromium.org2010-03-301-1/+2
* Disabling the DiskCacheBackendTest.DisableFailure2 as it crashes at times on ...timurrrr@chromium.org2010-03-301-1/+2
* Disabling the DiskCacheBackendTest.DisableSuccess2 as it crashes at times on ...ananta@chromium.org2010-03-291-1/+2
* Disk cache" Convert some of the unit tests to the newrvargas@google.com2010-03-184-171/+231
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-172-0/+13
* Disk cache: Make sure that we don't oveload the IO messagervargas@google.com2010-03-152-3/+9
* Use CHECK_* in netwillchan@chromium.org2010-03-021-1/+2
* Disk cache: Use TimeTicks instead of Time for some of thervargas@google.com2010-02-227-26/+32
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+1
* Disk cache: Delete the disk cache if it is substantially biggerrvargas@google.com2010-02-193-18/+41
* Disk cache: Remove some dead code.rvargas@google.com2010-02-111-9/+1
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-145-0/+25
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-7/+2
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-184-34/+8
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-065-7/+53
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+3
* Fix integer overflow in calculation of sparse I/O extent.cevans@chromium.org2009-11-101-1/+1
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-053-4/+7
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-059-6/+239
* Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.dkegel@google.com2009-10-281-1/+9