Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
5 days | Added build scripts for different targetsmeson | Leonard Kugis | -0/+32 | |
Analog to libfuse | ||||
5 days | Adjusted meson config for android compatibility | Leonard Kugis | -67/+122 | |
6 days | Removed autotools files | Leonard Kugis | -215/+0 | |
6 days | Introduced meson build system | Leonard Kugis | -0/+106 | |
2025-08-17 | Released 1.18.2.HEADmaster | Martin Pärtel | -1/+8 | |
2025-08-17 | Merge pull request #172 from NishiyamaPedro/openrc_unmount_fix | Martin Pärtel | -0/+13 | |
Add "-osubtype" to mount with the correct file system type. (Fixes #72) | ||||
2025-08-17 | Add "-osubtype" to mount with the correct file system type. | Pedro Nishiyama | -0/+13 | |
Fixes #72 | ||||
2025-07-25 | Added Debian 12 to Vagrant tests. | Martin Pärtel | -1/+29 | |
2025-07-25 | Remove Debian 10 tests. The apt repo has been shut down. | Martin Pärtel | -28/+0 | |
2025-06-08 | Released 1.18.1. | Martin Pärtel | -2/+10 | |
2025-06-08 | configure.ac: one more == -> = | Martin Pärtel | -1/+1 | |
2025-06-08 | configure.ac: Resolve use of non-POSIX "==" | Sebastian Pipping | -5/+5 | |
2025-06-08 | Merge pull request #161 from mpartel/fix-gh-actions | Martin Pärtel | -95/+112 | |
Fix GitHub actions | ||||
2025-06-08 | -onoattrcache with fuse-t by default. Maybe it gets rid of test flakiness. | Martin Pärtel | -4/+6 | |
2025-06-08 | CI fix | Martin Pärtel | -1/+1 | |
2025-06-08 | Drop MacFUSE support. Apple makes things too difficult. | Martin Pärtel | -30/+15 | |
2025-06-08 | Attempt to fix MacFuse compatibility | Martin Pärtel | -7/+13 | |
2025-06-08 | Mac CI fixes | Martin Pärtel | -10/+17 | |
2025-06-08 | MacOS/fuse-t fixes | Martin Pärtel | -27/+42 | |
2025-06-08 | configure.ac: AC_PROG_LIBTOOL -> LT_INIT (by autoupdate) | Martin Pärtel | -1/+1 | |
2025-06-01 | Drop `branches: [main]` constraint from CI. | Martin Pärtel | -2/+0 | |
2025-06-01 | Got Vagrant to work in CI | Martin Pärtel | -4/+5 | |
2025-06-01 | Incorporate some fixes from #166 | Martin Pärtel | -2/+11 | |
2025-04-12 | Fix GitHub actions | Martin Pärtel | -25/+19 | |
2025-04-12 | Released 1.18.0. | Martin Pärtel | -1/+7 | |
2025-04-12 | Updated Vagrant test setup | Martin Pärtel | -22/+17 | |
2025-04-10 | FUSE_FILL_DIR_DEFAULTS is not defined with older Fuse headers. | Martin Pärtel | -1/+1 | |
2025-04-10 | readdir: do full stat when FUSE_READDIR_PLUS was requested | Jan Palus | -22/+37 | |
Fixes #159 | ||||
2024-10-17 | Merge pull request #155 from hartwork/migrate-off-of-soon-gone-macos-12 | Martin Pärtel | -2/+2 | |
Migrate off of soon-to-be-removed CI image `macos-12` | ||||
2024-10-16 | Migrate off of soon-to-be-removed image macos-12 | Sebastian Pipping | -2/+2 | |
2024-08-19 | Merge pull request #154 from ↵ | Martin Pärtel | -1/+1 | |
mpartel/dependabot/github_actions/codespell-project/actions-codespell-2.1 Actions(deps): Bump codespell-project/actions-codespell from 2.0 to 2.1 | ||||
2024-08-19 | Actions(deps): Bump codespell-project/actions-codespell from 2.0 to 2.1 | dependabot[bot] | -1/+1 | |
Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) from 2.0 to 2.1. - [Release notes](https://github.com/codespell-project/actions-codespell/releases) - [Commits](https://github.com/codespell-project/actions-codespell/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: codespell-project/actions-codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
2024-06-05 | Re-enable FreeBSD tests in GitHub Actions. | Martin Pärtel | -1/+2 | |
All runners should now have KVM. | ||||
2024-06-05 | FreeBSD 12 -> 14 in Vagrant tests. | Martin Pärtel | -5/+5 | |
2024-06-05 | Warn that lock forwarding does not forward flock() on FreeBSD. | Martin Pärtel | -16/+27 | |
2024-05-17 | GH Actions: use default GCC on ubuntu-22.04 | Martin Pärtel | -4/+4 | |
Not sure what changed in the runners to make gcc-13 unavailable. | ||||
2024-04-06 | Released 1.17.7. | Martin Pärtel | -1/+7 | |
2024-04-06 | Added ./configure option --disable-macos-fs-link | Martin Pärtel | -5/+6 | |
For #140 | ||||
2024-03-05 | Readme: updated build status badges. | Martin Pärtel | -2/+1 | |
2024-03-05 | Readme: updated build status badges. | Martin Pärtel | -1/+3 | |
2024-03-05 | GitHub workflow: added clang repo suffix for clang 18. | Martin Pärtel | -1/+1 | |
Apparently this became necessary at some point. | ||||
2023-11-27 | Merge pull request #150 from hartwork/macos-ci | Martin Pärtel | -62/+123 | |
Cover macOS in CI + make CI use the right compiler + fix more compile warnings | ||||
2023-11-27 | Merge pull request #151 from hartwork/codespell-ci | Martin Pärtel | -5/+28 | |
Make CI reject spelling errors using codespell + fix five typos | ||||
2023-11-27 | tests.yml: Lock CI permissions down for security | Sebastian Pipping | -0/+4 | |
2023-11-27 | Make CI reject spelling errors using codespell | Sebastian Pipping | -0/+23 | |
2023-11-27 | Fix five typos pointed out by codespell | Sebastian Pipping | -5/+5 | |
codespell report was: > # git ls-files | xargs codespell > src/bindfs.1:136: mimicing ==> mimicking > src/bindfs.1:237: excecute ==> execute > src/bindfs.1:445: efficent ==> efficient > src/bindfs.1:526: accessable ==> accessible > tests/test_bindfs.rb:976: hax ==> hex # not agreeing on a fix here | ||||
2023-11-20 | tests.yml: Cover fuse-t and macFUSE for macOS | Sebastian Pipping | -5/+59 | |
2023-11-20 | tests.yml: Actually use the compiler from the CI matrix | Sebastian Pipping | -0/+2 | |
2023-11-20 | src/Makefile.am: Add missing DESTDIR for macOS | Sebastian Pipping | -1/+1 | |
2023-11-20 | bindfs.c: Fix bindfs_init signature for all but FUSE 3 | Sebastian Pipping | -3/+3 | |
Related commit: https://github.com/libfuse/libfuse/commit/6c66dac9f229d0035f83ae63d9033e4f51d9c5c8 |