aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utimens_nofollow.c
AgeCommit message (Collapse)AuthorLines
2014-05-10Use lutimes() when utimensat() unavailable (#6).Martin Pärtel-17/+18
2014-05-10Fix tests (#14)Martin Pärtel-0/+13
2014-05-10(removed trailing spaces)Martin Pärtel-4/+4
2013-09-23Implement fuse_utimens instead of fuse_utime.Martin Pärtel-0/+32
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem.