mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-17 21:17:08 -04:00
- BatteryFlag: use bitmask check instead of exact equality (0x80 = no battery) - SystemDrive: use %SystemDrive% env var instead of hardcoded C:\ - SQLite PRAGMAs: apply per-connection via SqliteConnectOptions (not one-time exec) - System volume detection: check for Windows\System32 dir instead of drive letter - Volume serial: use GetVolumePathNameW to resolve actual mount point - ReFS: proper IOCTL version detection, real volume GUID, capability storage - Volume GUID: extract shared volume_guid() from ntfs.rs to fs/mod.rs - Device manager: reuse reg_read_hklm() instead of duplicated registry code - VolumesGroup: remove 'local' fallback for device slug - useNormalizedQuery: case-insensitive path matching, catch subscription errors - Volume struct: add supports_block_cloning field for ReFS CoW routing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>