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