Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 84202 - Fix logic for handling reports of malformed bodies. To end up c... | joi@chromium.org | 2011-05-05 | 1 | -6/+7 |
* | Add an opt-out header for HTTP throttling. Never throttle for localhost. | joi@chromium.org | 2011-03-25 | 1 | -7/+75 |
* | Support enabling/disabling the URL request throttler via the about:net-intern... | joi@chromium.org | 2011-03-25 | 1 | -0/+14 |
* | Extracting core back-off logic into a separate class, | joi@chromium.org | 2011-03-17 | 1 | -107/+45 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Single-threaded stress test for URLRequestThrottlerManager | joi@chromium.org | 2011-03-02 | 1 | -0/+4 |
* | Add a hard CHECK on use from a single thread to URLRequestThrottlerManager. T... | joi@chromium.org | 2011-02-25 | 1 | -0/+1 |
* | Reorder the methods in net/url_request/. | erg@google.com | 2011-01-20 | 1 | -41/+41 |
* | Implement exponential back-off mechanism. | joi@chromium.org | 2010-11-25 | 1 | -0/+242 |