Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-16 | refactor: rewrite ops to use ResourceTable2 (#8512) | Bartek Iwańczuk | |
This commit migrates all ops to use new resource table and "AsyncRefCell". Old implementation of resource table was completely removed and all code referencing it was updated to use new system. | |||
2020-12-15 | refactor: remove dead code (#8781) | Bartek Iwańczuk | |
2020-12-15 | fix: make DNS resolution async (#8743) | Yusuke Tanaka | |
This commit adds a new function that is an asynchronous version of `resolve_addr` using `tokio::net::lookup_host`, and accordingly, renames the synchronous version to `resolve_addr_sync`. This allows async ops to resolve hosts with non-blocking. | |||
2020-12-14 | chore: release crates (#8765) | Bartek Iwańczuk | |
2020-12-14 | Revert "build: Factor out common code into core/build_util.rs (#8756)" (#8763) | Bartek Iwańczuk | |
This reverts commit 502c77aad969fe8557aaf6d56432f94450c26a2a. | |||
2020-12-14 | fix(repl): recover from invalid input (#8759) | Casper Beyer | |
2020-12-14 | chore: release crates (#8760) | Bartek Iwańczuk | |
2020-12-14 | chore: release deno_runtime 0.2.0 (#8758) | Bartek Iwańczuk | |
2020-12-14 | fix: docs.rs detection (#8755) | Ryan Dahl | |
2020-12-14 | build: Factor out common code into core/build_util.rs (#8756) | Ryan Dahl | |
2020-12-13 | chore: release crates (#8744) | Bartek Iwańczuk | |
2020-12-13 | refactor: deno_runtime crate (#8640) | Bartek Iwańczuk | |
This commit moves Deno JS runtime, ops, permissions and inspector implementation to new "deno_runtime" crate located in "runtime/" directory. Details in "runtime/README.md". Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |