1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 07:39:15 -05:00
denoland-deno/runtime/ops
Matt Mastracci 6b42cecc06
feat(ext/net): use rustls_tokio_stream (#21205)
Fixes #21121 and #19498

Migrates fully to rustls_tokio_stream. We no longer need to maintain our
own TlsStream implementation to properly support duplex.

This should fix a number of errors with TLS and websockets, HTTP and
"other" places where it's failing.
2023-11-15 16:12:46 -07:00
..
os refactor: migrate more ops to op2 macro (#20808) 2023-10-07 21:04:03 +05:30
web_worker refactor: rewrite some ops to op2 macro (#20603) 2023-09-21 08:08:23 -06:00
bootstrap.rs perf: static bootstrap options in snapshot (#21213) 2023-11-15 13:25:55 +01:00
fs_events.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
http.rs feat(ext/net): use rustls_tokio_stream (#21205) 2023-11-15 16:12:46 -07: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 refactor: FeatureChecker integration in ext/ crates (#20797) 2023-10-12 15:55:50 +00: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 perf: lazy atexit setup (#21053) 2023-11-04 17:30:12 +05:30
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