summaryrefslogtreecommitdiff
path: root/ext/web/blob.rs
AgeCommit message (Expand)Author
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek IwaƄczuk
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-05-13chore(runtime): Make some ops in ext and runtime infallible. (#14589)Andreu Botella
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2021-09-08fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)Andreu Botella
2021-08-14cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693)Aaron O'Mullan
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl