summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add stats-table counters to the disk cache so we can expose stats throughmbelshe@chromium.org2011-02-181-0/+3
* Disk cache: Always initialize disabled_rvargas@google.com2011-02-161-0/+2
* Disk cache: Fix the initialization order of the backend.rvargas@google.com2011-02-162-5/+29
* Fix Coverity UNINIT_CTOR defect in the ChildrenDeleter constructor.wtc@chromium.org2011-02-111-1/+1
* Disk Cache: Make sure that file descriptors are valid before calling close().rvargas@google.com2011-02-101-1/+1
* Disk cache: Reset the number of fatal errors each timervargas@google.com2011-02-041-0/+5
* Revert 73402 - Disk cache: Disable the throttling experiment.rvargas@google.com2011-02-021-1/+12
* Disk cache: Disable the throttling experiment.rvargas@google.com2011-02-021-12/+1
* 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