Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-02-13 | Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on ↵ | Martin Pärtel | -5/+0 | |
the way. | ||||
2015-11-15 | Define _DEFAULT_SOURCE when defining _BSD_SOURCE. | Martin Pärtel | -1/+4 | |
_BSD_SOURCE has been deprecated in favor of _DEFAULT_SOURCE but both can remain defined for backwards-compatibility. | ||||
2014-05-10 | Use lutimes() when utimensat() unavailable (#6). | Martin Pärtel | -17/+18 | |
2014-05-10 | Fix tests (#14) | Martin Pärtel | -0/+13 | |
2014-05-10 | (removed trailing spaces) | Martin Pärtel | -4/+4 | |
2013-09-23 | Implement fuse_utimens instead of fuse_utime. | Martin Pärtel | -0/+32 | |
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem. |