summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Adding disk_cache::Entry implementation.agayev@chromium.org2013-04-087-9/+453
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-074-4/+4
* Test cache creation retry via public interface only.pasko@google.com2013-04-055-63/+69
* Recover the index from enumerating the entry files on disk.felipeg@chromium.org2013-04-042-10/+31
* Fix the simple cache backend enabling.pasko@google.com2013-04-032-2/+10
* Add a CRC check to SimpleIndex file.felipeg@chromium.org2013-04-023-11/+122
* Initialize the simple cache backend at runtime. pasko@google.com2013-04-0211-372/+346
* Add support for in memory index in SimpleCache.felipeg@chromium.org2013-03-289-67/+351
* Changes to build ash_unittests with RunLoop().RunUntilIdle().tfarina@chromium.org2013-03-241-2/+3
* Disk cache: Fix a race on DiskCacheEntryTest::ExternalAsyncIOrvargas@google.com2013-03-191-3/+4
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-182-9/+9
* Only use disk_cache::SimpleBackendImpl for net::DISK_CACHE (i.e. HTTP).gavinp@chromium.org2013-03-071-5/+9
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-012-5/+5
* Make SimpleEntryImpl::Close asynchronous.gavinp@chromium.org2013-02-282-15/+24
* Make SimpleEntryImpl::Doom() completely asynchronous.gavinp@chromium.org2013-02-254-35/+17
* Make synchronous methods on disk_cache::SimpleEntryImpl() reentrant.gavinp@chromium.org2013-02-255-27/+51
* Add new simple disk cache backend.gavinp@chromium.org2013-02-258-0/+1087
* Move file_path.h to base/files.brettw@chromium.org2013-02-2413-15/+15
* Revert 182845isherman@chromium.org2013-02-158-1084/+0
* Add new simple disk cache backend.gavinp@chromium.org2013-02-158-0/+1084
* Create a new disk_cache type, SHADER_CACHE.dsinclair@chromium.org2013-02-134-4/+133
* Remove bad const from disk_cache::Backend interface.gavinp@chromium.org2013-02-123-12/+12
* Make DiskCacheTest.MultipleInstances pass in net_unittests on Windows 64-bitwfh@chromium.org2013-02-081-2/+2
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-0826-98/+110
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-062-2/+2
* Add FilePath to base namespace.brettw@chromium.org2013-02-024-8/+15
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-3/+3
* Call FlushIndex in BackendImpl::ModifyStorageSizeboliu@chromium.org2013-01-181-0/+2
* Disk cache: Go back to regular evictions if we are falling behind.rvargas@google.com2013-01-181-1/+7
* Http Cache: Release all references to buffers before invoking callbacks.rvargas@google.com2013-01-151-19/+1
* Disk cache: Improve the documentation related to proper use of enumerations.rvargas@google.com2013-01-141-1/+6
* Added deletion to LogStoreEntry layeragayev@chromium.org2012-12-184-13/+34
* Renamed classes for consistency.agayev@chromium.org2012-12-1210-207/+207
* Don't access the first (index 0) element of an empty vectorwtc@chromium.org2012-12-111-3/+5
* Preparing net/ for the removal of scoped_refptr::release()piman@chromium.org2012-12-071-3/+5
* Added CacheEntry implementation.agayev@chromium.org2012-12-065-2/+287
* Disk cache: Update the documentation to reflect the current interface.rvargas@google.com2012-11-211-22/+18
* Disk cache: Don't walk the lists of entries at startup.rvargas@google.com2012-11-163-222/+0
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-166-10/+10
* Another approach to adding the layer for managing segment objects.agayev@chromium.org2012-11-169-43/+495
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-144-14/+14
* Make Segment refcounted.agayev@chromium.org2012-11-062-10/+13
* Make Segment API symmetric.agayev@chromium.org2012-11-063-66/+34
* Revert 165997 - Disk cache: Don't check the lists of entries at startup.rvargas@google.com2012-11-051-0/+3
* Disk cache: Don't check the lists of entries at startup.rvargas@google.com2012-11-051-3/+0
* Histogram type support in HistogramBase and remove SetRangeDescription functionkaiwang@chromium.org2012-10-311-1/+1
* Cache backend for devices with flash storageagayev@chromium.org2012-10-256-136/+179
* Revert 164064 - Cache backend for devices with flash storagecbentzel@chromium.org2012-10-256-178/+136
* Cache backend for devices with flash storageagayev@chromium.org2012-10-256-136/+178
* Cache backend for devices with flash storageagayev@chromium.org2012-10-237-0/+550