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
/
io
/
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-24
refactor(ext/node): use concrete error types (#26419)
Leo Kettmeir
2024-10-15
refactor(ext/io): use concrete error types (#26187)
Leo Kettmeir
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-08-12
chore: deno_core -> 0.201.0 (#20135)
Matt Mastracci
2023-08-01
refactor(runtime): use new fd methods from resource table (#20010)
Matt Mastracci
2023-05-24
feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...
Hirotaka Tagawa / wafuwafu13
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
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