1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 22:09:02 -05:00
denoland-deno/ext
Matt Mastracci 9320f37d6b
fix(ext/node): shared global buffer unlock correctness fix (#20314)
The fix for #20188 was not entirely correct -- we were unlocking the
global buffer incorrectly. This PR introduces a lock state that ensures
we only unlock a lock we have taken out.
2023-08-31 14:04:07 +02:00
..
broadcast_channel 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
cache 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
console 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
crypto 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
fetch 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
ffi chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
fs 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
http fix(ext/http): don't panic on stream responses in cancelled requests (#20316) 2023-08-31 14:04:07 +02:00
io 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
kv chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
napi 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
net fix(network): adjust Listener type params (#18642) 2023-08-31 14:04:06 +02:00
node fix(ext/node): shared global buffer unlock correctness fix (#20314) 2023-08-31 14:04:07 +02:00
tls fix(ext/tls): upgrade webpki version (#20285) 2023-08-31 14:02:39 +02:00
url 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
web chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
webidl 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
websocket chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
webstorage 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00