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
/
node
/
polyfills
/
internal
/
child_process.ts
Age
Commit message (
Expand
)
Author
2024-10-24
fix(ext/node): cancel pending ipc writes on channel close (#26504)
Nathan Whitaker
2024-10-16
fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)
Nathan Whitaker
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-20
chore: Revert child_process close ordering change (#25781)
Nathan Whitaker
2024-09-12
fix(ext/node): Implement detached option in `child_process` (#25218)
Nathan Whitaker
2024-09-02
BREAKING: remove `deno bundle` (#25339)
Asher Gomez
2024-08-20
chore: Remove stray `console.error` log in `node:child_process` (#25111)
Nathan Whitaker
2024-08-15
fix(node): Create additional pipes for child processes (#25016)
Nathan Whitaker
2024-07-31
fix(ext/node): handle node child_process with --v8-options flag (#24804)
Luca Casonato
2024-07-30
fix(node): Rework node:child_process IPC (#24763)
Nathan Whitaker
2024-06-07
fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)
Divy Srivastava
2024-03-28
fix(ext/node): support stdin: "inherit" in node:child_process (#23110)
Divy Srivastava
2024-03-24
fix(ext/node): handle `null` in stdio array (#23048)
Divy Srivastava
2024-03-04
fix(node): errno property when command missing (#22691)
Divy Srivastava
2024-02-20
fix(ext/node): unimplemented code when not IPC child_process (#22488)
Divy Srivastava
2024-01-29
refactor: migrate 'ext/node' extension to virtual ops module (#22157)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-30
chore(runtime): internalize pipe fd for ext/node (#21570)
Divy Srivastava
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-20
fix(node): child_process kill cancel pending IPC reads (#21647)
Divy Srivastava
2023-12-19
fix(node): child_process IPC on Windows (#21597)
Divy Srivastava
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-11-27
fix(node): `spawnSync`'s `status` was incorrect (#21359)
David Sherret
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-10
fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)
Bartek Iwańczuk
2023-09-05
fix(node/child_process): don't crash on undefined/null value of an env var (#...
zuisong
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-06-02
fix(node): map stdio [0, 1, 2] to "inherit" (#19352)
Marvin Hagemeister
2023-05-18
fix(node): support passing parent stdio streams (#19171)
Marvin Hagemeister
2023-05-02
refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...
Kenta Moriuchi
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk