summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-262-5/+3
* Disk cache: Perform additional verifications of the keyrvargas@google.com2011-07-194-12/+65
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-3/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-2/+4
* Disk cache: detect block files that are shorter than expectedrvargas@google.com2011-07-135-4/+37
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-6/+6
* Updating a link in the comments.marja@google.com2011-07-081-1/+1
* Allow DiskCache tests to be shuffled/independent of eachotherrsleevi@chromium.org2011-07-075-126/+129
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-3/+0
* Disk cache: (tests) Make sure that we don't have operations in thervargas@google.com2011-06-281-0/+6
* Coverity: Check for negative lseek return valies in disk_cache::File::GetLength.thestig@chromium.org2011-06-211-2/+4
* Disk cache: Move some debugging code around to avoid triggeringrvargas@google.com2011-06-211-1/+1
* Revert 88690 - Disk cache: Close the current experiment for new users.rvargas@google.com2011-06-101-6/+28
* Disk cache: Close the current experiment for new users.rvargas@google.com2011-06-101-28/+6
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-313-4/+4
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-273-6/+4
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-273-4/+6
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-263-5/+4
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-263-4/+5
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-258-10/+13
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...glider@chromium.org2011-05-193-5/+4
* Re-land http://codereview.chromium.org/6869009 (except for the suppressions)glider@chromium.org2011-05-193-4/+5
* Disk cache: Re-open the deleted list length experiment.rvargas@google.com2011-05-183-26/+54
* Fix net_perftestsjoth@chromium.org2011-05-121-6/+6
* Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...kushi.p@gmail.com2011-05-118-23/+23
* Disk cache: Make sure the list of unused entries is notrvargas@google.com2011-05-104-22/+56
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+2
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-0715-46/+60
* Fix disk cache stats to include 'Open misses'joth@chromium.org2011-04-281-4/+4
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...glider@chromium.org2011-04-213-5/+4
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-213-4/+5
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-146-11/+93
* Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk...nick@chromium.org2011-04-135-89/+8
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-135-8/+89
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-055-24/+22
* Move flags initialization into block before sharing across threadsjar@chromium.org2011-03-301-3/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-288-16/+16
* Removed static variable for histograms to avoid race withrtenneti@chromium.org2011-03-191-4/+4
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-1711-165/+476
* Reland code to detect corruption of histogram rangesjar@chromium.org2011-03-052-6/+14
* Disk cache: End the throttling experiment and removervargas@google.com2011-03-035-233/+28
* Revert 76239 - Crash when we notice a corruption of the histogram range-vectorrsimha@chromium.org2011-03-032-14/+6
* Revert 76345 - Small cleanup for previous histogram checkinrsimha@chromium.org2011-03-021-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Disk cache: Don't attempt to create another external filervargas@google.com2011-03-011-2/+6
* Small cleanup for previous histogram checkinjar@chromium.org2011-03-011-1/+1
* Crash when we notice a corruption of the histogram range-vectorjar@chromium.org2011-02-282-6/+14
* Mark DiskCacheBackendTest.AppCacheEnumerations as flakyphajdan.jr@chromium.org2011-02-281-1/+2
* Disk cache: More fixes to avoid corruption.rvargas@google.com2011-02-236-85/+75