Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-06-08 | MacOS/fuse-t fixes | Martin Pärtel | -0/+1 | |
2021-01-30 | Gitignored .idea and .vscode | Martin Pärtel | -0/+4 | |
2019-04-28 | Cleanups, tests and optimizations for #74. | Martin Pärtel | -0/+2 | |
2017-03-12 | Added Vagrant test runner, initially running some Ubuntus and CentOSes. | Martin Pärtel | -0/+5 | |
2016-10-15 | Fix #41 (seeking in directory). | Martin Pärtel | -0/+1 | |
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 | -0/+1 | |
This should address #36. | ||||
2014-09-07 | Gitignore new test autotools test stuff. | Martin Pärtel | -0/+3 | |
2014-06-30 | Implemented rate limiter. | Martin Pärtel | -0/+1 | |
Fixes #12. | ||||
2013-09-23 | Implement fuse_utimens instead of fuse_utime. | Martin Pärtel | -0/+1 | |
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem. | ||||
2012-09-14 | Implemented my_dirname and added unit tests for it. | Martin Pärtel | -0/+2 | |
2012-07-03 | (gitignore update) | Martin Pärtel | -0/+4 | |
2012-05-18 | Added rudimentary stress test code. | Martin Pärtel | -0/+1 | |
2012-04-05 | Made -ouse_ino and -oreaddir_ino the default to mirror inodes. | Martin Pärtel | -0/+1 | |
2011-07-08 | Initial commit to git. | Martin Pärtel | -0/+32 | |