| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix disk cache stats to include 'Open misses' | joth@chromium.org | 2011-04-28 | 1 | -4/+4 |
* | Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ... | glider@chromium.org | 2011-04-21 | 3 | -5/+4 |
* | Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark | glider@chromium.org | 2011-04-21 | 3 | -4/+5 |
* | Disk Cache: Perform extra validations to data comming from | rvargas@google.com | 2011-04-14 | 6 | -11/+93 |
* | Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk... | nick@chromium.org | 2011-04-13 | 5 | -89/+8 |
* | Disk Cache: Perform extra validations to data comming from | rvargas@google.com | 2011-04-13 | 5 | -8/+89 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 5 | -24/+22 |
* | Move flags initialization into block before sharing across threads | jar@chromium.org | 2011-03-30 | 1 | -3/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 8 | -16/+16 |
* | Removed static variable for histograms to avoid race with | rtenneti@chromium.org | 2011-03-19 | 1 | -4/+4 |
* | Adds memory cache logging, and updates disk cache logging. | mmenke@chromium.org | 2011-03-17 | 11 | -165/+476 |
* | Reland code to detect corruption of histogram ranges | jar@chromium.org | 2011-03-05 | 2 | -6/+14 |
* | Disk cache: End the throttling experiment and remove | rvargas@google.com | 2011-03-03 | 5 | -233/+28 |
* | Revert 76239 - Crash when we notice a corruption of the histogram range-vector | rsimha@chromium.org | 2011-03-03 | 2 | -14/+6 |
* | Revert 76345 - Small cleanup for previous histogram checkin | rsimha@chromium.org | 2011-03-02 | 1 | -1/+1 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | Disk cache: Don't attempt to create another external file | rvargas@google.com | 2011-03-01 | 1 | -2/+6 |
* | Small cleanup for previous histogram checkin | jar@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Crash when we notice a corruption of the histogram range-vector | jar@chromium.org | 2011-02-28 | 2 | -6/+14 |
* | Mark DiskCacheBackendTest.AppCacheEnumerations as flaky | phajdan.jr@chromium.org | 2011-02-28 | 1 | -1/+2 |
* | Disk cache: More fixes to avoid corruption. | rvargas@google.com | 2011-02-23 | 6 | -85/+75 |
* | Add stats-table counters to the disk cache so we can expose stats through | mbelshe@chromium.org | 2011-02-18 | 1 | -0/+3 |
* | Disk cache: Always initialize disabled_ | rvargas@google.com | 2011-02-16 | 1 | -0/+2 |
* | Disk cache: Fix the initialization order of the backend. | rvargas@google.com | 2011-02-16 | 2 | -5/+29 |
* | Fix Coverity UNINIT_CTOR defect in the ChildrenDeleter constructor. | wtc@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Disk Cache: Make sure that file descriptors are valid before calling close(). | rvargas@google.com | 2011-02-10 | 1 | -1/+1 |
* | Disk cache: Reset the number of fatal errors each time | rvargas@google.com | 2011-02-04 | 1 | -0/+5 |
* | Revert 73402 - Disk cache: Disable the throttling experiment. | rvargas@google.com | 2011-02-02 | 1 | -1/+12 |
* | Disk cache: Disable the throttling experiment. | rvargas@google.com | 2011-02-02 | 1 | -12/+1 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 5 | -308/+306 |
* | Disk cache: Prevent obscure file corruption and deal | rvargas@google.com | 2011-01-25 | 8 | -33/+229 |
* | More net/ header/implementation method reordering. | erg@google.com | 2011-01-21 | 8 | -326/+354 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -1/+1 |
* | .c Feature to disable field trials in old versions of Chromium. Field trials | rtenneti@chromium.org | 2011-01-19 | 1 | -4/+7 |
* | Disk cache: Increase the throttling threshold (100->460ms) for | rvargas@google.com | 2011-01-18 | 1 | -1/+1 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 2 | -7/+12 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 2 | -12/+7 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 8 | -627/+626 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 2 | -7/+12 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 11 | -41/+278 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 11 | -278/+41 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 11 | -41/+278 |
* | Revert 70618 - First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 11 | -277/+41 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 11 | -41/+277 |
* | Disk cache: Add a few more histograms and stats to figure | rvargas@google.com | 2011-01-06 | 5 | -22/+45 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 3 | -15/+15 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 4 | -4/+4 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 2 | -3/+5 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 2 | -5/+5 |