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
/
runtime
/
ops
/
fs.rs
Age
Commit message (
Expand
)
Author
2022-04-19
perf(runtime): bypass tokio file and bump op buffer size to 64K (#14319)
Divy Srivastava
2022-04-18
perf: move Deno.writeTextFile and like functions to Rust (#14221)
David Sherret
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-29
fix(runtime): require full read and write permissions to create symlinks (#12...
David Sherret
2021-10-11
feat(runtime): improve error messages of runtime fs (#11984)
Feng Yu
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-08-24
feat(unstable): Add file locking APIs (#11746)
Tilman Roeder
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-06-15
Remove various unnecessary allow(clippy) declarations (#10971)
Ryan Dahl
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-05-02
refactor(runtime): use Extensions (#10461)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-12
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
Casper Beyer
2021-04-12
feat(runtime/permissions): prompt fallback (#9376)
crowlKats
2021-04-11
feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)
Casper Beyer
2021-04-06
refactor: rewrite "net" ops to use serde_v8 (#10028)
Aaron O'Mullan
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-19
chores: enforce type ResourceId across codebase (#9837)
Divy Srivastava
2021-03-18
normalize rids (#9832)
crowlKats
2021-03-18
move runtime ops to serde ops (#9828)
crowlKats
2021-03-17
refactor: clean up permission handling (#9367)
crowlKats
2021-02-26
feat(runtime): stabilize Deno.symlink and Deno.symlinkSync (#9226)
Casper Beyer
2021-02-25
feat(runtime): stabilize Deno.link and Deno.linkSync (#9417)
Casper Beyer
2021-02-25
fix(runtime): do not panic on irregular dir entries (#9579)
Casper Beyer
2021-01-29
refactor: IO resource types, fix concurrent read/write and graceful close (#9...
Bert Belder
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek Iwańczuk
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-08
fix(runtime): use tokio for async fs ops (#9042)
Casper Beyer
2021-01-02
upgrade: Rust 1.49.0 (#8955)
Bartek Iwańczuk
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk