dfuse icon indicating copy to clipboard operation
dfuse copied to clipboard

dfuse is a binding for the fuse filesystem library written in D.

Results 9 dfuse issues
Sort by recently updated
recently updated
newest added

minor syntax error corrected

System: Linux x64 DMD64 D Compiler v2.083.1 fuse v2.9.7 .../git/dfuse$ make dfuse dmd -w -release -O -inline -shared -L-lfuse -version=0004 -ofbuild/release/64/libdfuse-0.4.0-dev.so source/c/fuse/fuse.d source/c/fuse/common.d source/dfuse/fuse.d source/c/fuse/common.d(66): Error: instead of C-style syntax,...

In the past there was not info and support to add these docs to all Facebook Open Source projects. Even for a project that is not super active, it's a...

Now it shows a warning: `Warning: Multiple configurations with the name "dfuse" are defined in package "dfuse". This will most likely cause configuration resolution issues.`

size_t for readlink()

Adds the operations mknod, unlink, mkdir and rmdir. I find that mknod was the only thing keeping one from implementing a simple writable FS

I updated the copyright year on the license file.

There are several build issue fixes: - Eliminate warning about an old style array - Fix incorrect target choice between OSX and Linux Also implement an exit function to allow...