summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_entry.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove throttling trial, and make feature on by default.joi@chromium.org2011-09-011-27/+0
* Add load flag indicating a request is probably the result of a user gesture.joi@chromium.org2011-08-091-2/+9
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-161-9/+10
* Adds unit tests that attempt to verify the following through simulation:joi@chromium.org2011-06-021-18/+18
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-271-23/+201
* 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