summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing check for NULL pointer. The memory stomper has been fixed.joi@chromium.org2011-04-051-7/+1
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-2/+40
* Support enabling/disabling the URL request throttler via the about:net-intern...joi@chromium.org2011-03-251-7/+19
* Remove minidump analysis aides from URLRequestThrottlerManager. Leavejoi@chromium.org2011-03-171-71/+10
* Revert to CHECK when null entries appear in the throttler map.joi@chromium.org2011-03-111-2/+1
* Change from CHECK to DCHECK and attempt to handle NULL values, in preparation...joi@chromium.org2011-03-051-22/+14
* Modify ThreadChecker and NonThreadSafe so that theirjoi@chromium.org2011-03-031-25/+0
* Single-threaded stress test for URLRequestThrottlerManagerjoi@chromium.org2011-03-021-7/+73
* Add a hard CHECK on use from a single thread to URLRequestThrottlerManager. T...joi@chromium.org2011-02-251-43/+61
* Removing AccessLog class. This is a partial revert of yzshen's r74872.joi@chromium.org2011-02-181-63/+1
* Add checks to URLRequestThrottlerManager to help identify the cause of crashes.yzshen@chromium.org2011-02-141-14/+101
* Reorder the methods in net/url_request/.erg@google.com2011-01-201-30/+30
* Give user the ability to disable the URL request throttler:yzshen@google.com2010-12-231-1/+2
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-0/+107