Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-20 | src|tests: Address warning -Wstrict-prototypes | Sebastian Pipping | -2/+2 | |
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] | ||||
2017-03-13 | Fixed compiling on FreeBSD. | Martin Pärtel | -1/+1 | |
Fixes #51. Test suite changes will come in a later commit. | ||||
2014-06-30 | Implemented rate limiter. | Martin Pärtel | -0/+108 | |
Fixes #12. |