summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 61124 To see if interactive_ui_test (AutocompleteEditViewTest)rvargas@google.com2010-10-011-8/+3
* Disk Cache: Add a quick return path for truncating an empty streamrvargas@google.com2010-09-301-3/+8
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-302-1/+3
* Disk cache: Change the way we delete files.rvargas@google.com2010-09-295-16/+75
* Disk cache: Handle failures growing the user_buffer thatrvargas@google.com2010-09-295-18/+103
* FBTF: Moves code to the headers.erg@google.com2010-09-288-26/+51
* Disk cache: Add a little more tracing for the stress testrvargas@google.com2010-09-271-0/+3
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-255-18/+25
* Disk cache: Small adjustment so that we continue withrvargas@google.com2010-09-231-2/+4
* Revert 60165 - GTTF: Make net_unittests run successfully with parallel test l...phajdan.jr@chromium.org2010-09-229-121/+139
* GTTF: Make net_unittests run successfully with parallel test launcherphajdan.jr@chromium.org2010-09-229-139/+121
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-13/+0
* Disk cache: Fix the include order.rvargas@google.com2010-09-201-1/+1
* Annotate test-only race in DiskCacheBackendTest.NewEvictionTrimInvalidEntrytimurrrr@chromium.org2010-09-171-0/+8
* Disk cache: Start an experiment to measure the impact ofrvargas@google.com2010-09-162-6/+39
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-1615-54/+356
* FBTF: Move Extension::LaunchContainer to extension_constants.h.erg@google.com2010-09-162-3/+5
* Disk cache: Implement request throttling.rvargas@google.com2010-09-144-10/+82
* Disk Cache: Run another experiment: Increase the numberrvargas@google.com2010-09-135-21/+107
* Disk cache: Fix the path for stress_cache.rvargas@google.com2010-09-091-1/+1
* 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