0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/runtime/ops
2021-10-26 07:17:11 +02:00
..
web_worker fix(runtime): event loop panics in classic workers (#11756) 2021-08-18 15:19:22 +02:00
fs.rs feat(runtime): improve error messages of runtime fs (#11984) 2021-10-11 15:21:18 +02:00
fs_events.rs chore: update dependencies (#11856) 2021-09-02 23:38:44 +02:00
http.rs fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501) 2021-10-20 01:30:04 +02:00
io.rs chore: upgrade Rust to 1.56.0 (#12514) 2021-10-26 07:17:11 +02:00
mod.rs refactor(metrics): move to core (#12386) 2021-10-10 17:20:30 +02:00
os.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
permissions.rs fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297) 2021-10-13 13:04:44 -04:00
process.rs feat: Stabilize Deno.kill and Deno.Process.kill (#12375) 2021-10-10 15:48:26 +02:00
runtime.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02:00
signal.rs chore: various op cleanup (#12329) 2021-10-05 22:38:27 +02: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(runtime/ops/worker_host): move permission arg parsing to Rust (#12297) 2021-10-13 13:04:44 -04:00