Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-24 | Released 1.14.9. | Martin Pärtel | -0/+6 | |
2020-09-23 | Released 1.14.8. | Martin Pärtel | -0/+2 | |
2020-09-23 | Added copy-pasta for flock() required by MacOS / XCode 12. | Martin Pärtel | -0/+1 | |
Fixes #88 | ||||
2020-09-23 | Added missing include for "sys/file.h" (for flock()). | Martin Pärtel | -0/+3 | |
2020-05-13 | Released 1.14.7. | Martin Pärtel | -0/+6 | |
2020-05-10 | Released 1.14.6. | Martin Pärtel | -0/+5 | |
2020-04-13 | Released 1.14.5. | Martin Pärtel | -0/+1 | |
2020-04-13 | Fixed tests with Ruby 2.7.1 or newer. | Martin Pärtel | -0/+4 | |
2020-03-22 | Released 1.14.4. | Martin Pärtel | -0/+5 | |
2020-02-17 | Noted that a proper FUSE 3 port is needed. | Martin Pärtel | -1/+0 | |
2020-02-12 | Added --fuse-version | Martin Pärtel | -0/+1 | |
2020-02-12 | Don't add `-ononempty` on FUSE 3, where it has been removed. | Martin Pärtel | -0/+4 | |
FUSE 3 allows nonempty directories by default. | ||||
2020-01-08 | Released 1.14.3. | Martin Pärtel | -0/+5 | |
2019-12-21 | Released 1.14.2. | Martin Pärtel | -0/+5 | |
2019-06-26 | Released 1.14.1. | Martin Pärtel | -0/+5 | |
2019-04-29 | Released 1.14.0. | Martin Pärtel | -0/+1 | |
2019-04-29 | Added --forward-odirect. bindfs now won't forward O_DIRECT by default. | Martin Pärtel | -0/+4 | |
Follow-up to #74. | ||||
2019-03-31 | Released 1.13.11. | Martin Pärtel | -0/+5 | |
2018-10-09 | Released 1.13.10. | Martin Pärtel | -0/+1 | |
2018-10-09 | Don't call realpath() on source dirs starting with "/proc/". | Martin Pärtel | -0/+4 | |
Fixes #66. | ||||
2017-11-30 | Released 1.13.9. | Martin Pärtel | -0/+1 | |
2017-11-30 | Cleaned up PR #61. | Martin Pärtel | -0/+4 | |
For consistency, renamed the new options to --delete-deny and --rename-deny. | ||||
2017-10-26 | Released 1.13.8. | Martin Pärtel | -0/+4 | |
2017-06-17 | Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 for some ↵ | Martin Pärtel | -0/+5 | |
source filesystems. Fixes #54 | ||||
2017-04-19 | Released 1.13.7. | Martin Pärtel | -0/+1 | |
2017-04-19 | Added option: --block-devices-as-files | Martin Pärtel | -0/+4 | |
Fixes #53. | ||||
2017-03-14 | ChangeLog entry for FreeBSD fixes. | Martin Pärtel | -0/+5 | |
2017-03-12 | Added Vagrant test runner, initially running some Ubuntus and CentOSes. | Martin Pärtel | -0/+2 | |
2017-03-12 | Hacked tests to work with Ruby 1.8.7 and FUSE 2.8 again. | Martin Pärtel | -0/+4 | |
The test suite now passes under Ubuntu 12.04 and CentOS 6. Fixes #49 | ||||
2017-02-04 | Deprecate -n as an alias for --no-allow-other. | Martin Pärtel | -0/+4 | |
This partially addresses #48. | ||||
2017-01-29 | Released 1.13.6. | Martin Pärtel | -0/+1 | |
2017-01-29 | Fixed #47 by not setting `-ofsname=` when it would contain a comma. | Martin Pärtel | -0/+9 | |
Also banned some other characters that are likely to lead to trouble. | ||||
2016-10-29 | Released 1.13.5. | Martin Pärtel | -0/+6 | |
2016-10-15 | Released 1.13.4. | Martin Pärtel | -0/+5 | |
2016-10-02 | Released 1.13.3. | Martin Pärtel | -0/+1 | |
2016-10-02 | Require at least FUSE 2.8, and 2.9 for lock forwarding. | Martin Pärtel | -0/+5 | |
Fixes #40. | ||||
2016-09-25 | Released 1.13.2. | Martin Pärtel | -0/+1 | |
2016-09-25 | Remove seekdir() call from bindfs_readdir(). | Martin Pärtel | -0/+5 | |
A regression was introduced in bindfs 1.13.1 with the fix (or rather, workaround) for #28. FUSE's contract for readdir says that if `filler` is passed a zero offset then the readdir implementation should ignore the offset parameter, but we didn't. Fixes #39. | ||||
2016-09-25 | ChangeLog entries for --enable-ioctl and --enable-lock-forwarding. | Martin Pärtel | -0/+5 | |
2016-05-03 | Added ChangeLog entry for --uid-offset and --gid-offset. | Martin Pärtel | -0/+4 | |
2016-02-17 | Released 1.13.1. | Martin Pärtel | -1/+10 | |
2015-09-26 | Released 1.13.0. | Martin Pärtel | -0/+6 | |
2015-09-09 | Released 1.12.7. | Martin Pärtel | -0/+5 | |
2014-06-30 | Released 1.12.6. | Martin Pärtel | -0/+1 | |
2014-06-30 | Implemented rate limiter. | Martin Pärtel | -0/+4 | |
Fixes #12. | ||||
2014-06-11 | Released 1.12.5. | Martin Pärtel | -0/+6 | |
2014-06-05 | Released 1.12.4. | Martin Pärtel | -0/+7 | |
2013-09-23 | Released 1.12.3. | Martin Pärtel | -0/+1 | |
2013-09-23 | Implement fuse_utimens instead of fuse_utime. | Martin Pärtel | -0/+10 | |
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem. | ||||
2013-07-22 | Changed home page to http://bindfs.org/ | Martin Pärtel | -0/+1 | |