aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)AuthorLines
2020-09-23Released 1.14.8.Martin Pärtel-0/+2
2020-09-23Added copy-pasta for flock() required by MacOS / XCode 12.Martin Pärtel-0/+1
Fixes #88
2020-09-23Added missing include for "sys/file.h" (for flock()).Martin Pärtel-0/+3
2020-05-13Released 1.14.7.Martin Pärtel-0/+6
2020-05-10Released 1.14.6.Martin Pärtel-0/+5
2020-04-13Released 1.14.5.Martin Pärtel-0/+1
2020-04-13Fixed tests with Ruby 2.7.1 or newer.Martin Pärtel-0/+4
2020-03-22Released 1.14.4.Martin Pärtel-0/+5
2020-02-17Noted that a proper FUSE 3 port is needed.Martin Pärtel-1/+0
2020-02-12Added --fuse-versionMartin Pärtel-0/+1
2020-02-12Don'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-08Released 1.14.3.Martin Pärtel-0/+5
2019-12-21Released 1.14.2.Martin Pärtel-0/+5
2019-06-26Released 1.14.1.Martin Pärtel-0/+5
2019-04-29Released 1.14.0.Martin Pärtel-0/+1
2019-04-29Added --forward-odirect. bindfs now won't forward O_DIRECT by default.Martin Pärtel-0/+4
Follow-up to #74.
2019-03-31Released 1.13.11.Martin Pärtel-0/+5
2018-10-09Released 1.13.10.Martin Pärtel-0/+1
2018-10-09Don't call realpath() on source dirs starting with "/proc/".Martin Pärtel-0/+4
Fixes #66.
2017-11-30Released 1.13.9.Martin Pärtel-0/+1
2017-11-30Cleaned up PR #61.Martin Pärtel-0/+4
For consistency, renamed the new options to --delete-deny and --rename-deny.
2017-10-26Released 1.13.8.Martin Pärtel-0/+4
2017-06-17Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 for some ↵Martin Pärtel-0/+5
source filesystems. Fixes #54
2017-04-19Released 1.13.7.Martin Pärtel-0/+1
2017-04-19Added option: --block-devices-as-filesMartin Pärtel-0/+4
Fixes #53.
2017-03-14ChangeLog entry for FreeBSD fixes.Martin Pärtel-0/+5
2017-03-12Added Vagrant test runner, initially running some Ubuntus and CentOSes.Martin Pärtel-0/+2
2017-03-12Hacked 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-04Deprecate -n as an alias for --no-allow-other.Martin Pärtel-0/+4
This partially addresses #48.
2017-01-29Released 1.13.6.Martin Pärtel-0/+1
2017-01-29Fixed #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-29Released 1.13.5.Martin Pärtel-0/+6
2016-10-15Released 1.13.4.Martin Pärtel-0/+5
2016-10-02Released 1.13.3.Martin Pärtel-0/+1
2016-10-02Require at least FUSE 2.8, and 2.9 for lock forwarding.Martin Pärtel-0/+5
Fixes #40.
2016-09-25Released 1.13.2.Martin Pärtel-0/+1
2016-09-25Remove 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-25ChangeLog entries for --enable-ioctl and --enable-lock-forwarding.Martin Pärtel-0/+5
2016-05-03Added ChangeLog entry for --uid-offset and --gid-offset.Martin Pärtel-0/+4
2016-02-17Released 1.13.1.Martin Pärtel-1/+10
2015-09-26Released 1.13.0.Martin Pärtel-0/+6
2015-09-09Released 1.12.7.Martin Pärtel-0/+5
2014-06-30Released 1.12.6.Martin Pärtel-0/+1
2014-06-30Implemented rate limiter.Martin Pärtel-0/+4
Fixes #12.
2014-06-11Released 1.12.5.Martin Pärtel-0/+6
2014-06-05Released 1.12.4.Martin Pärtel-0/+7
2013-09-23Released 1.12.3.Martin Pärtel-0/+1
2013-09-23Implement 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-22Changed home page to http://bindfs.org/Martin Pärtel-0/+1
2013-07-22Released 1.12.2.Martin Pärtel-0/+1