1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-11 08:49:37 +01:00
rclone/vfs/vfscache
URenko 2a615f4681 vfs: fix cache encoding with special characters -
The vfs use the hardcoded OS encoding when creating temp file,
but decode it with encoding for the local filesystem (--local-encoding)
when copying it to remote.
This caused failures when the filenames contained special characters.
The hardcoded OS encoding is now used uniformly.
2024-07-15 12:10:04 +01:00
..
downloaders vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
writeback vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
cache_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
cache.go vfs: fix cache encoding with special characters - 2024-07-15 12:10:04 +01:00
item_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
item.go vfs: fix fatal error: sync: unlock of unlocked mutex in panics 2024-06-24 09:30:59 +01:00