aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
AgeCommit message (Collapse)AuthorLines
2019-04-28Cleanups, tests and optimizations for #74.Martin Pärtel-1/+3
2016-10-15Fix #41 (seeking in directory).Martin Pärtel-1/+5
Since version 1.31.1, bindfs has implemented readdir by always reading the entire directory and passing 0 offset to filler, but this does not work if the same directory pointer is rewound and reused. We remove the opendir and closedir implementations (which FUSE permits) and now always opendir() and closedir() in readdir. Alternatively we could have added a rewinddir() to our readdir.
2016-07-31Implemented --enable-lock-forwarding.Martin Pärtel-1/+2
This should address #36.
2014-05-10Fix tests (#14)Martin Pärtel-8/+4
2014-05-09Remove fuse utimens dependency for OSXLee Hanxue-3/+9
2013-09-23Implement fuse_utimens instead of fuse_utime.Martin Pärtel-1/+2
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem.
2013-07-22(build cleanup)Martin Pärtel-4/+0
2013-05-07Add -pthread to LDFLAGSMartin Pärtel-0/+1
fuse's pkg-config no longer includes it.
2012-09-14Implemented my_dirname and added unit tests for it.Martin Pärtel-0/+4
2012-04-05Made -ouse_ino and -oreaddir_ino the default to mirror inodes.Martin Pärtel-0/+3
2011-07-08Initial commit to git.Martin Pärtel-0/+2