summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* NetLogEventParameter to Callback refactoring 6.mmenke@chromium.org2012-06-131-6/+4
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-13/+2
* Support for navigator.connection APIdroger@google.com2012-05-241-4/+5
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-021-59/+33
* Remove net-internals page for throttling, introduce flag for extension devs i...joi@chromium.org2012-04-241-2/+1
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-11/+6
* Remove throttling trial, and make feature on by default.joi@chromium.org2011-09-011-4/+0
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-161-2/+2
* Register for network notifications from the right thread (network).joi@chromium.org2011-06-061-6/+21
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-271-4/+74
* 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