Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2013-07-22 | Released 1.12.2. | Martin Pärtel | -0/+1 | |
2013-07-22 | Rename chmod-perms to chmod-filter. | Martin Pärtel | -0/+4 | |
2013-05-08 | Released 1.12.1. | Martin Pärtel | -1/+6 | |
2013-03-01 | Released 1.12. | Martin Pärtel | -1/+9 | |
2012-09-15 | Released 1.11. | Martin Pärtel | -0/+8 | |
2012-07-15 | Released 1.10.7 | Martin Pärtel | -0/+7 | |
2012-07-04 | (fix a statement in changelog) | Martin Pärtel | -1/+1 | |
2012-07-04 | Released 1.10.6 | Martin Pärtel | -0/+8 | |
2012-07-03 | Released 1.10.5 | Martin Pärtel | -0/+6 | |
2012-06-18 | Released 1.10.4 | Martin Pärtel | -0/+1 | |
2012-06-18 | Fixed a memory error in src/usermap.c. | Martin Pärtel | -0/+5 | |
2012-05-18 | Released 1.10.3. | Martin Pärtel | -0/+1 | |
2012-05-18 | Use readdir_r() for thread-safety. | Martin Pärtel | -0/+1 | |
2012-05-18 | Fixed --create-as-user. | Martin Pärtel | -0/+4 | |
2012-04-05 | Released 1.10.2. | Martin Pärtel | -0/+1 | |
2012-04-05 | Made -ouse_ino and -oreaddir_ino the default to mirror inodes. | Martin Pärtel | -0/+5 | |
2012-03-26 | Released 1.10.1. | Martin Pärtel | -0/+1 | |
2012-03-26 | Made --map affect chown/chgrp results. | Martin Pärtel | -0/+4 | |
2012-03-13 | Fix changelog date. | Martin Pärtel | -1/+1 | |
2012-03-13 | Released 1.10. | Martin Pärtel | -0/+1 | |
2012-03-13 | Added --map. | Martin Pärtel | -0/+4 | |
2012-01-25 | Added option --realistic-permissions. | Martin Pärtel | -0/+2 | |
2012-01-24 | Added --hide-hard-links option. | Martin Pärtel | -0/+4 | |
Patch by fbogner http://code.google.com/p/bindfs/issues/detail?id=17 | ||||
2011-07-08 | Initial commit to git. | Martin Pärtel | -0/+135 | |