1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/runtime/ops
Leo K 2ac031d6fd
feat(unstable): clean environmental variables for subprocess (#11571)
This commit adds "Deno.RunOptions.clearEnv" option, that allows
to clear environmental variables from parent process before spawning
a subprocess.
2021-08-04 21:47:43 +02:00
..
fs.rs chore: upgrade Rust to 1.54.0 (#11554) 2021-07-30 15:03:41 +02:00
fs_events.rs chore: use parking_lot for synchronization primitives to align with tokio (#11289) 2021-07-06 23:48:01 -04:00
http.rs refactor: deno_http op crate (#11335) 2021-07-12 12:44:49 +02:00
io.rs feat: Add "deno_net" extension (#11150) 2021-06-29 01:43:03 +02:00
mod.rs refactor: deno_http op crate (#11335) 2021-07-12 12:44:49 +02:00
os.rs feat(runtime): implement navigator.hardwareConcurrency (#11448) 2021-07-29 21:45:11 +02:00
permissions.rs cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530) 2021-05-08 14:37:42 +02:00
plugin.rs Revert "Remove unstable native plugins (#10908)" 2021-07-11 18:12:26 -07:00
process.rs feat(unstable): clean environmental variables for subprocess (#11571) 2021-08-04 21:47:43 +02:00
runtime.rs cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530) 2021-05-08 14:37:42 +02:00
signal.rs fix(runtime/signal): use op_async_unref for op_signal_poll (#11097) 2021-06-25 13:15:35 +09:00
tty.rs chore: surface import map JSON parse error to user (#11573) 2021-08-03 15:29:12 -04:00
utils.rs chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
web_worker.rs feat: transfer MessagePort between workers (#11076) 2021-06-22 16:30:16 +02:00
worker_host.rs fix(workers): silently ignore non-existent worker IDs (#11417) 2021-07-17 08:51:06 +10:00