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
/
blob.rs
Age
Commit message (
Expand
)
Author
2024-10-17
refactor(ext/web): use concrete error types (#26185)
Leo Kettmeir
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-02
Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)
Nayeem Rahman
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-04-03
Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...
Yoshiya Hinosawa
2023-03-26
fix(cli): don't store blob and data urls in the module cache (#18261)
Nayeem Rahman
2023-03-03
feat(ops): reland fast zero copy string arguments (#17996)
Divy Srivastava
2023-02-28
fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...
Aapo Alasuutari
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-04
chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)
Yiyu Lin
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-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
2021-09-08
fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)
Andreu Botella
2021-08-14
cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl