Skip to content

Releases: vgough/go-fuse-c

Bugfix

05 Apr 18:31
Compare
Choose a tag to compare

Return correct buffer length in Read bridge.

Minor naming updates

19 Apr 18:44
Compare
Choose a tag to compare

Changed names to be consistent with Go standards. (MemFs -> MemFS). This is not backward compatible.

Darwin build fixes

10 Jan 19:11
Compare
Choose a tag to compare

Fix build failures on Darwin systems.

Lint clean

18 Jun 07:46
Compare
Choose a tag to compare

API functions were renamed to reduce lint warnings.

Eg StatFs -> StatFS, to better conform to Go abbreviation standards.

v0.6

17 Jun 17:37
Compare
Choose a tag to compare

API changes

  • avoid buffer copy in Read operation, changes signature

Other

  • improvements to internal bridge testing configuration, removes indirect function references

Initial tagged release

14 Jun 20:32
Compare
Choose a tag to compare

Tagged and Go modules added.