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
2023-05-04
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
David Sherret
2023-04-28
fix(ext/io) several sync fs fixes (#18886)
Igor Zinkovsky
2023-04-06
feat(core): sync io ops in core (#18603)
Luca Casonato
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-18
fix(ext/net): return an error from `startTls` and `serveHttp` if the original...
Yusuke Tanaka
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-09-30
refactor(ext/http): remove op_http_read (#16096)
Luca Casonato
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
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