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