summaryrefslogtreecommitdiff
path: root/ext/fs/std_fs.rs
AgeCommit message (Expand)Author
2024-11-13feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)Łukasz Czerniawski
2024-10-14perf: use fast calls for microtask ops (#26236)Divy Srivastava
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-10fix: linux canonicalization checks (#24641)snek
2024-07-17fix(ext/node): stat.mode on windows (#24434)Divy Srivastava
2024-07-17perf(ext/node): optimize fs.exists[Sync] (#24613)Divy Srivastava
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-04fix: revert accidentally added `parentPath` on `DirEntry` (#24438)David Sherret
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-06-19fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)Divy Srivastava
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-04-20fix(ext/node): `cp` into non-existent parent directory (#23469)Divy Srivastava
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-03-09fix(ext/node): support junction symlinks on Windows (#22762)Divy Srivastava
2024-02-01fix(fs): copyFile NUL path on macOS (#22216)Divy Srivastava
2024-01-10fix: android support (#19437)cions
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-07chore: lint ext/fs/std_fs.rs (#19036)Bartek Iwańczuk
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-12chore: fix windows clippy errors (#18670)David Sherret
2023-04-12refactor(ext/fs): abstract FS via FileSystem trait (#18599)Luca Casonato