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