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