summaryrefslogtreecommitdiffstats
path: root/runtime/ratelimit.c
Commit message (Expand)AuthorAgeFilesLines
* imjournal fix: put ratelimiter destruction in wrong entry pointRainer Gerhards2013-06-171-1/+1
* implement new ratelimiting mode for imjournalRainer Gerhards2013-06-171-1/+15
* bugfix: prevent calling tellLostCnt() twiceTomas Heinrich2013-06-121-1/+1
* bugfix: prevent another endless loop in the ratelimiterTomas Heinrich2013-06-121-1/+1
* bugfix: prevent an endless loop in the ratelimiterTomas Heinrich2013-06-101-2/+2
* bugfix: prevent a segfault if ratelimit condition is not metTomas Heinrich2013-04-131-1/+13
* fix: memory leak in linux-like ratelimiterRainer Gerhards2012-10-151-1/+3
* fix: we need to use loadConf to access global settingsRainer Gerhards2012-10-151-1/+1
* fix: linux-like ratelimiting did not emit "final" message...Rainer Gerhards2012-10-151-7/+17
* imptcp: support for Linux-Type ratelimiting addedRainer Gerhards2012-10-151-5/+2
* ratelimit: added linux-like ratelimiter typeRainer Gerhards2012-10-151-10/+109
* ratelimit: respect $repeatedmsgreduction settingRainer Gerhards2012-10-151-26/+41
* milestone: convert imuxsock to ratelimitAddMsg() interfaceRainer Gerhards2012-10-151-3/+5
* imudp: add input batching & ratelimiter interfaceRainer Gerhards2012-10-151-0/+1
* ratelimiter: enable thread-safe mode & (related) API changesRainer Gerhards2012-10-151-58/+83
* interface cleanup (probably not final)Rainer Gerhards2012-10-151-1/+1
* milestone: ratelimiter used in imptcpRainer Gerhards2012-10-151-12/+37
* milestone: experimental rate limiter used in imuxsockRainer Gerhards2012-10-121-0/+127
* new ratelimit: interface plumbing addedRainer Gerhards2012-10-091-0/+56