1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node/ops
Curran McConnell a9cc4631ca
fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301)
Fixes https://github.com/denoland/deno/issues/19816

In that issue, I suggest switching over the other brotli functionality
to the Rust API provided by the `brotli` crate. Here, I only do that
with the `brotli_decompress` function to fix the bug with buffers longer
than 4096 bytes.
2023-09-08 09:11:33 +05:30
..
crypto chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00
zlib fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301) 2023-09-08 09:11:33 +05:30
http.rs refactor(ext/fetch): refactor fetch to use new write_error method (#20029) 2023-08-03 14:27:25 -06:00
idna.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
mod.rs feat(node/os): implement getPriority, setPriority & userInfo (#19370) 2023-07-31 22:29:09 +02:00
os.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00
require.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00
v8.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00
winerror.rs chore(ext/node): port some ops to op2 (#20400) 2023-09-07 10:56:02 -06:00