index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
ops
/
zlib
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-11-13
fix(ext/node): zlib.crc32() (#26856)
Divy Srivastava
2024-10-24
refactor(ext/node): use concrete error types (#26419)
Leo Kettmeir
2024-07-01
feat: upgrade deno_core (#24364)
snek
2024-06-21
Revert `#[cppgc] &mut T` usage (#24304)
Divy Srivastava
2024-06-21
chore(ext/node): cleanup zlib state ops (#24300)
Divy Srivastava
2024-06-21
fix: upgrade deno_core to 0.291.0 (#24297)
Divy Srivastava
2024-06-20
fix(ext/node): use cppgc for node:zlib (#24267)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-11
chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158)
Matt Mastracci
2023-10-06
refactor: migrate ext/node/ops to op2 (#20805)
Bartek Iwańczuk
2023-09-26
refactor: rewrite ext/node/crypto to op2 macro (#20675)
Bartek Iwańczuk
2023-09-14
refactor: rewrite ext/node to op2 (#20489)
Bartek Iwańczuk
2023-09-13
chore: bump deno_core and cargo update (#20480)
Matt Mastracci
2023-08-11
fix(ext/node): support dictionary option in zlib init (#20035)
Divy Srivastava
2023-06-24
fix(ext/node): support brotli APIs (#19223)
Divy Srivastava
2023-04-24
refactor(ext/node): reorganize ops (#18799)
Bartek Iwańczuk