summaryrefslogtreecommitdiff
path: root/core/resources.rs
AgeCommit message (Expand)Author
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek Iwańczuk
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-04-15feat(test): format user code output (#14271)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-04-09perf: use BTreeMap for ResourceTable (#10074)Aaron O'Mullan
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-16refactor: rewrite ops to use ResourceTable2 (#8512)Bartek Iwańczuk
2020-11-25core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)Bert Belder
2020-11-06docs(core): document several concepts around JsRuntime and ops (#7897)Jan Haller
2020-09-17refactor: move op_resources and op_close to deno_core (#7539)Bartek Iwańczuk
2020-09-14refactor: Remove dependency on downcast_rs. (#7475)Scott Olson
2020-04-18feat: startTLS (#4773)EnokMan
2020-04-03clippy (#4618)Kitson Kelly
2020-04-03remove `Send` trait requirement from the `Resource` trait (#4585)Andy Finch
2020-02-29test: add ResourceTable tests (#4185)ecyrbe
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-07Add blanket impl for the 'Resource' trait (#3903)Bert Belder
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-14refactor: per-worker resource table, take 2 (#3342)Bartek Iwańczuk
2019-11-13Revert "refactor: per-worker resource table (#3306)"Ryan Dahl
2019-11-13refactor: per-worker resource table (#3306)Bartek Iwańczuk
2019-11-07refactor: move Child resource to ops/process.rs (#3291)Bartek Iwańczuk
2019-11-07refactor: rewrite accept resources (#3271)Bartek Iwańczuk
2019-11-06Remove CoreResource::inspect_repr method (#3274)Ry Dahl
2019-10-28refactor: use core ResourceTable in cli (#3206)Bartek Iwańczuk
2019-10-23core: Add ResourceTable (#3150)Bartek Iwańczuk