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
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-10-15
refactor(ext/io): use concrete error types (#26187)
Leo Kettmeir
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-08-15
fix(node): Create additional pipes for child processes (#25016)
Nathan Whitaker
2024-05-29
fix(ext/node): windows cancel stdin read in line mode (#23969)
Divy Srivastava
2024-04-12
chore: upgrade deno_core to 0.274.0 (#23344)
Divy Srivastava
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-22
chore(io): Add a cross-platform unidirectional pipe implementation (#22522)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-09-13
refactor: use TaskQueue from deno_unsync (#20485)
David Sherret
2023-09-12
refactor: rewrite ext/io, ext/webstorage ops to op2 (#20461)
Bartek Iwańczuk
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-01
refactor(runtime): use new fd methods from resource table (#20010)
Matt Mastracci
2023-07-09
chore: upgrade deno_core and rusty_v8 (#19773)
Bartek Iwańczuk
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-04
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
David Sherret
2023-05-02
refactor(ext/io): move tty metadata to separate collection (#18959)
David Sherret
2023-04-28
fix(ext/io) several sync fs fixes (#18886)
Igor Zinkovsky
2023-04-12
refactor(ext/fs): abstract FS via FileSystem trait (#18599)
Luca Casonato
2023-04-06
feat(core): sync io ops in core (#18603)
Luca Casonato
2023-04-05
perf(ext/io): remove a data copy from File write (#18601)
Luca Casonato
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-03-05
refactor(runtime): factor out deno_io extension crate (#18001)
Bartek Iwańczuk