summaryrefslogtreecommitdiff
path: root/tests/unit_node/zlib_test.ts
AgeCommit message (Expand)Author
2024-11-13fix(ext/node): zlib.crc32() (#26856)Divy Srivastava
2024-11-06fix(node:zlib): gzip & gzipSync should accept ArrayBuffer (#26762)Satya Rohith
2024-08-11fix(ext/node): createBrotliCompress params (#24984)Divy Srivastava
2024-08-02fix(ext/node): node:zlib coerces quality 10 to 9.5 (#24850)Bartek IwaƄczuk
2024-08-02Revert "perf(ext/node): improve `Buffer` from string performance" (#24851)Luca Casonato
2024-07-30perf(ext/node): improve `Buffer` from string performance (#24567)Divy Srivastava
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-06-20fix(ext/node): use cppgc for node:zlib (#24267)Divy Srivastava
2024-03-21chore: ignore flaky brotli test (#23020)Divy Srivastava
2024-03-12fix(ext/node): flush brotli decompression stream (#22856)Divy Srivastava
2024-03-01chore(core): fix zlib_test sanitizer failures (#22659)Matt Mastracci
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci