deno/ext/node/ops
snek 4772778107
Some checks are pending
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
refactor: http upgrade internals (#30612)
clean up some outdated code and implement a few performance
improvements. most notably, the response from `upgradeWebSocket` is now
actually used as a normal response.

a followup pr will rework raw upgrades to a greater extent
2025-09-19 09:33:32 +02:00
..
crypto feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
os fix(ext/node): os.setPriority and os.getPriority compatibility (#30383) 2025-08-18 19:07:28 +02:00
sqlite feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
zlib feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
blocklist.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
buffer.rs fix(ext/node): handle large buffer correctly (#30369) 2025-08-10 14:02:43 +02:00
constant.rs fix: android build (#30360) 2025-08-12 15:47:18 +02:00
dns.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
fs.rs fix(ext/node): fs.statfsSync and fs.statfs compatibility (#30662) 2025-09-18 16:03:30 +02:00
handle_wrap.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
http.rs refactor: http upgrade internals (#30612) 2025-09-19 09:33:32 +02:00
http2.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
idna.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
inspector.rs refactor: Rewrite usages of V8 inspector to the new API (#30743) 2025-09-17 16:11:03 +02:00
ipc.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
mod.rs fix(ext/node): define fs constants correctly across platforms (#30113) 2025-07-31 17:11:01 -04:00
perf_hooks.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
process.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
require.rs refactor: make it easier to get closest package.json files (#30420) 2025-08-15 15:48:03 -04:00
tls.rs fix(ext/node): support JS underlying stream in TLS (#30465) 2025-08-28 17:56:17 +05:30
util.rs fix: pass npm process state when spawning script in npm package via Node APIs (#30490) 2025-08-22 19:49:35 -04:00
v8.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
vm.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
vm_internal.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
winerror.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
worker_threads.rs refactor: remove some url to string clones (#30247) 2025-07-31 10:10:29 -04:00