aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorLines
2025-06-08MacOS/fuse-t fixesMartin Pärtel-0/+1
2021-01-30Gitignored .idea and .vscodeMartin Pärtel-0/+4
2019-04-28Cleanups, tests and optimizations for #74.Martin Pärtel-0/+2
2017-03-12Added Vagrant test runner, initially running some Ubuntus and CentOSes.Martin Pärtel-0/+5
2016-10-15Fix #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-31Implemented --enable-lock-forwarding.Martin Pärtel-0/+1
This should address #36.
2014-09-07Gitignore new test autotools test stuff.Martin Pärtel-0/+3
2014-06-30Implemented rate limiter.Martin Pärtel-0/+1
Fixes #12.
2013-09-23Implement 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-14Implemented 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-18Added rudimentary stress test code.Martin Pärtel-0/+1
2012-04-05Made -ouse_ino and -oreaddir_ino the default to mirror inodes.Martin Pärtel-0/+1
2011-07-08Initial commit to git.Martin Pärtel-0/+32