summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_entry.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-1/+2
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+1
* Remove NetworkDelegate::OnCanThrottleRequestxunjieli2015-06-241-3/+1
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-211-2/+2
* Remove X-Chrome-Exponential-Throttling headerxunjieli2015-05-191-33/+6
* Converted bare pointer to scoped_ptr in net/url_requestpayal.pandey2015-05-121-2/+2
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-4/+5
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-141-8/+6
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-3/+3
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-5/+5
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-1/+1
* Removed checks that verify URLRequest has a Contextshalev@chromium.org2012-08-131-1/+1
* NetLogEventParameter to Callback refactoring 6.mmenke@chromium.org2012-06-131-31/+13
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-42/+12
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-0/+3
* BackoffEntry: Add the option to use a delay between requestsmmenke@chromium.org2012-04-241-5/+6
* Remove X-Retry-After support.joi@chromium.org2012-04-231-56/+0
* Remove the Throttling.HttpResponseCode histogram.gavinp@chromium.org2012-03-251-7/+1
* 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