summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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