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
/
ops.rs
Age
Commit message (
Expand
)
Author
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-02-21
fix(ext/fs): make errors in tempfile creation clearer (#22498)
Matt Mastracci
2024-02-19
chore(fs): rename `op_fs_file_stat_{async/sync}` ops (#22476)
Asher Gomez
2024-01-24
revert: Remove deprecations of file sync APIs (#22085)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-04
refactor: use deno_core::FeatureChecker for unstable checks (#20765)
Bartek Iwańczuk
2023-09-24
refactor: rewrite more ops to op2 (#20666)
Bartek Iwańczuk
2023-09-23
refactor: rewrite ops to op2 macro (#20628)
Bartek Iwańczuk
2023-09-13
chore: bump deno_core and cargo update (#20480)
Matt Mastracci
2023-09-07
chore(ext/fs): port some ops to op2 (#20402)
Matt Mastracci
2023-08-03
feat(permissions): add "--deny-*" flags (#19070)
Asher Gomez
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-05-24
feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...
Hirotaka Tagawa / wafuwafu13
2023-05-11
fix(ext/fs): add more context_path (#19101)
David Sherret
2023-05-08
refactor: prefix ops w/ crate they are defined in (#19044)
Luca Casonato
2023-05-08
refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)
David Sherret
2023-05-04
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
David Sherret
2023-04-17
chore(ext/fs): decouple fs trait from deno_core (#18732)
Luca Casonato
2023-04-12
refactor(ext/fs): abstract FS via FileSystem trait (#18599)
Luca Casonato