Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-04-28 | Add a fuse_set_thread_name() helper | Bernd Schubert | -0/+19 | |
Avoid splattering the code with ifdef Signed-off-by: Bernd Schubert <bschubert@ddn.com> | ||||
2024-10-11 | Add libfuse util strtol wrapper | Joanne Koong | -0/+27 | |
Add a wrapper around strtol for more rigorous error checking and convert uses of atoi and strtol to use this instead. |