yazi/yazi-vfs/src/provider
2026-01-03 19:01:38 +08:00
..
sftp fix: make the SFTP VFS provider's create_dir() and create_new() correctly report "file exists" errors (#3495) 2026-01-03 19:01:38 +08:00
calculator.rs fix!: open command doesn't work under empty directories (#3226) 2025-10-03 18:18:27 +08:00
copier.rs fix: unify path expansion and absolutization behavior (#3438) 2025-12-17 23:00:05 +08:00
dir_entry.rs feat: multi-path architecture (#3334) 2025-11-18 13:56:20 +08:00
gate.rs feat: multi-path architecture (#3334) 2025-11-18 13:56:20 +08:00
mod.rs perf: concurrent chunked upload and download of a single file over SFTP (#3393) 2025-12-01 22:39:36 +08:00
provider.rs fix: a race condition generating unique filenames for concurrent file operations (#3494) 2026-01-03 16:40:49 +08:00
providers.rs fix: a race condition generating unique filenames for concurrent file operations (#3494) 2026-01-03 16:40:49 +08:00
read_dir.rs feat: multi-path architecture (#3334) 2025-11-18 13:56:20 +08:00
rw_file.rs feat: new fs.copy() and fs.rename() APIs (#3467) 2025-12-27 17:52:15 +08:00