Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-09-23 | refactor: rewrite ops using i64/usize to op2 (#20647) | Bartek Iwańczuk | |
2023-09-14 | refactor: rewrite ext/node to op2 (#20489) | Bartek Iwańczuk | |
2023-09-08 | fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301) | Curran McConnell | |
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-06-24 | fix(ext/node): support brotli APIs (#19223) | Divy Srivastava | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |