summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-016-21/+61
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-314-5/+5
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-279-27/+177
* Disk cache: Add a new uma histogram for the total internalrvargas@google.com2010-08-272-1/+4
* Disk cache: Remove the check for no open entries at destructionrvargas@google.com2010-08-251-1/+4
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-2311-543/+1079
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-212-4/+0
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-194-12/+3
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-4/+3
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-1/+1
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+4
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-4/+4
* Disk Cache: Replace the backend pointer of the ChildrenDeleterrvargas@google.com2010-07-274-5/+68
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2630-0/+30
* Disk Cache: Cleaner way to stop evictions at destruction.rvargas@google.com2010-07-233-14/+5
* 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