Skip to content

Tags: fuse4x/framework

Tags

fuse4x_0_9_2

Toggle fuse4x_0_9_2's commit message
Fix compile error

GMUserFileSystem.m:1111:72: error: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat]

fuse4x_0_10_0

Toggle fuse4x_0_10_0's commit message
Add attributes and increment compatibility version

* kGMUserFileSystemFileSizeInBlocksKey
  The actual number of blocks allocated for the file in 512-byte units.

* kGMUserFileSystemVolumeMaxFilenameLengthKey
  The maximum length in bytes of a file name on this file system.

* kGMUserFileSystemVolumeFileSystemBlockSizeKey
  The size in bytes of the minimum unit of allocation on this file system.

Submitted by Alex Kazik

fuse4x_0_9_1

Toggle fuse4x_0_9_1's commit message
Add attributes and increment compatibility version

* kGMUserFileSystemFileSizeInBlocksKey
  The actual number of blocks allocated for the file in 512-byte units.

* kGMUserFileSystemVolumeMaxFilenameLengthKey
  The maximum length in bytes of a file name on this file system.

* kGMUserFileSystemVolumeFileSystemBlockSizeKey
  The size in bytes of the minimum unit of allocation on this file system.

Submitted by Alex Kazik

fuse4x_0_9_0

Toggle fuse4x_0_9_0's commit message
Add compatibility layer for macfuse

Add symlinks from macfuse files to fuse4x files

fuse4x_0_8_14

Toggle fuse4x_0_8_14's commit message
Replace internal __DARWIN_64_BIT_INO_T with public macroses

_DARWIN_FEATURE_64_BIT_INODE should be used as a test macro
_DARWIN_USE_64_BIT_INODE should be used to set the 64bit inodes

fuse4x_0_8_13

Toggle fuse4x_0_8_13's commit message
Introduce --release flag

When a module is built for final distribution it is called with --release flag.
When this flag is enabled a module usually do stuff like purge local changes
and set correct build flags.

Remove hardcoded SDK dependency from XCode files. XCode should use the default one.
When we build module for distribution we just set target SDK via command line arguments.

fuse4x_0_8_12

Toggle fuse4x_0_8_12's commit message
Run notifications in a separate thread

The notification can perform fs operations (e.g. opening folder
in Finder) and this causes deadlock.

fuse4x_0_8_11

Toggle fuse4x_0_8_11's commit message
Backport fuse4x to 10.5

fuse4x_0_8_10

Toggle fuse4x_0_8_10's commit message
Backport fuse4x to 10.5

fuse4x_0_8_9

Toggle fuse4x_0_8_9's commit message
Backport fuse4x to 10.5