summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_throttle.cc
Commit message (Expand)AuthorAgeFilesLines
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-38/+18
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-0/+5
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-2/+2
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-11/+13
* Add string_tuil include back, neede for stringprintf.brettw@chromium.org2010-07-311-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-6/+6
* Don't process the same address for websocket throttling.ukai@chromium.org2010-04-211-0/+16
* Refactor WebSocket throttling feature.ukai@chromium.org2010-03-171-184/+35
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-6/+1
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-101-10/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+4
* Fix memory leak in WebSocketThrottle.ukai@chromium.org2009-11-041-1/+3
* Implement websocket throttling.ukai@chromium.org2009-11-041-0/+293