Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-04-12 | Released 1.18.0. | Martin Pärtel | -0/+6 | |
2024-04-06 | Released 1.17.7. | Martin Pärtel | -0/+6 | |
2023-11-19 | ChangeLog entry about PR #148 | Martin Pärtel | -0/+5 | |
2023-11-10 | Released 1.17.6. | Martin Pärtel | -0/+1 | |
2023-11-10 | Avoid undefined behaviour if uid_t/gid_t is signed. | Martin Pärtel | -0/+5 | |
This drops support for CentOS 7 because its GCC is too old to support `__builtin_add_overflow`, and its EOL'ing in about half a year anyway. Fixes #143 | ||||
2023-11-09 | Released 1.17.5. | Martin Pärtel | -0/+1 | |
2023-11-09 | Support negative --{uid,gid}-offset | Martin Pärtel | -0/+4 | |
Fixes #142 | ||||
2023-09-22 | ChangeLog entry for PR #140 | Martin Pärtel | -0/+4 | |
2023-07-15 | Released 1.17.4. | Martin Pärtel | -0/+7 | |
2023-06-03 | Released 1.17.3. | Martin Pärtel | -0/+1 | |
2023-06-03 | Added statfs_x implementation for MacOS. | Martin Pärtel | -0/+5 | |
Fixes #130 | ||||
2023-02-08 | Released 1.17.2. | Martin Pärtel | -0/+4 | |
2023-02-07 | Fixed FD leak when using --block-devices-as-files (#125) | Martin Pärtel | -0/+5 | |
2022-10-17 | Released 1.17.1. | Martin Pärtel | -0/+1 | |
2022-10-17 | Fixed --resolve-symlinks when mountpoint name starts with source dir name. | Martin Pärtel | -0/+5 | |
Fixes #122 | ||||
2022-10-07 | Basic OpenBSD support. The test suite does not pass yet. | Martin Pärtel | -0/+4 | |
For #121 | ||||
2022-07-12 | Released 1.17.0. | Martin Pärtel | -0/+1 | |
2022-07-12 | Reverted change in 1.16.0 that made direct_io the default. | Martin Pärtel | -0/+6 | |
Fixes #117 | ||||
2022-06-24 | Released 1.16.1. | Martin Pärtel | -0/+7 | |
2022-06-18 | Released 1.16.0. | Martin Pärtel | -0/+4 | |
2022-04-03 | Made direct-io the default after all, and added --no-direct-io. | Martin Pärtel | -1/+2 | |
#110 | ||||
2022-04-03 | Added --direct-io | Martin Pärtel | -0/+4 | |
Issue #110, thanks @DUOLabs333 for the initial patch. | ||||
2021-02-15 | Released 1.15.1. | Martin Pärtel | -0/+5 | |
2021-02-14 | Released 1.15.0. | Martin Pärtel | -0/+5 | |
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. |