summaryrefslogtreecommitdiff
path: root/runtime/ops/web_worker/sync_fetch.rs
AgeCommit message (Expand)Author
2024-10-22refactor(runtime/ops): use concrete error types (#26409)Leo Kettmeir
2024-10-18refactor(ext/websocket): use concrete error type (#26226)Leo Kettmeir
2024-10-17refactor(ext/web): use concrete error types (#26185)Leo Kettmeir
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-05-05fix(workers): `importScripts` concurrently and use a new `reqwest::Client` pe...David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-09-21refactor: rewrite some ops to op2 macro (#20603)Bartek Iwańczuk
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-27fix(workers): Make `importScripts()` use the same HTTP client as `fetch` (#12...Andreu Botella
2021-08-18fix(runtime): event loop panics in classic workers (#11756)Luca Casonato
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella