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
/
web
/
compression.rs
Age
Commit message (
Expand
)
Author
2024-10-17
refactor(ext/web): use concrete error types (#26185)
Leo Kettmeir
2024-08-06
fix(ext/web): make CompressionResource garbage collectable (#24884)
Divy Srivastava
2024-02-13
fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancella...
Florian Schwalm
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-05
refactor: rewrite several extension ops to op2 (#20457)
Bartek Iwańczuk
2023-07-30
fix(ext/compression): throw TypeError on corrupt input (#19979)
Marcos Casagrande
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-03-03
feat(ops): reland fast zero copy string arguments (#17996)
Divy Srivastava
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
2022-06-14
feature(web): enable deflate-raw compression format (#14863)
Kayla Washburn
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-01-24
feat(ext/web): add CompressionStream API (#11728)
Leo Kettmeir