Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-04-28 | Cleanups, tests and optimizations for #74. | Martin Pärtel | -1/+3 | |
2016-10-15 | Fix #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-31 | Implemented --enable-lock-forwarding. | Martin Pärtel | -1/+2 | |
This should address #36. | ||||
2014-05-10 | Fix tests (#14) | Martin Pärtel | -8/+4 | |
2014-05-09 | Remove fuse utimens dependency for OSX | Lee Hanxue | -3/+9 | |
2013-09-23 | Implement 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-07 | Add -pthread to LDFLAGS | Martin Pärtel | -0/+1 | |
fuse's pkg-config no longer includes it. | ||||
2012-09-14 | Implemented my_dirname and added unit tests for it. | Martin Pärtel | -0/+4 | |
2012-04-05 | Made -ouse_ino and -oreaddir_ino the default to mirror inodes. | Martin Pärtel | -0/+3 | |
2011-07-08 | Initial commit to git. | Martin Pärtel | -0/+2 | |