Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-20 | src|tests: Address warning -Wstrict-prototypes | Sebastian Pipping | -6/+6 | |
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] | ||||
2022-10-17 | Fixed --resolve-symlinks when mountpoint name starts with source dir name. | Martin Pärtel | -5/+68 | |
Fixes #122 | ||||
2021-02-14 | (cleanups) | Martin Pärtel | -1/+1 | |
2021-02-13 | Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on ↵ | Martin Pärtel | -4/+179 | |
the way. | ||||
2015-11-17 | Show the source dir in the first field on /etc/mtab. | Martin Pärtel | -1/+18 | |
Fixes #15. Thanks @tyll! | ||||
2014-06-30 | Implemented rate limiter. | Martin Pärtel | -12/+2 | |
Fixes #12. | ||||
2014-05-10 | (rm more trailing spaces) | Martin Pärtel | -12/+12 | |
2012-09-14 | Implemented my_dirname and added unit tests for it. | Martin Pärtel | -0/+65 | |