rclone/cmd/mount
Nick Craig-Wood 31f21551bf mount: change maximum leaf name length to 1024 bytes - fixes #3884
This limit was previously 4k set in 59026c4761 however leaf
names above 1k now produce an IO error.

WinFSP seems to have its own method for dropping too long file names
above 255 long.
2020-05-25 15:41:11 +01:00
..
test build: apply gofmt from go1.13 to change case of number literals 2019-09-05 13:59:06 +01:00
dir.go mount: change maximum leaf name length to 1024 bytes - fixes #3884 2020-05-25 15:41:11 +01:00
file.go mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile 2020-02-26 21:26:46 +00:00
fs.go mount: map more rclone errors into file systems errors 2020-04-21 16:31:43 +01:00
handle.go vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
mount_test.go vfstests: move functional tests from mountlib and make them work with VFS 2020-04-20 10:42:33 +01:00
mount_unsupported.go mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile 2020-02-26 21:26:46 +00:00
mount.go doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00