1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext/node/ops
Bartek Iwańczuk c2414db1f6
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
2023-12-27 11:59:57 -05:00
..
crypto fix(ext/node): Implement aes-192-ecb and aes-256-ecb (#21710) 2023-12-27 17:24:52 +05:30
zlib chore(ext/node): use libz-sys w/zlib-ng feature in node (#21158) 2023-11-11 07:20:12 -07:00
fs.rs perf(node/fs): faster existsSync when not exists (#21458) 2023-12-04 21:05:40 +00:00
http.rs refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07:00
http2.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
idna.rs refactor: rewrite ext/node to op2 (#20489) 2023-09-14 08:29:44 +02:00
ipc.rs fix(node): child_process IPC on Windows (#21597) 2023-12-19 13:37:22 +01:00
mod.rs fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
os.rs fix(ext/node): implement process.geteuid (#21151) 2023-11-10 11:49:57 -07:00
require.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
util.rs fix: implement node:tty (#20892) 2023-10-30 15:53:08 +00:00
v8.rs fix(ext/node): basic vm.runInNewContext implementation (#21527) 2023-12-11 07:08:45 +00:00
winerror.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00