summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_entry.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-051-6/+7
* Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ...joi@chromium.org2011-05-051-7/+6
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-051-6/+7
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-7/+75
* Support enabling/disabling the URL request throttler via the about:net-intern...joi@chromium.org2011-03-251-0/+14
* Extracting core back-off logic into a separate class,joi@chromium.org2011-03-171-107/+45
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Single-threaded stress test for URLRequestThrottlerManagerjoi@chromium.org2011-03-021-0/+4
* Add a hard CHECK on use from a single thread to URLRequestThrottlerManager. T...joi@chromium.org2011-02-251-0/+1
* Reorder the methods in net/url_request/.erg@google.com2011-01-201-41/+41
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-0/+242