1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/runtime/ops
Bartek Iwańczuk 69cc117015
refactor: simplify hyper, http, h2 deps (#21715)
Main change is that:
- "hyper" has been renamed to "hyper_v014" to signal that it's legacy
- "hyper1" has been renamed to "hyper" and should be the default
2024-01-04 20:34:49 +01:00
..
os fix(ext/node): fix os.freemem (#21347) 2023-11-30 22:06:01 +09:00
web_worker refactor: rewrite some ops to op2 macro (#20603) 2023-09-21 08:08:23 -06:00
bootstrap.rs chore: fix __runtime_js_sources feature flag (#21265) 2023-11-20 14:00:05 +01:00
fs_events.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
http.rs refactor: simplify hyper, http, h2 deps (#21715) 2024-01-04 20:34:49 +01:00
mod.rs perf: lazy bootstrap options - first pass (#21164) 2023-11-13 04:52:59 +00:00
permissions.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
process.rs fix(node): child_process IPC on Windows (#21597) 2023-12-19 13:37:22 +01:00
runtime.rs refactor: rewrite websocket to use op2 macro (#20140) 2023-10-04 21:43:58 +00:00
signal.rs chore: bump deno_core and cargo update (#20480) 2023-09-13 22:01:31 +00:00
tty.rs fix(runtime): Make native modal keyboard interaction consistent with browsers (#18453) 2023-12-13 11:31:12 +01:00
utils.rs refactor: move TaskQueue from deno_runtime to deno_core (#18016) 2023-03-05 00:10:31 +00:00
web_worker.rs chore: update deno_core and port all remaining ops to op2 (#20954) 2023-10-25 13:43:38 +02:00
worker_host.rs feat: granular --unstable-* flags (#20968) 2023-11-01 23:15:08 +01:00