1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/runtime/ops
2022-01-04 21:55:06 +01:00
..
web_worker fix(workers): Make importScripts() use the same HTTP client as fetch (#12540) 2021-10-27 15:09:58 +02:00
fs.rs fix(runtime): require full read and write permissions to create symlinks (#12554) 2021-10-29 17:05:55 -04:00
fs_events.rs fix: support "other" event type in FSWatcher (#12836) 2021-11-23 11:30:24 +01:00
http.rs refactor(ext/http): rewrite hyper integration and fix bug (#12732) 2021-11-10 14:51:43 -08:00
io.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
mod.rs cleanup(cli): use op Extensions (#13223) 2021-12-29 14:30:08 +01:00
os.rs feat(runtime): add op_network_interfaces (#12964) 2021-12-23 00:00:43 +01:00
permissions.rs chore: upgrade to Rust 1.57.0 (#12968) 2021-12-04 14:19:06 +01:00
process.rs chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
runtime.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
signal.rs fix(signals): prevent panic when listening to forbidden signals (#13273) 2022-01-04 21:55:06 +01:00
tty.rs refactor(ops): return BadResource errors in ResourceTable calls (#11710) 2021-08-15 13:29:19 +02:00
utils.rs chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
web_worker.rs fix(runtime/js/workers): throw errors instead of using an op (#12249) 2021-10-01 11:30:55 +02:00
worker_host.rs fix: op_set_exit_code (#13034) 2021-12-11 15:56:45 +01:00