summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Add a tool to upgrade a set of cache files from one version torvargas@google.com2008-12-021-52/+69
* Some changes necessary to build an optimized binary on Linux.evanm@google.com2008-11-111-4/+7
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-5/+11
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-241-0/+9
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-1/+2
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-1/+0
* Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.mmoss@google.com2008-09-091-3/+3
* Fix the mac build.rvargas@google.com2008-08-291-0/+2
* Disk cache: Split deleting old entries from the cache into small chunks that ...rvargas@google.com2008-08-291-1/+7
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-22/+5
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-1/+6
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Disk cache: Make sure we don't overwrite external files when creating new ones.rvargas@google.com2008-08-231-2/+2
* Fix WaitForPendingIO to actually exit the wait at some point.rvargas@google.com2008-08-211-1/+1
* Remove warnings for the net module.rvargas@google.com2008-08-191-1/+2
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-2/+2
* Move remaining OS dependent bits from the main logic on the disk cache.rvargas@google.com2008-08-131-87/+25
* Re submitting the histograms change (735)rvargas@google.com2008-08-121-0/+10
* Back off the histograms change.rvargas@google.com2008-08-121-10/+0
* Add a few histograms to the disk cache.rvargas@google.com2008-08-121-0/+10
* Stop using SHFileOperation from the disk cache code.rvargas@google.com2008-08-081-10/+16
* Change the order of functions on the cc file to follow the order of the heade...rvargas@google.com2008-07-311-428/+441
* Fix memory leak when simulating failures in unit tests.rvargas@google.com2008-07-301-1/+3
* Add unit tests to the disk cache to verify that a failure during cache reinit...rvargas@google.com2008-07-301-1/+4
* Do not use RecycleOrDelete since it is not ready for prime-time.darin@google.com2008-07-301-1/+1
* Add net to the repository.initial.commit2008-07-261-0/+1169