summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* More net/ method ordering.erg@google.com2011-01-265-308/+306
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-258-33/+229
* More net/ header/implementation method reordering.erg@google.com2011-01-218-326/+354
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-1/+1
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-191-4/+7
* Disk cache: Increase the throttling threshold (100->460ms) forrvargas@google.com2011-01-181-1/+1
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-7/+12
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-12/+7
* Start reordering the methods in headers in net/.erg@google.com2011-01-078-627/+626
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-7/+12
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-0711-41/+278
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-0711-278/+41
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-0611-41/+278
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-0611-277/+41
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-0611-41/+277
* Disk cache: Add a few more histograms and stats to figurervargas@google.com2011-01-065-22/+45
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-013-15/+15
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-014-4/+4
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-312-3/+5
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-302-5/+5
* Disk cache: Change the request throttling logic so that wervargas@google.com2010-12-203-18/+16
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-4/+7
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-7/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-4/+7
* Revert 68899 - Disk cache: Remove the request throttling experiment.rvargas@google.com2010-12-101-1/+10
* Disk cache: Remove the request throttling experiment.rvargas@google.com2010-12-101-10/+1
* Disk cache: Flush the data for child entries before startingrvargas@google.com2010-12-034-5/+54
* Disk cache: A dirty entry can point to a list thatrvargas@google.com2010-11-173-38/+101
* Disk cache: Cleanup file_posix so that it uses the latestrvargas@google.com2010-11-171-159/+74
* Disk cache: Remove the queue for backend operations andrvargas@google.com2010-11-045-56/+143
* Disk cache: Don't return zeros when reading from an entryrvargas@google.com2010-11-042-10/+34
* Allow histograms in cache stats.cc to bypass corruption checksjar@chromium.org2010-11-032-0/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-023-6/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-0110-115/+115
* Thread IO safety: net/disk_cache file I/O in recovery.shess@chromium.org2010-10-291-0/+5
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-192-2/+6
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-188-19/+58
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-181-1/+4
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-161-3/+4
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-4/+3
* Revert 62645 - Disk cache: Remove the request throttling experiment.rvargas@google.com2010-10-141-1/+10
* Disk cache: Remove the request throttling experiment.rvargas@google.com2010-10-141-10/+1
* Disk cache: Close the current experiment for new users.rvargas@google.com2010-10-141-28/+6
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-147-26/+31
* This adds a cache_util::MoveCacheContents function for ChromeOS to usegspencer@chromium.org2010-10-124-3/+123
* clang: Let everything compile in Release builds.thakis@chromium.org2010-10-103-0/+6
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-22/+0
* Reland 61124 - Disk Cache: Add a quick return path for truncating an empty st...rvargas@google.com2010-10-011-3/+8