1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/node/ops
Nathan Whitaker 27df42f659
fix(ext/node): cancel pending ipc writes on channel close (#26504)
Fixes the issue described in
https://github.com/denoland/deno/issues/23882#issuecomment-2423316362.

The parent was starting to send a message right before the process would
exit, and the channel closed in the middle of the write. Unlike with
reads, we weren't cancelling the pending writes, which resulted in a
`Broken pipe` error surfacing to the user.
2024-10-24 04:50:35 +00:00
..
crypto fix(ext/node): compute pem length (upper bound) for key exports (#26231) 2024-10-14 14:24:26 +05:30
os fix(ext/node): stub cpu_info() for OpenBSD (#25807) 2024-09-23 09:08:16 +05:30
zlib feat: upgrade deno_core (#24364) 2024-07-01 15:48:52 -07:00
blocklist.rs fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546) 2024-07-12 14:25:17 +05:30
buffer.rs feat(ext/node): buffer.transcode() (#25972) 2024-10-02 08:23:14 +00:00
fs.rs refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
http.rs refactor(ext/fetch): use concrete error types (#26220) 2024-10-19 01:20:58 +00:00
http2.rs fix(ext/node): handle http2 server ending stream (#26235) 2024-10-15 23:35:10 +05:30
idna.rs fix(ext/node): Match punycode module behavior to node (#22847) 2024-03-11 15:49:43 -07:00
ipc.rs fix(ext/node): cancel pending ipc writes on channel close (#26504) 2024-10-24 04:50:35 +00:00
mod.rs feat(ext/node): add rootCertificates to node:tls (#25707) 2024-09-18 21:14:26 +02:00
process.rs fix(ext/node): implement process.kill in Rust (#23130) 2024-04-20 18:55:07 +05:30
require.rs perf: use fast calls for microtask ops (#26236) 2024-10-14 12:31:51 +00:00
tls.rs feat(ext/node): add rootCertificates to node:tls (#25707) 2024-09-18 21:14:26 +02:00
util.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
v8.rs fix(ext/node): Rewrite node:v8 serialize/deserialize (#25439) 2024-09-10 21:50:21 +00:00
vm.rs fix(ext/node): Fix vm sandbox object panic (#24985) 2024-09-24 15:47:13 +05:30
vm_internal.rs feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
winerror.rs fix(ext/node): map ERROR_INVALID_NAME to ENOENT on windows (#26475) 2024-10-23 11:28:04 +09:00
worker_threads.rs perf: use fast calls for microtask ops (#26236) 2024-10-14 12:31:51 +00:00