summaryrefslogtreecommitdiff
path: root/runtime/ops/spawn.rs
AgeCommit message (Expand)Author
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2022-12-09unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)Bartek Iwańczuk
2022-11-10feat: don't require --unstable flag for npm programs (#16520)Bartek Iwańczuk
2022-10-17feat(unstable): add windowsRawArguments to SpawnOptions (#16319)Yoshiya Hinosawa
2022-09-27feat: Add requesting API name to permission prompt (#15936)Bartek Iwańczuk
2022-07-18feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151)Leo Kettmeir
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-05-18 feat: return a signal string instead number on ChildStatus (#14643)Leo Kettmeir
2022-04-26fix(test): capture inherited stdout and stderr for subprocesses in test outpu...David Sherret
2022-04-26refactor(ops/process): add `StdioOrRid` enum (#14393)David Sherret
2022-04-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir