aboutsummaryrefslogtreecommitdiffstats
path: root/tests/internals/test_rate_limiter.c
AgeCommit message (Collapse)AuthorLines
2023-11-20src|tests: Address warning -Wstrict-prototypesSebastian Pipping-5/+5
Symptom with Clang 15: > In file included from userinfo.c:20: > ./userinfo.h:38:27: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] > void invalidate_user_cache(); /* safe to call from signal handler */ > ^ > void > [many more]
2021-02-14(cleanups)Martin Pärtel-1/+1
2014-06-30Implemented rate limiter.Martin Pärtel-0/+68
Fixes #12.