Bill Zissimopoulos
b8358bce7b
update Changelog
v1.6.0
2025-01-13 13:25:33 +00:00
Bill Zissimopoulos
b1cdd03841
README: properly center content
2025-01-05 16:39:04 +00:00
Bill Zissimopoulos
a984f44ad1
github: workflows: test: cosmetic changes
2025-01-05 16:35:43 +00:00
Bill Zissimopoulos
8d60578abb
README: FUSE3 and other updates
2025-01-05 16:33:07 +00:00
Bill Zissimopoulos
f3c156e2d8
FUSE3: SetCapReaddirPlus
2025-01-05 15:36:57 +00:00
Bill Zissimopoulos
a40e268cc9
FUSE3 support
2025-01-05 00:27:18 +00:00
Bill Zissimopoulos
1bbc1acbce
Merge branch 'add-fuse3-linux' of https://github.com/jfantinhardesty/cgofuse into jfantinhardesty-add-fuse3-linux
2025-01-03 15:17:47 +02:00
James Fantin
6e7a97a5fb
Revert FileSystemBase interface and add fuse3 methods to new interface
2024-12-02 22:06:01 -07:00
James Fantin
0e76d5a883
Add support for FUSE3 on Linux
2024-11-23 12:47:47 -07:00
Bill Zissimopoulos
f87f5db493
Merge pull request #78 from djdv/fix/search-fusermount
...
fuse: search a list of paths for `fusermount` executable
2023-01-30 14:07:08 +00:00
Dominic Della Valle
669a7b4c93
fuse: search a list of paths for fusermount
2023-01-30 08:49:25 -05:00
Bill Zissimopoulos
84c0898ad2
Merge pull request #74 from djdv/fuse-t
...
fuse: include FUSE-T header path
2022-11-18 13:01:20 +00:00
Dominic Della Valle
0f0dea9d98
fuse: include FUSE-T header path
2022-11-15 14:10:50 -05:00
Bill Zissimopoulos
c23bd0f99a
Merge pull request #73 from djdv/fuse-t
...
fuse: support linking with FUSE-T
2022-11-06 06:40:41 -08:00
Dominic Della Valle
9ce98a3a11
fuse: support linking with FUSE-T
2022-11-05 17:15:03 -04:00
Bill Zissimopoulos
ce7e5a65ca
update changelog
2022-04-21 18:36:02 +01:00
Bill Zissimopoulos
3b8d476513
go.mod: go 1.17
2022-04-21 18:24:37 +01:00
Bill Zissimopoulos
a6ead49d39
fuse: host: support Windows on ARM64
2022-04-21 18:15:50 +01:00
Bill Zissimopoulos
0451fe87af
use go:build tags
2022-04-21 17:32:05 +01:00
Bill Zissimopoulos
279744a252
ci: remove windows GOARCH=386
2022-04-21 15:05:38 +01:00
Bill Zissimopoulos
9b9d10761e
fuse: FileSystemGetpath
2022-04-21 14:27:35 +01:00
Bill Zissimopoulos
6724502a51
update source copyright
2022-04-20 20:30:22 +01:00
Bill Zissimopoulos
976dad2373
README: notifyfs reference
2022-04-20 20:25:06 +01:00
Bill Zissimopoulos
d5edd4940f
remove travis and cirrus ci
2022-04-20 20:22:28 +01:00
Bill Zissimopoulos
d6904dec07
README: new CI badges
2022-04-20 20:14:12 +01:00
Bill Zissimopoulos
9543a0994f
github: workflows: test
2022-04-20 20:14:12 +01:00
Bill Zissimopoulos
f9742a00b6
README: remove CirrusCI builds
2022-04-19 19:06:14 +01:00
Bill Zissimopoulos
7d08bcd4b3
README: remove xgo references
2022-04-19 18:55:36 +01:00
Bill Zissimopoulos
50a3a81ee2
rename links to point within the winfsp org
2022-04-19 18:46:43 +01:00
Bill Zissimopoulos
5b019a618a
rename links to point within the winfsp org
2022-04-19 18:41:59 +01:00
Bill Zissimopoulos
8a65318862
rename links to point within the winfsp org
2022-04-19 18:30:59 +01:00
Bill Zissimopoulos
f12b47055e
fuse: fsop_nocgo_windows: fix O_EXCL, O_TRUNC
...
See discussion at #66
2022-04-19 18:06:39 +01:00
Bill Zissimopoulos
f0ad03169e
update changelog
2021-10-26 14:07:14 +01:00
Bill Zissimopoulos
a87d93554f
update changelog
2021-10-26 14:06:07 +01:00
Bill Zissimopoulos
b58c8e6671
fuse: host: SetCapDeleteAccess
2021-10-26 13:24:26 +01:00
Bill Zissimopoulos
a12da0fe1e
Merge pull request #60 from sometimesfood/rename-license
...
Rename License.txt to LICENSE.txt
2021-07-01 11:18:07 +03:00
Sebastian Boehm
52435cbb7b
Rename License.txt to LICENSE.txt
2021-06-25 16:51:25 +02:00
Bill Zissimopoulos
11da0557a6
Merge pull request #54 from ncw/fix-macfuse4
...
macos: look in alternate location for macfuse/osxfuse library
v1.5.0
2021-02-10 15:58:15 -08:00
Nick Craig-Wood
e31196c8a0
macos: look in alternate location for macfuse/osxfuse library
...
With MacFUSE i.e. OSXFuse 4.0, the location of the loadable library
has changed to `/usr/local/lib/libfuse.2.dylib` instead of
`/usr/local/lib/libosxfuse.2.dylib`. The older path is still present
for backwards compatibility for the time being.
This patch looks in the newer location first, then in the older
location if that fails.
Release Notes: https://github.com/osxfuse/osxfuse/releases/tag/macfuse-4.0.0
Fixes #52
2021-02-10 18:12:50 +00:00
Bill Zissimopoulos
e0e91bc2d7
update changelog
2020-11-10 12:49:34 -08:00
Bill Zissimopoulos
292676da91
examples: add notifyfs file system (windows only)
2020-10-19 18:04:18 -07:00
Bill Zissimopoulos
1d55df4255
fuse: FileSystemHost.Notify
2020-10-11 13:53:10 -07:00
Bill Zissimopoulos
990b1ccf39
Update Changelog.md
2020-07-23 21:33:33 -07:00
Bill Zissimopoulos
0c9df8e61a
Dockerfile: troubleshoot
v1.4.0
2020-07-03 16:25:41 -07:00
Bill Zissimopoulos
3bc258a327
Dockerfile: remove extraneous apt-get update
2020-07-03 16:07:34 -07:00
Bill Zissimopoulos
4c2894109f
Dockerfile: check TLS certificates for downloads
2020-07-03 16:05:18 -07:00
Bill Zissimopoulos
aa89c47891
Dockerfile: run apt-get update
2020-07-03 16:03:50 -07:00
Bill Zissimopoulos
ad8a68567a
Dockerfile: use newer version of OSXFUSE
2020-07-03 15:51:25 -07:00
Bill Zissimopoulos
4a6eaba94e
Dockerfile: use newer version of OSXFUSE
2020-07-03 15:25:56 -07:00
Bill Zissimopoulos
45df47debf
fuse: host_cgo: eliminate use of fuse_exit on non-Windows
2020-07-03 10:14:01 -07:00