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
Luca Casonato 8d55d8b6be
feat(unstable): ALPN config in listenTls (#10065)
This commit adds the ability for users to configure ALPN protocols when
calling `Deno.listenTls`.
2021-04-10 22:04:44 +02:00
..
crypto.rs core(runtime): fix copyright in date (#9116) 2021-01-15 13:18:49 +11:00
fetch.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
file.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
fs.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
fs_events.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
http.rs feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
io.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
mod.rs feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
net.rs feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
net_unix.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
os.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
permissions.rs feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00
plugin.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
process.rs feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00
runtime.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
signal.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
timers.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
tls.rs feat(unstable): ALPN config in listenTls (#10065) 2021-04-10 22:04:44 +02:00
tty.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
url.rs chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
utils.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
web_worker.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
webgpu.rs chore: Add missing copyright headers (#9910) 2021-03-27 01:33:06 +01:00
websocket.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
worker_host.rs feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00